summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-09dvdreadsrc: correctly determine last chapter's duration0.10Mark Nauwelaerts1-1/+3
2013-05-09lamemp3enc: Tell GstAudioEncoder about the number of incoming samplesOlivier Crête1-1/+9
2013-03-10Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-03-10cdio: Fix redundant redeclaration of 'cdio_version_string'Thijs Vermeir1-1/+0
2013-03-10configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSTim-Philipp Müller1-1/+1
2013-03-10configure.ac: update courtesy of autoupdateTim-Philipp Müller1-13/+7
2013-01-24Automatic update of common submoduleThibault Saunier1-0/+0
2012-10-30siddec: reset bytes counterWim Taymans1-0/+1
2012-10-24Makefile.am: Fix typos for generating the Android.mk filesScott Fan2-10/+10
2012-10-19dvdreadsrc: correctly set next cell when seeking to sectorMark Nauwelaerts1-4/+4
2012-10-01Revert "mpeg2dec: Port to GstVideoDecoder base class"Jan Schmidt2-290/+1278
2012-10-01Revert "mpeg2dec: don't leak input_state"Jan Schmidt1-14/+0
2012-10-01Revert "mpeg2dec: Port to new way of handling frame reference"Jan Schmidt1-5/+0
2012-10-01Revert "mpeg2dec: Fix large output buffers leak"Jan Schmidt1-65/+24
2012-10-01Revert "mpeg2dec: mpeg2dec actually has 3 frame latency"Jan Schmidt1-2/+2
2012-10-01Revert "mpeg2dec: use _scale_ceil to compute frame period"Jan Schmidt1-3/+1
2012-10-01Revert "mpeg2dec: Report PAR if not present upstream"Jan Schmidt2-16/+40
2012-09-11dvbsubdec: adjust disabled code comment styleMark Nauwelaerts1-2/+4
2012-09-09x264enc: clean up some debug statementsMark Nauwelaerts1-4/+5
2012-08-06asfdemux: avoid some more invalid timestamp arithmeticSreerenj Balachandran1-0/+1
2012-07-20asfdemux: make sure to avoid arithmetic with _NONE timestampMark Nauwelaerts1-1/+2
2012-07-20asfdemux: convert invalid 0 payload TS into GST_CLOCK_TIME_NONENicolas Dufresne1-0/+6
2012-07-20asfdemux: don't leak payload if we are not pushing itTim-Philipp Müller1-0/+1
2012-07-20asf: don't push on inactive streamsWim Taymans1-2/+6
2012-07-20asfdemux: slightly relax supported seek requirementsMark Nauwelaerts1-2/+3
2012-06-27asfdemux: Ignore parsing errors from broken packetsBastien Nocera3-39/+69
2012-06-08Automatic update of common submoduleEdward Hervey1-0/+0
2012-06-06Automatic update of common submoduleEdward Hervey1-0/+0
2012-06-01Automatic update of common submoduleEdward Hervey1-0/+0
2012-05-30mpeg2dec: Report PAR if not present upstreamEdward Hervey2-40/+16
2012-05-30Automatic update of common submoduleSebastian Dröge1-0/+0
2012-05-30Automatic update of common submoduleSebastian Dröge1-0/+0
2012-05-30Automatic update of common submoduleSebastian Dröge1-0/+0
2012-05-24a52dec: really prefer the original number (and position) of channelsJulien Isorce1-6/+10
2012-05-17a52dec: trigger renegotiation upon changed stream channelsMark Nauwelaerts1-0/+5
2012-05-10mpeg2dec: use _scale_ceil to compute frame periodNicolas Dufresne1-1/+3
2012-05-10mpeg2dec: mpeg2dec actually has 3 frame latencyNicolas Dufresne1-2/+2
2012-05-10x264enc: Don't set latency while holding object lockNicolas Dufresne1-12/+15
2012-05-10asfdemux: implement pull mode seek snap flags when an index is presentVincent Penquerc'h1-10/+45
2012-05-03cdio: compensate for libcdio's recent cd-text api changesLeon Merten Lohse3-7/+63
2012-05-03x264enc: Use video encoder stream lock to avoid deadlockNicolas Dufresne1-10/+11
2012-05-02mpeg2dec: Fix large output buffers leakNicolas Dufresne1-24/+65
2012-05-02mpeg2dec: Port to new way of handling frame referenceNicolas Dufresne1-0/+5
2012-05-02x264enc: Port to new way of passing frame referenceNicolas Dufresne1-6/+8
2012-05-01mpeg2dec: don't leak input_stateWim Taymans1-0/+14
2012-05-01x264enc: Set default stream-format to avc as it's a better formatNicolas Dufresne1-1/+1
2012-05-01x264enc: Fix setting latencyNicolas Dufresne1-3/+18
2012-05-01x264enc: gst_video_encoder_get_frame() is now transfer fullNicolas Dufresne1-1/+3
2012-05-01x264enc: don't leak output stateNicolas Dufresne1-0/+1
2012-04-26mpeg2dec: Port to GstVideoDecoder base classNicolas Dufresne2-1278/+290