summaryrefslogtreecommitdiff
path: root/ext/ffmpeg/gstffmpegcodecmap.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Add mapping for VQF capsSebastian Dröge1-0/+2
2009-05-12codecmap: revert bogus commit.Wim Taymans1-3/+0
2009-04-17ffmpeg: add default frame_size for g726Wim Taymans1-0/+5
2009-04-15Move all non-codecmap-related methods to a new file.Edward Hervey1-381/+34
2009-03-17Take into account ticks_per_frame for framerate calculation. Fixes #575759Edward Hervey1-1/+3
2009-03-11pixfmt: Stop using PIX_FMT that were marked as deprecated 3 years ago.Edward Hervey1-24/+24
2009-03-10codecmapping: Fix caps for ATRAC3. Fixes #574663Edward Hervey1-2/+5
2009-03-09gstffmpegcodecmap: Add proper caps for Fraps video codecEdward Hervey1-0/+3
2009-03-05gstffmpegmux: Expose the 'preload' and 'maxdelay' properties, add dvd mux map...Jordi Mas1-0/+11
2009-03-05codecmap. The VC1 decoder can also handle the Advanced Profile.Edward Hervey1-1/+2
2009-03-04ffmpeg: mxf_d10 is application/mxf too, it only specifies the used mappingSebastian Dröge1-1/+1
2009-02-27ffmpegmux: Use information from AVOutputFormat to expose more muxers.Edward Hervey1-1/+17
2009-02-22And remove unused variableSebastian Dröge1-1/+0
2009-02-22Remove unreachable codeSebastian Dröge1-3/+0
2009-02-22Cast const GstBuffer * to GstBuffer * before unreffingSebastian Dröge1-1/+1
2009-02-18codecmap: map more codecsEdward Hervey1-0/+20
2009-01-29Only use valid SampleFormat for audio encoders/decoders.Edward Hervey1-37/+73
2009-01-24Add MP1 and ADPCM IMA/ISS variantSebastian Dröge1-7/+22
2009-01-05ext/ffmpeg/gstffmpegcodecmap.c: Narrow down the allowed channels and sample r...Dejan Sakelšak1-0/+16
2008-12-30ext/ffmpeg/gstffmpegcodecmap.c: Add mapping for IMC and MLP audio codecs.Edward Hervey1-0/+8
2008-12-24ffmpegrev: Updating ffmpeg SVN revision to r16304 and update to the correspon...Sebastian Dröge1-12/+15
2008-12-17ext/ffmpeg/gstffmpegcodecmap.*: Add mapping for EAC3 and QCELP audio codecs.Edward Hervey1-12/+91
2008-12-13ext/ffmpeg/gstffmpegcodecmap.c: If no channel layout is provided don't set a ...Sebastian Dröge1-2/+6
2008-12-13ext/ffmpeg/: Set the channel layout if it's exposed by the decoder.Sebastian Dröge1-4/+111
2008-11-07ext/ffmpeg/gstffmpegcodecmap.c: Initialize some more variables.Wim Taymans1-0/+29
2008-11-05ext/ffmpeg/gstffmpegcodecmap.c: Don't convert caps to strings when we don't h...Wim Taymans1-16/+6
2008-11-04ext/ffmpeg/gstffmpegcodecmap.c: Fix regression in template caps limitations; ...Mark Nauwelaerts1-8/+15
2008-10-30Update ffmpeg/swscale snapshot to the latest revision and adjust to API chang...Alexis Ballier1-51/+51
2008-10-08ext/ffmpeg/: Add some more width/height/channels/rate limitations to caps to ...Mark Nauwelaerts1-31/+125
2008-09-04ext/ffmpeg/gstffmpegcodecmap.c: Add some debug that revealed that the escape ...Wim Taymans1-2/+12
2008-09-04ext/ffmpeg/gstffmpegcodecmap.c: Escape the codec_data for h264 before we put ...Wim Taymans1-6/+106
2008-09-03ext/ffmpeg/gstffmpegcodecmap.c: Give the TrueSpeech audio codec a proper caps...Edward Hervey1-1/+4
2008-08-29ext/ffmpeg/gstffmpegcodecmap.c: Instead of marking all audio decoders/encoder...Edward Hervey1-1/+14
2008-08-28ext/ffmpeg/gstffmpegcodecmap.c: ffmpeg audio decoders can now do up to 6 chan...Edward Hervey1-1/+1
2008-07-28ext/ffmpeg/gstffmpegcodecmap.c: Recognize video/x-raw-gray and map to proper ...Mark Nauwelaerts1-0/+11
2008-07-11ext/ffmpeg/gstffmpegcodecmap.c: Prevent likely segfault on EMPTY provided caps.Mark Nauwelaerts1-2/+4
2008-06-13ext/ffmpeg/gstffmpegcodecmap.c: MP4 does not allow H263 and AMR.Edward Hervey1-2/+2
2008-06-13ext/ffmpeg/: FFMpeg now provides proper long_name for AVCodec, remove our int...Edward Hervey1-471/+26
2008-05-26ext/ffmpeg/gstffmpegcodecmap.c: Add more specific width/height for DV video s...Wim Taymans1-6/+32
2008-05-26Use av_picture_copy() instead of libswscale to copy pictures. This removes th...Sebastian Dröge1-28/+0
2008-05-13Fix build with (Debian's) system ffmpeg. Fixes bug #532803.Sebastian Dröge1-0/+1
2008-05-08ext/ffmpeg/gstffmpegcodecmap.c: Replace usage of img_convert (deprecated) by ...Edward Hervey1-18/+10
2008-04-19ext/ffmpeg/: Add support for MusePack StreamVersion 7 and disable the StreamV...Sebastian Dröge1-0/+21
2008-04-19ext/ffmpeg/: Add support for Monkey's Audio (APE). Fixes bug #518033.Sebastian Dröge1-0/+19
2008-03-06ext/ffmpeg/gstffmpegcodecmap.c: Fix masks for RGBA32 caps. Fixes colours when...Michael Smith1-4/+4
2008-01-25ext/ffmpeg/gstffmpegcodecmap.c: Add H263+ to valid 3GP muxing formats. Fixes ...Wim Taymans1-1/+1
2007-12-17ext/ffmpeg/: Add GIF (animations and single images) decoding and encoding sup...Sebastian Dröge1-10/+24
2007-12-17Merging GST_FFMPEG_NO_MIRROR branch to trunkEdward Hervey1-35/+103
2007-11-08ext/ffmpeg/: Ole André Vadla Ravnås1-1/+1
2007-11-03ext/ffmpeg/: gst-indent cleanup.Edward Hervey1-4/+4