summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-13mad: remove id3tag dependency used by in practice unreachable legacy codeTim-Philipp Müller4-260/+4
2011-09-08asfpacket: skip empty payload packetsMark Nauwelaerts1-1/+2
2011-09-08rmdemux: delay announcing container tags until we have padsTim-Philipp Müller2-3/+18
2011-09-07amrnbenc: Use complete raw audio caps in the testSebastian Dröge1-1/+1
2011-09-07docs: cleanup makefilesStefan Sauer1-30/+6
2011-09-06Automatic update of common submoduleStefan Sauer1-0/+0
2011-09-06Automatic update of common submoduleStefan Sauer1-0/+0
2011-08-23mpeg2dec: fix spurious failure to decode some filesVincent Penquerc'h1-1/+1
2011-07-30x264enc: Properly set the stream format in setcapsThiago Santos1-4/+7
2011-07-19x264enc: fix the build for older x264encStefan Sauer1-0/+2
2011-07-18x264enc: Read stream-format from the right placeOlivier Crête1-5/+5
2011-07-13x264enc: Select stream-format based on capsThiago Santos2-2/+33
2011-07-13x264: Allow renegotiation but prefer current capsOlivier Crête1-4/+8
2011-07-12tests: Test x264enc profiles from the capsOlivier Crête1-0/+103
2011-07-12x264: Use profile and level from capsOlivier Crête3-14/+211
2011-06-27x264enc: fix subme property annotation - subme maximum is 10, not 6.Brian Gitonga Marete1-2/+3
2011-06-23Automatic update of common submoduleDavid Schleef1-0/+0
2011-06-06rtpasfdepay: fix fragmented packet handling and packet paddingMark Nauwelaerts1-9/+7
2011-06-03synaesthesia: fix wrong debug log string (copy'n'paste)Stefan Kost1-1/+2
2011-05-20rmdemux: target is unsigned and can't be < 0Stefan Kost1-3/+0
2011-05-20mad: use signed when caluculating the deltaStefan Kost1-1/+1
2011-05-19docs: remove obsolete commented out partStefan Kost1-5/+0
2011-05-19docs: update plugin introspection dataStefan Kost3-48/+49
2011-05-19Automatic update of common submoduleStefan Kost1-0/+0
2011-05-18lamemp3enc: Post CODEC and BITRATE tagsSebastian Dröge2-8/+43
2011-05-18Automatic update of common submoduleStefan Kost1-0/+0
2011-05-18Automatic update of common submoduleStefan Kost1-0/+0
2011-05-16rtpasfdepay: simplify and refactor packet parsingMark Nauwelaerts1-41/+37
2011-05-16rtpasfdepay: avoid re-sending headerMark Nauwelaerts1-1/+21
2011-05-16rtpasfdepay: remove unused fieldMark Nauwelaerts2-3/+0
2011-05-14mad: Post bitrate tag whenever the bitrate changesSebastian Dröge1-8/+21
2011-05-14win32: define GST_PACKAGE_RELEASE_DATETIME in win32 config.h as wellTim-Philipp Müller2-1/+2
2011-05-14Back to developmentTim-Philipp Müller20-41/+41
2011-05-10Release 0.10.18Tim-Philipp Müller25-88/+591
2011-05-04x264enc: Copy the template caps, it's not allowed to increase the refcount of...Sebastian Dröge1-1/+1
2011-05-04x264enc: do not leak peer pad referenceMark Nauwelaerts1-0/+2
2011-05-03x264enc: No need to copy, reffing is enoughSjoerd Simons1-2/+2
2011-05-03x264enc: get_caps function should return a copy of the capsSjoerd Simons1-1/+1
2011-04-300.10.17.4 pre-releaseTim-Philipp Müller25-84/+72
2011-04-270.10.17.3 pre-releaseTim-Philipp Müller29-87/+82
2011-04-24Automatic update of common submoduleTim-Philipp Müller1-0/+0
2011-04-19tests: add suppression for lame unit testTim-Philipp Müller1-0/+12
2011-04-19tests: add generic index-setting testTim-Philipp Müller3-1/+145
2011-04-19mpeg2dec: don't deadlock when setting an indexTim-Philipp Müller1-2/+3
2011-04-160.10.17.2 pre-releaseTim-Philipp Müller24-99/+104
2011-04-16rademux: fix two 'variable may be used uninitialized' warnings caused by -DG_...Tim-Philipp Müller1-2/+2
2011-04-14mpegstream: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-3/+2
2011-04-14dvdread, sidplay, x264enc: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller3-6/+1
2011-04-14asfdemux: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-18/+15
2011-04-13x264enc: Implement getcaps functionSebastian Dröge1-0/+50