summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Drop deprecated audio convert APIJames Almer2017-10-214-210/+0
* avcodec: Drop deprecated audio resample APIJames Almer2017-10-215-860/+0
* Merge commit '0337adfab5d14a17bf4d5060aa0425e4049a9862'James Almer2017-10-213-62/+0
|\
| * lavc: Drop deprecated missing sample log functionVittorio Giovara2017-03-233-62/+0
| * lavc: Drop deprecated chroma subsample functionVittorio Giovara2017-03-233-18/+0
* | Revert efb79cabb2 and 75bd215727James Almer2017-10-211-2/+2
* | avcodec/libxavs: make dia the default for motion-estJames Almer2017-10-211-1/+1
* | avcodec/libxvid: make 4 the default for me_qualityJames Almer2017-10-211-1/+1
* | movtextdec: Move declaration out of for initialisation statementMark Thompson2017-10-211-1/+2
* | cinepakenc: Move declaration out of for initialisation statementMark Thompson2017-10-211-1/+2
* | hevc: Fix aligned array declarationsMark Thompson2017-10-212-3/+3
* | avcodec/v4l2_m2m_enc: fix usage of deprecated codec flagJames Almer2017-10-211-1/+1
* | libavcodec/version: add a comment about FF_API_MPV_OPT deprecationRostislav Pehlivanov2017-10-211-2/+2
* | avcodec/version: re-enable FF_API_MPV_OPT until the open ABI period is overJames Almer2017-10-211-1/+1
* | Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'James Almer2017-10-211-10/+10
|\ \ | |/
| * Bump major versions of all librariesVittorio Giovara2017-03-231-11/+11
| * 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