summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2012-07-06update for allocation query changesWim Taymans1-1/+1
2012-06-25mpeg2dec: Add comment explaining why we first chain up to the parent class' d...Sebastian Dröge1-0/+2
2012-06-25mpeg2dec: Set allocation parameters to guarantee 16-byte aligned output buffersSebastian Dröge1-0/+22
2012-06-21x264enc: Fix unitialized variable and taglist eventMatej Knopp1-3/+7
2012-06-20mpeg2dec: fix compilationWim Taymans1-1/+2
2012-06-20update for task api changeWim Taymans1-1/+1
2012-06-20fix compilationWim Taymans2-7/+1
2012-06-20mpeg2dec: Port to 0.11 againSebastian Dröge2-334/+403
2012-06-19x264enc: Fix compiler warningSebastian Dröge1-2/+0
2012-06-19mpeg2dec: Report PAR if not present upstreamEdward Hervey2-40/+16
2012-06-19mpeg2dec: use _scale_ceil to compute frame periodNicolas Dufresne1-1/+3
2012-06-19mpeg2dec: mpeg2dec actually has 3 frame latencyNicolas Dufresne1-2/+2
2012-06-19mpeg2dec: Fix large output buffers leakNicolas Dufresne1-24/+65
2012-06-19mpeg2dec: Port to new way of handling frame referenceNicolas Dufresne1-0/+5
2012-06-19mpeg2dec: don't leak input_stateWim Taymans1-0/+14
2012-06-19mpeg2dec: Port to GstVideoDecoder base classNicolas Dufresne2-1083/+523
2012-06-19x264enc: Port to 0.11 againSebastian Dröge2-148/+141
2012-06-18x264enc: Don't set latency while holding object lockNicolas Dufresne1-12/+15
2012-06-18x264enc: Use video encoder stream lock to avoid deadlockNicolas Dufresne1-10/+11
2012-06-18x264enc: Port to new way of passing frame referenceNicolas Dufresne1-6/+8
2012-06-18x264enc: Set default stream-format to avc as it's a better formatNicolas Dufresne1-1/+1
2012-06-18x264enc: Fix setting latencyNicolas Dufresne1-3/+18
2012-06-18x264enc: gst_video_encoder_get_frame() is now transfer fullNicolas Dufresne1-1/+3
2012-06-18x264enc: don't leak output stateNicolas Dufresne1-0/+1
2012-06-18x264enc: Remove x264 backward compatibility supportNicolas Dufresne2-161/+2
2012-06-18x264enc: Report latency base on x264 buffer sizeNicolas Dufresne1-0/+12
2012-06-18x264enc: Port to GstVideoEncoder baseclassNicolas Dufresne2-490/+391
2012-06-06update for tag event changeWim Taymans1-1/+1
2012-05-24a52dec: really prefer the original number (and position) of channelsJulien Isorce1-6/+10
2012-05-17x264: bump x264 requirement to build 106 or laterTim-Philipp Müller1-143/+2
2012-05-17a52dec: adapt to work also with new liba52Руслан Ижбулатов1-7/+14
2012-05-17a52dec: trigger renegotiation upon changed stream channelsMark Nauwelaerts1-0/+5
2012-05-03cdio: compensate for libcdio's recent cd-text api changesLeon Merten Lohse3-7/+63
2012-04-30dvdread: fix build after recent include reshuffling in coreTim-Philipp Müller1-0/+2
2012-04-19video: Update for libgstvideo API changesSebastian Dröge1-3/+0
2012-04-15a52dec: fix first_access bigger than 2Alban Browaeys1-1/+2
2012-04-10mad: remove .c.orig fileTim-Philipp Müller1-567/+0
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller13-14/+14
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge12-12/+12
2012-04-04gst: Update versioningSebastian Dröge10-13/+13
2012-04-02mpeg2dec: fix croppingWim Taymans2-109/+120
2012-04-01mpeg2dec: add crop metadata when buffer is still writableWim Taymans1-11/+13
2012-03-30ext: Update for audio decoder API changesSebastian Dröge2-2/+2
2012-03-21x264enc: remove deprecated propertiesWim Taymans2-62/+0
2012-03-20Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller9-150/+688
2012-03-15update for bufferpool changesWim Taymans1-1/+1
2012-03-15update for allocation query changesWim Taymans1-21/+24
2012-03-15update for memory api changesWim Taymans4-4/+6
2012-03-14take padding into accountWim Taymans1-5/+7
2012-03-13mad: simplify parsing codeMark Nauwelaerts1-114/+85