summaryrefslogtreecommitdiff
path: root/ext/libav/gstavcodecmap.c
Commit message (Expand)AuthorAgeFilesLines
* avcodecmap: Add mapping for Flash Screen2 codecSebastian Dröge2016-12-051-0/+9
* av: Cast AVContext::bit_rate to a guint before passing to varargs functionsSebastian Dröge2016-09-141-9/+9
* libav: fix confusing 'insane framerate' debug log messageTim-Philipp Müller2016-08-201-2/+2
* avcodecmap: Add mapping for G729 capsSebastian Dröge2016-05-131-0/+5
* avcodecmap: Only set the bitrate if we actually got it from the capsSebastian Dröge2016-03-111-2/+2
* libav: Bitrate field changed from int to int64_t, fix compiler warningsSebastian Dröge2016-01-161-1/+3
* libav: Remove usage of deprecated APIAndreas Cadhalpun2016-01-161-9/+5
* avcodecmap: Add special mapping for mono channel layoutsSebastian Dröge2015-12-241-0/+12
* avcodecmap: add jpeg2000 decoder mappingThiago Santos2015-10-111-0/+12
* avcodecmap: Don't allocate dummy codec data anymore, it causes crashes nowadaysSebastian Dröge2015-10-031-6/+2
* Add support for musepack (mpc) sv8 audioJames Smith2015-07-221-0/+2
* codecmap: add vp9 mappingWim Taymans2015-06-261-0/+9
* avcodec: Check against codec format listNicolas Dufresne2015-06-111-6/+26
* avcodecmap: Use video/x-cavs mime type instead of video/x-gst-av-cavsAurélien Zanelli2015-06-021-1/+6
* libav: Add support for 10 bit planar AYUV formatsSebastian Dröge2015-03-101-0/+6
* libav: Change from deprecated PIX_FMT_* to AV_PIX_FMT_*Sebastian Dröge2015-03-101-63/+63
* avcodecmap: place supported profiles in mpeg4 capsWim Taymans2014-06-061-1/+16
* avcodecmap: remove deprecated media typesWim Taymans2014-06-061-16/+0
* codecmap: don't expose more deprecated media typesWim Taymans2014-06-061-2/+2
* Revert "avcodecmap: do more reverse mapping of MPEG4"Wim Taymans2014-06-061-10/+0
* avcodecmap: handle simple and advanced-simple profile in MPEG4Wim Taymans2014-05-291-6/+19
* avcodecmap: do more reverse mapping of MPEG4Wim Taymans2014-05-291-0/+10
* libav: avoid dividing by zero on insane fps/parVincent Penquerc'h2014-04-301-14/+31
* codecmap: Add missing breakEdward Hervey2014-04-081-0/+1
* avcodecmap: Add mapping for Apple Intermediate CodecSebastian Dröge2014-04-061-0/+9
* av: Enable HEVC / h265 supportSebastian Dröge2014-01-061-0/+24
* avcodecmap: fix regression with wmv3 video in WMVA formatTim-Philipp Müller2014-01-031-1/+16
* av: Update for CodecID -> AVCodecID related changesSebastian Dröge2014-01-031-53/+38
* Some compiler warning fixes to satisfy XCode compilerTodd Agulnick2013-12-161-0/+1
* avaudec: don't put bogus 0 channel-mask on output caps for mono audioTim-Philipp Müller2013-11-041-9/+7
* codecmap: use TRUE for boolean fields in capsTim-Philipp Müller2013-10-261-1/+1
* avenc: Add compliance propertyGreg Rutz2013-10-151-0/+22
* avcodecmap: Make avdec_mjpeg requires a parsed inputMatthieu Bouron2013-10-041-1/+1
* avcodecmap: gst_value_can_intersect() does not do what you would thinkSebastian Dröge2013-10-021-4/+18
* avcodecmap: Only append values to the video/audio format lists if we don't ha...Sebastian Dröge2013-10-021-2/+8
* avenc: Choose 25 fps if we don't have any in the capsSebastian Dröge2013-10-011-2/+8
* avcodecmap: Fix boolean expression to fix uninitialized usage of variablesSebastian Dröge2013-09-281-3/+3
* avcodecmap: Add support for TechSmith Screen Capture 2Matej Knopp2013-09-111-0/+6
* avcodecmap: exclude avc3 stream format from AV_CODEC_ID_H264Alex Ashley2013-09-041-0/+13
* codecmap: add mapping for MSS1 and MSS2Josep Torra2013-08-301-0/+12
* avdemux: Add support for video/x-pvaSebastian Dröge2013-08-221-0/+14
* avcodecmap: Demote WARNING to DEBUGEdward Hervey2013-07-241-1/+1
* codecmap: realvideo does not have systemstream propertyWim Taymans2013-06-251-2/+1
* CODEC_ID_* -> AV_CODEC_ID_*Tim-Philipp Müller2013-05-061-482/+491
* codecmap: add mapping for WMA LosslessTim-Philipp Müller2013-05-061-1/+8
* av: Add WMV3 format for WMV 3 capsMatej Knopp2013-04-151-1/+1
* Add mapping for SMPTE 302m audioDavid Schleef2013-02-041-0/+4
* avcodecmap: Only set "formats" field on raw audio/video capsSebastian Dröge2012-12-171-4/+21
* avcodecmap: Correctly convert GStreamer channel positions to libav channel maskSebastian Dröge2012-12-171-1/+1
* avcodecmap: Add more and correct restrictions for DVSebastian Dröge2012-12-171-113/+144