summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-05-13ffmpeg: rewrite audio encoders.Wim Taymans2-80/+163
2009-05-12codecmap: revert bogus commit.Wim Taymans1-3/+0
2009-05-12ffmpegcfg: Expose two more CODEC_FLAG.Edward Hervey1-0/+3
2009-05-12gstffmpegdec: No, really, we don't want the VDPAU decoders.Edward Hervey1-0/+2
2009-05-12ffdec: Update rank of ffdec_mpeg2video to SECONDARY to make it the defaultSebastian Dröge1-0/+6
2009-05-12gstffmpegdec: Implement interlaced support.Edward Hervey1-11/+35
2009-05-09win32: Fix non-portable printf format.Edward Hervey2-7/+11
2009-05-07Use av_{i,o}format_next instead of the private next fieldDavid Hoyt2-4/+4
2009-05-04ffenc: Implement preset interfaceSebastian Dröge1-0/+9
2009-04-23ffenc: Send error upstream when gst_pad_push return is different from GST_FLO...Thiago Santos1-0/+5
2009-04-21gstffmpegenc: Don't change properties once opened. Fixes #570815Edward Hervey1-0/+6
2009-04-21gstffmpegcfg: Add H263 to the list of mpeg property-compatible codecs.Janin Kolenc1-0/+1
2009-04-21Make sure we provide ffmpeg with 128bit-aligned data.Edward Hervey4-10/+48
2009-04-19Reverting Jan's fix-the-buildbot commitEdward Hervey1-1/+0
2009-04-19build: Deliberately break the build, temporarily.Jan Schmidt1-0/+1
2009-04-18gstffmpegdec: Really fix the arguments this time.Edward Hervey1-2/+1
2009-04-18gstffmpegdec: Fix build on macosx.Edward Hervey1-2/+3
2009-04-17ffmpegdec: resize padding buffer when it's smallWim Taymans1-1/+1
2009-04-17ffmpeg: add default frame_size for g726Wim Taymans1-0/+5
2009-04-16gstffmpegutils: Add the files :)Edward Hervey2-0/+488
2009-04-15Move all non-codecmap-related methods to a new file.Edward Hervey9-444/+42
2009-04-15gstffmpeg.c: Fix the description of the plugin.Edward Hervey1-1/+1
2009-04-15gstffmpeg.c: Point to the new ffmpeg website (ffmpeg.org).Edward Hervey1-2/+1
2009-04-15The proper spelling is 'FFmpeg'.Edward Hervey5-9/+9
2009-04-15gstffmpegmux: Use the AVFormat long_name in our descriptions.Edward Hervey1-4/+4
2009-04-15Disable more fake codecs (raw audio).Edward Hervey2-2/+2
2009-04-10ffdec: copy input offsets to output buffersLRN1-24/+55
2009-03-25ffenc: Add support for I-frame request.Janin Kolenc1-0/+37
2009-03-23ffmux: Actually set caps on the srcpad instead of working with NULL capsSebastian Dröge1-0/+1
2009-03-17Take into account ticks_per_frame for framerate calculation. Fixes #575759Edward Hervey3-5/+10
2009-03-17Re-enable amr muxer. It's a muxer after all. Fixes #575664Edward Hervey1-2/+1
2009-03-11gstffmpegdec: Disable vdpau decoders. Fixes #573400Edward Hervey1-0/+13
2009-03-11pixfmt: Stop using PIX_FMT that were marked as deprecated 3 years ago.Edward Hervey2-25/+25
2009-03-10codecmapping: Fix caps for ATRAC3. Fixes #574663Edward Hervey1-2/+5
2009-03-10Disable exposing decoder/encoder using external library. Fixes #574746Edward Hervey2-0/+20
2009-03-10blacklist bogus demuxer/muxer/typefind. Fixes #567336 and #574814Edward Hervey2-3/+21
2009-03-09gstffmpegdec: Use 64bit scaling function to avoid overflows detected in some ...Edward Hervey1-1/+1
2009-03-09demux: If the demuxer isn't initialized yet, forward serialized events withou...Edward Hervey1-2/+7
2009-03-09demuxers: Blacklist push-mode for avformat demuxers which aren't reliable in ...Edward Hervey1-1/+16
2009-03-09demuxers: Add more debuggingEdward Hervey3-0/+11
2009-03-09gstffmpegcodecmap: Add proper caps for Fraps video codecEdward Hervey1-0/+3
2009-03-06ffmpegdec: Make sure we provide 16 byte aligned data to ffmpeg. Fixes #572863Edward Hervey1-2/+6
2009-03-06ffaudioresample: Add padding to output buffer. Fixes #573649Edward Hervey1-1/+3
2009-03-06ffmpegdec: post an error message on the bus when decoding failsTim-Philipp Müller1-1/+2
2009-03-05gstffmpegdec: Set the rank of the AAC decoder to NONE.Edward Hervey1-0/+6
2009-03-05Make bz2 requirement optional. Fixes #564867Damien Lespiau1-1/+7
2009-03-05gstffmpegmux: Expose the 'preload' and 'maxdelay' properties, add dvd mux map...Jordi Mas2-0/+85
2009-03-05codecmap. The VC1 decoder can also handle the Advanced Profile.Edward Hervey1-1/+2
2009-03-04ffdec: fix buildTim-Philipp Müller1-4/+4
2009-03-04gstffmpegdec: Abort on first failure by AAC decoder. Fixes #566250.Edward Hervey1-0/+7