summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2012-07-20faad: only discard frame once upon decoding errorMark Nauwelaerts1-2/+0
2012-07-11pitch: register as effectStefan Sauer1-1/+1
2012-06-20timidity: Fix flag checkingEdward Hervey1-1/+1
2012-06-20teletext: #if0 code that never happensEdward Hervey1-0/+3
2012-06-20teletextdec: Use proper variable typeEdward Hervey1-1/+1
2012-06-18teletext: Fix initializationEdward Hervey1-2/+3
2012-06-15opusenc: add missing mutex unlock on error pathVincent Penquerc'h1-1/+3
2012-06-15opus: set author to myself, and update copyright noticesVincent Penquerc'h7-2/+8
2012-06-14resindvd: rename the lib from libresindvd to libgstresindvdVincent Penquerc'h1-6/+6
2012-06-14resindvd: guard against not finding some data on a DVDVincent Penquerc'h1-1/+7
2012-06-07vp8: fix codec state leaksVincent Penquerc'h2-0/+7
2012-06-07diracenc: fix buffer leakVincent Penquerc'h1-0/+2
2012-06-07diracenc: fix frame leaksVincent Penquerc'h1-0/+2
2012-06-07diracenc: fix codec state leakVincent Penquerc'h1-0/+3
2012-06-07diracenc: fix stray unref causing access to freed memoryVincent Penquerc'h1-1/+0
2012-06-07schroedinger: fix video codec state leaksVincent Penquerc'h2-2/+8
2012-06-01opusparse: Simplify checkEdward Hervey1-36/+33
2012-05-30schrodec: Fix buildSebastian Dröge1-1/+1
2012-05-29opusdec: read gain from the right place in the headerVincent Penquerc'h1-1/+1
2012-05-29assrender: Refactoring and make core more similar to textoverlayAndre Moreira Magalhaes (andrunko)2-208/+423
2012-05-28schrodec: We don't assume packetized inputEdward Hervey1-0/+1
2012-05-27opusdec: do not assert on bad header, error out insteadVincent Penquerc'h1-3/+8
2012-05-25opusparse: heed test vector framing to eat any paddingVincent Penquerc'h1-0/+3
2012-05-25wayland: compile against older waylandWim Taymans1-0/+2
2012-05-24opus: reject major version number above what we grokVincent Penquerc'h1-1/+4
2012-05-24opus: bump written version from 0 to 0x01Vincent Penquerc'h1-1/+1
2012-05-24opusdec: fix lost packet handling for FEC/PLCVincent Penquerc'h1-7/+13
2012-05-23opuspay: plug buffer leakCarlos Rafael Giani1-0/+2
2012-05-22vp8enc: fix target bitrate config with libvpx 1.1.0Vincent Penquerc'h1-1/+5
2012-05-16vp8enc: Update for GstVideoCodecFrame API changesSebastian Dröge1-27/+26
2012-05-06Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some moreTim-Philipp Müller1-1/+1
2012-04-27vp8dec: Improve output_state handlingThiago Santos2-8/+9
2012-04-27vp8dec: Use outputstate when copying output buffer dataThiago Santos1-1/+7
2012-04-25android: Add support for the faac pluginArun Raghavan1-0/+15
2012-04-25rsvg: Stop using deprecated API when compiling with RSVG 2.35.0 or newerSebastian Dröge3-29/+2
2012-04-25sndio: Fix i18n initializationSebastian Dröge1-1/+3
2012-04-25sndio: add sndio plugin for OpenBSDJacob Meuser7-0/+1267
2012-04-24dirac: Port to -base video classesEdward Hervey3-171/+141
2012-04-24schroedinger: Port to -base video classesEdward Hervey3-210/+219
2012-04-24vp8: Port to -base video base classesEdward Hervey5-247/+228
2012-04-24opus: Handle GstByteWriter return valuesEdward Hervey1-10/+14
2012-04-20Fix format (type is explicitly unsigned long)Руслан Ижбулатов1-1/+1
2012-04-20nassink: remove stray commentWim Taymans1-1/+0
2012-04-20nas: Rework nassink a littleWim Taymans1-184/+133
2012-03-23modplug: memory handling cleanupStefan Sauer1-2/+6
2012-03-23flte: comment cleanupStefan Sauer2-5/+1
2012-03-23modplug: work around memory trashing in libmodplug (0.8.7)Stefan Sauer1-3/+11
2012-03-18facedetect: fix structure leakNicola Murino1-1/+2
2012-03-18opencv: fix memory leakNicola Murino1-0/+2
2012-03-17opencv: fix configure check and build with opencv 2.1Tim-Philipp Müller5-6/+26