summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-06-24ffmpeg: Don't enter infinite loops in the timestamp trackingJan Schmidt1-4/+21
2009-06-17debug: fix unused variable when building with debug disabledStefan Kost1-2/+1
2009-06-05ffmpegdec: don't do QoS on invalid timestampsWim Taymans1-1/+5
2009-06-05ffmpeg: make elements reusable after registry rescanJordi Mas3-56/+46
2009-06-05ffmpeg: properly integrate timestamp handlingWim Taymans1-18/+16
2009-05-25enc: use standard multipass-cache-fileWim Taymans1-1/+6
2009-05-20ffmpeg: Don't add sink pad template to the muxers when not needed.Jan Schmidt1-0/+4
2009-05-13ffenc: avoid malloc more for audio encodersWim Taymans1-20/+19
2009-05-13gstffmpegdec: demote mpeg2 video decoding back to MARGINAL. Fixes #574461Edward Hervey1-6/+0
2009-05-13Add mapping for VQF capsSebastian Dröge1-0/+2
2009-05-13gstffmpegdec: Don't forget to copy over the reordered_opaque in our buffers.Edward Hervey1-0/+1
2009-05-13gstffmpegdec: Handle out-of-order frames. Fixes #580796Vanista1-11/+136
2009-05-13ffenc: make the output buffer big enoughWim Taymans1-1/+1
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