summaryrefslogtreecommitdiff
path: root/ext/libav/gstavcodecmap.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-07Update for gst_video_transfer_function_*() function renamingSebastian Dröge1-1/+1
2020-06-26avcodecmap: Add support for SpeedHQ video codecSebastian Dröge1-0/+30
2020-05-31avcodecmap: Remove unused GstFFMpegCompliance typeSebastian Dröge1-22/+0
2020-05-27avcodecmap: use framerate instead of time_base when decodingMathieu Duponchelle1-2/+2
2020-01-24avcodecmap: Add some more comments about the assumptions in the ffmpeg code a...Sebastian Dröge1-2/+8
2020-01-24avdemux: Only set stream-format for H264/H265/AAC when we have a contextSebastian Dröge1-5/+5
2020-01-24avivf_mux: support VP9 and AV1Haihao Xiang1-0/+18
2020-01-24avcodecmap: Set AAC/H264/H265 stream-format for demuxer/encoder situations if...Sebastian Dröge1-2/+25
2019-09-24avviddec,avcodemap: Use new helper function for map color space informationSeungha Yang1-86/+6
2019-05-24avcodecmap,avviddec: Map bt2020-10, PQ and HLG transfer functionsSeungha Yang1-0/+9
2019-05-24codecmap: Add caps for aptX and aptX-HDArun Raghavan1-0/+10
2018-11-08codecmap: Add mapping for Voxware metasoundEdward Hervey1-0/+6
2018-07-26avmux: Place pva case after generic caseGeorg Ottinger1-11/+11
2018-07-23avauddec: add support for decoding in non-interleaved layoutGeorge Kiagiadakis1-16/+84
2018-07-13Refactor avcfg / avvidencMathieu Duponchelle1-1/+1
2018-07-13Use AV_ namespace for all CODEC_ macroNicolas Dufresne1-12/+13
2018-07-13Use AV_ namespace for INPUT_BUFFER_PADDING_SIZENicolas Dufresne1-2/+2
2018-05-06Expose support for DSDMathieu Duponchelle1-0/+28
2018-02-12Enable gif format, and make it so avdemux_gif and avdec_gif can autoplugMathieu Duponchelle1-2/+2
2017-10-19avdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streamsJan Alexander Steffens (heftig)1-0/+4
2017-08-17gstavcodecmap: Do not require a channel-maskMathieu Duponchelle1-5/+12
2017-03-21avvidenc: Classify image encoders with "Image" instead of "Video"Arun Raghavan1-0/+24
2017-03-16avcodecmap: Add mappings for I420/I422/Y444_12LE/BE and GBRASebastian Dröge1-0/+7
2017-03-16avcodecmap: Add GBR_12LE/BE and GBRA_12LE/BE pixel format mapping for CineFor...Emeric Grange1-0/+4
2017-03-14avcodecmap: Add mapping for CineForm HD / CFHD codecSebastian Dröge1-0/+9
2016-12-04avcodecmap: Add mapping for Flash Screen2 codecSebastian Dröge1-0/+9
2016-11-24avcodecmap: Add support for packed 32bit RGBx variantsEdward Hervey1-0/+4
2016-11-16av: Enable IVF demuxer (and muxer)Sebastian Dröge1-0/+2
2016-11-04avcodecmap: It's interlace-mode, not interlaced-modeSebastian Dröge1-1/+1
2016-11-01avcodecmap: Add variant to the ProRes capsSebastian Dröge1-0/+25
2016-11-01avcodecmap: Configure field order in the context if we canSebastian Dröge1-0/+17
2016-11-01avvidenc: Set colorimetry information in the context if knownSebastian Dröge1-0/+101
2016-11-01avcodecmap: Add mapping for Opus audio decoderTim-Philipp Müller1-0/+10
2016-09-14av: Cast AVContext::bit_rate to a guint before passing to varargs functionsSebastian Dröge1-9/+9
2016-08-20libav: fix confusing 'insane framerate' debug log messageTim-Philipp Müller1-2/+2
2016-05-13avcodecmap: Add mapping for G729 capsSebastian Dröge1-0/+5
2016-03-11avcodecmap: Only set the bitrate if we actually got it from the capsSebastian Dröge1-2/+2
2016-01-16libav: Bitrate field changed from int to int64_t, fix compiler warningsSebastian Dröge1-1/+3
2016-01-16libav: Remove usage of deprecated APIAndreas Cadhalpun1-9/+5
2015-12-24avcodecmap: Add special mapping for mono channel layoutsSebastian Dröge1-0/+12
2015-10-11avcodecmap: add jpeg2000 decoder mappingThiago Santos1-0/+12
2015-10-03avcodecmap: Don't allocate dummy codec data anymore, it causes crashes nowadaysSebastian Dröge1-6/+2
2015-07-22Add support for musepack (mpc) sv8 audioJames Smith1-0/+2
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