summaryrefslogtreecommitdiff
path: root/ext/libav/gstavcodecmap.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-26codecmap: add vp9 mappingWim Taymans1-0/+9
2015-06-11avcodec: Check against codec format listNicolas Dufresne1-6/+26
2015-06-02avcodecmap: Use video/x-cavs mime type instead of video/x-gst-av-cavsAurélien Zanelli1-1/+6
2015-03-10libav: Add support for 10 bit planar AYUV formatsSebastian Dröge1-0/+6
2015-03-10libav: Change from deprecated PIX_FMT_* to AV_PIX_FMT_*Sebastian Dröge1-63/+63
2014-06-06avcodecmap: place supported profiles in mpeg4 capsWim Taymans1-1/+16
2014-06-06avcodecmap: remove deprecated media typesWim Taymans1-16/+0
2014-06-06codecmap: don't expose more deprecated media typesWim Taymans1-2/+2
2014-06-06Revert "avcodecmap: do more reverse mapping of MPEG4"Wim Taymans1-10/+0
2014-05-29avcodecmap: handle simple and advanced-simple profile in MPEG4Wim Taymans1-6/+19
2014-05-29avcodecmap: do more reverse mapping of MPEG4Wim Taymans1-0/+10
2014-04-30libav: avoid dividing by zero on insane fps/parVincent Penquerc'h1-14/+31
2014-04-08codecmap: Add missing breakEdward Hervey1-0/+1
2014-04-06avcodecmap: Add mapping for Apple Intermediate CodecSebastian Dröge1-0/+9
2014-01-06av: Enable HEVC / h265 supportSebastian Dröge1-0/+24
2014-01-03avcodecmap: fix regression with wmv3 video in WMVA formatTim-Philipp Müller1-1/+16
2014-01-03av: Update for CodecID -> AVCodecID related changesSebastian Dröge1-53/+38
2013-12-16Some compiler warning fixes to satisfy XCode compilerTodd Agulnick1-0/+1
2013-11-04avaudec: don't put bogus 0 channel-mask on output caps for mono audioTim-Philipp Müller1-9/+7
2013-10-26codecmap: use TRUE for boolean fields in capsTim-Philipp Müller1-1/+1
2013-10-15avenc: Add compliance propertyGreg Rutz1-0/+22
2013-10-04avcodecmap: Make avdec_mjpeg requires a parsed inputMatthieu Bouron1-1/+1
2013-10-02avcodecmap: gst_value_can_intersect() does not do what you would thinkSebastian Dröge1-4/+18
2013-10-02avcodecmap: Only append values to the video/audio format lists if we don't ha...Sebastian Dröge1-2/+8
2013-10-01avenc: Choose 25 fps if we don't have any in the capsSebastian Dröge1-2/+8
2013-09-28avcodecmap: Fix boolean expression to fix uninitialized usage of variablesSebastian Dröge1-3/+3
2013-09-11avcodecmap: Add support for TechSmith Screen Capture 2Matej Knopp1-0/+6
2013-09-04avcodecmap: exclude avc3 stream format from AV_CODEC_ID_H264Alex Ashley1-0/+13
2013-08-30codecmap: add mapping for MSS1 and MSS2Josep Torra1-0/+12
2013-08-22avdemux: Add support for video/x-pvaSebastian Dröge1-0/+14
2013-07-24avcodecmap: Demote WARNING to DEBUGEdward Hervey1-1/+1
2013-06-25codecmap: realvideo does not have systemstream propertyWim Taymans1-2/+1
2013-05-06CODEC_ID_* -> AV_CODEC_ID_*Tim-Philipp Müller1-482/+491
2013-05-06codecmap: add mapping for WMA LosslessTim-Philipp Müller1-1/+8
2013-04-15av: Add WMV3 format for WMV 3 capsMatej Knopp1-1/+1
2013-02-04Add mapping for SMPTE 302m audioDavid Schleef1-0/+4
2012-12-17avcodecmap: Only set "formats" field on raw audio/video capsSebastian Dröge1-4/+21
2012-12-17avcodecmap: Correctly convert GStreamer channel positions to libav channel maskSebastian Dröge1-1/+1
2012-12-17avcodecmap: Add more and correct restrictions for DVSebastian Dröge1-113/+144
2012-12-12avcodec: set bits_per_coded_sample for G726Wim Taymans1-0/+5
2012-12-12avcodecmap: Remove some unused functionsSebastian Dröge1-33/+2
2012-12-12avdec: Improve src template capsSebastian Dröge1-19/+10
2012-12-11avcodecmap: Take framerate restrictions into account for encodersSebastian Dröge1-7/+33
2012-12-11avvidenc: Simplify color formats in the raw video capsSebastian Dröge1-149/+253
2012-12-11avaudenc: Reorder audio channels if necessary and add proper support for chan...Sebastian Dröge1-0/+28
2012-12-11avcodecmap: Take channel layout constraints into account if possibleSebastian Dröge1-25/+54
2012-12-11avcodecmap: Take generic samplerate limitations into accountSebastian Dröge1-60/+116
2012-12-11avcodecmap: Simplify raw audio capsSebastian Dröge1-22/+49
2012-12-05avaudenc: Add support for planar audio formatsSebastian Dröge1-6/+92
2012-12-04avauddec: Add support for planar audio formatsSebastian Dröge1-0/+2