summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
| * dca: Refactor dca_filter_channels() a littleLuca Barbato2017-03-211-4/+6
| * dca: Validate the channel mapLuca Barbato2017-03-211-0/+3
| * nvenc: Allow different const qps for I, P and B framesKonda Raju2017-03-211-9/+19
| * lavc: vdpau: add support for new hw_frames_ctx and hw_device_ctx APIwm42017-03-203-20/+69
| * lavc: Add hwaccel_flags field to AVCodecContextwm42017-03-203-1/+12
| * build: Add missing object dependency for extract_extradata bitstream filterDiego Biurrun2017-03-201-1/+2
| * arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö2017-03-163-26/+26
* | Merge commit '681a86aba6cb09b98ad716d986182060c7795d20'James Almer2017-10-211-51/+43
|\ \ | |/
| * x86: fft: Port to cpuflagsDiego Biurrun2017-03-141-51/+43
* | Merge commit 'e9bb77fb1012cba1951a82136df7071f71bce8fb'James Almer2017-10-211-24/+28
|\ \ | |/
| * x86: h264: Simplify DEQUANT macro with cpuflagsDiego Biurrun2017-03-141-24/+28
* | Merge commit '307eb1a8ee363db1fcf869e427a8deb6d9538881'James Almer2017-10-211-77/+66
|\ \ | |/
| * x86: vp8dsp: port FILTER_BILINEAR macro to cpuflagsDiego Biurrun2017-03-141-77/+66
* | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer2017-10-211-4/+1
|\ \ | |/
| * x86util: Port all macros to cpuflagsDiego Biurrun2017-03-141-4/+1
| * h264_cavlc: check the value of run_beforeAnton Khirnov2017-03-121-2/+6
* | lavc: drop support for OpenJPEG 1.3-2.0Michael Bradshaw2017-10-202-228/+31
* | Merge commit '83b2b34d06e74cc8775ba3d833f9782505e17539'James Almer2017-10-201-36/+49
|\ \ | |/
| * h2645_parse: use the bytestream2 API for packet splittingAnton Khirnov2017-03-121-22/+21
| * h264dec: initialize field_started to 0 on each decode callAnton Khirnov2017-03-121-0/+1
| * arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö2017-03-112-3/+4
| * arm: vp9itxfm: Template the quarter/half idct32 functionMartin Storsjö2017-03-111-37/+20
* | vorbis: Reorder conditions to avoid possible overreadMark Thompson2017-10-181-2/+2
* | opusenc: Fix double-declaration of variableMark Thompson2017-10-181-1/+0
* | vaapi_h264: Do not use deprecated header typeMark Thompson2017-10-181-1/+1
* | vaapi_h264: Add missing return value checkMark Thompson2017-10-181-1/+3
* | cbs_h264: Fix memory leak in error caseMark Thompson2017-10-181-0/+1
* | h264_metadata: Fix clearing SEI payload in error caseMark Thompson2017-10-181-1/+1
* | cbs_h264: Fix writing streams with auxiliary picturesMark Thompson2017-10-181-1/+2
* | avcodec/cfhd: support cropped height tagJames Almer2017-10-182-0/+7
* | Merge commit '5f794aa1653aa04c1da7397e9ccacad947fadf5f'James Almer2017-10-173-147/+217
|\ \ | |/
| * Add Cineform HD DecoderKieran Kunhya2017-03-098-1/+1226
| * add initial QP value optionsKonda Raju2017-03-094-0/+35
| * avcodec: clarify some decoding/encoding API detailswm42017-03-091-9/+35
| * pixlet: Fix architecture-dependent code and valuesVittorio Giovara2017-03-061-27/+31
* | Changelog: Add metadata bitstream filtersMark Thompson2017-10-171-1/+1
* | vaapi_mpeg2: Convert to use coded bitstream infrastructureMark Thompson2017-10-171-215/+423
* | vaapi_h265: Add support for AUD NAL unitsMark Thompson2017-10-171-0/+39
* | vaapi_h265: Convert to use coded bitstream infrastructureMark Thompson2017-10-174-1067/+584
* | vaapi_h264: Fix CPB/DPB delaysMark Thompson2017-10-171-4/+2
* | vaapi_h264: Add support for SEI recovery pointsMark Thompson2017-10-171-1/+19
* | vaapi_h264: Add support for AUD NAL unitsMark Thompson2017-10-171-0/+33
* | vaapi_h264: Convert to use coded bitstream infrastructureMark Thompson2017-10-172-877/+550
* | lavc: Add mpeg2_metadata bitstream filterMark Thompson2017-10-173-0/+314
* | mpeg12: Add a common function to find the best frame rateMark Thompson2017-10-174-0/+156
* | lavc: Add hevc_metadata bitstream filterMark Thompson2017-10-173-0/+460
* | lavc: Add h264_redundant_pps bitstream filterMark Thompson2017-10-173-0/+180
* | lavc: Add h264_metadata bitstream filterMark Thompson2017-10-173-0/+526
* | lavc: Add trace_headers bitstream filterMark Thompson2017-10-173-0/+128
* | lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-10-177-0/+1028