summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: Drop deprecated lowres optionVittorio Giovara2017-03-232-17/+0
* lavc: Drop deprecated missing sample log functionVittorio Giovara2017-03-233-62/+0
* lavc: Drop deprecated chroma subsample functionVittorio Giovara2017-03-233-18/+0
* 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
* x86: fft: Port to cpuflagsDiego Biurrun2017-03-141-51/+43
* x86: h264: Simplify DEQUANT macro with cpuflagsDiego Biurrun2017-03-141-24/+28
* x86: vp8dsp: port FILTER_BILINEAR macro to cpuflagsDiego Biurrun2017-03-141-77/+66
* x86util: Port all macros to cpuflagsDiego Biurrun2017-03-141-4/+1
* h264_cavlc: check the value of run_beforeAnton Khirnov2017-03-121-2/+6
* 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
* 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
* x86: Merge align directives into SECTION_RODATA declarations where possibleDiego Biurrun2017-03-054-10/+5
* nvenc: Remove qmin and qmax constraints for nvenc vbrGanapathy Kasi2017-03-041-8/+7
* Add Apple Pixlet decoderPaul B Mahol2017-03-016-1/+699
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-0112-77/+77
* x86: hevc: Add missing colons after assembly labelsDiego Biurrun2017-03-011-3/+3
* h264_sei: Check actual presence of picture timing SEI messageMichael Niedermayer2017-02-284-4/+9
* nvenc: Fix the preset mapping listBen Chang2017-02-281-2/+1
* lavc: make sure not to return EAGAIN from codecsAnton Khirnov2017-02-253-9/+13
* svq3: fix the slice size checkAnton Khirnov2017-02-251-5/+4
* h264dec: fix dropped initial SEI recovery pointJohn Stebbins2017-02-241-1/+1
* aarch64: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-241-6/+6
* arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-02-241-6/+6
* aarch64: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-241-62/+62
* arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-02-241-62/+62
* aarch64: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-241-67/+43
* arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-02-241-126/+120
* arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö2017-02-242-3/+195
* aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1Martin Storsjö2017-02-241-12/+9
* arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-02-242-37/+14
* Place attribute_deprecated in the right position for struct declarationsDiego Biurrun2017-02-232-3/+2
* nvenc: Fix nvec vs. nvenc typoDiego Biurrun2017-02-201-2/+2
* webp: Fix alpha decodingMark Thompson2017-02-181-2/+11
* vaapi_encode: Discard output buffer if picture submission failsMark Thompson2017-02-161-0/+2
* libopenh264dec: Let the framework use the h264_mp4toannexb bitstream filterMartin Storsjö2017-02-151-119/+25
* vaapi: Implement device-only setupMark Thompson2017-02-132-18/+114
* lavc: Add device context field to AVCodecContextMark Thompson2017-02-133-2/+26
OpenPOWER on IntegriCloud