summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* x86: build: Group all encoder objects togetherDiego Biurrun2016-01-18
* x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun2016-01-18
* dca: fix misaligned access in ff_dca_convert_bitstreamAndreas Cadhalpun2016-01-15
* xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun2016-01-13
* on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2016-01-13
* nvenc: generate dts properlyAnton Khirnov2016-01-12
* nvenc: fix encoding with B-framesAnton Khirnov2016-01-12
* nvenc: flush the encoder before closing it, as required by the docsAnton Khirnov2016-01-12
* nvenc: rename encodersAnton Khirnov2016-01-12
* nvenc: better error handlingAnton Khirnov2016-01-12
* lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-11
* lavc: Add get_bitsz()Andreas Cadhalpun2016-01-11
* sunrastenc: Properly load codec private optionsVittorio Giovara2016-01-11
* get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya2016-01-11
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* avpacket: fix size check in packet_allocAndreas Cadhalpun2016-01-07
* qsvenc: split encoding frames and reading from the async FIFOAnton Khirnov2016-01-07
* qsvenc: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko2016-01-07
* h264_refs: Remove broken trace debug codeDiego Biurrun2016-01-03
* lavc: Add missing #includes for ff_dlog()Diego Biurrun2016-01-03
* qsvdec: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko2016-01-01
* qsvenc_hevc: improve the default settingsMaxym Dmytrychenko2016-01-01
* h264: improve behaviour with invalid reference listsAnton Khirnov2016-01-01
* dca: use defines for subband related constantsAlexandra Hájková2015-12-31
* x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau2015-12-30
* x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitlyJanne Grunau2015-12-29
* Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun2015-12-26
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-24
* dca: change the core to work with integer coefficients.Alexandra Hájková2015-12-23
* dca: Add math helpers.Alexandra Hájková2015-12-23
* arm64: fix inverted register order in transpose_4x4HJanne Grunau2015-12-21
* exr: fix out of bounds read in get_codeAndreas Cadhalpun2015-12-16
* opus: Fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-16
* arm: add ff_int32_to_float_fmul_array8_neonJanne Grunau2015-12-14
* arm64: int32_to_float_fmul neon asmJanne Grunau2015-12-14
* arm64: port synth_filter_float_neon from armJanne Grunau2015-12-14
* arm64: convert dcadsp neon asm from armJanne Grunau2015-12-14
* arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-14
* x86_64: int32_to_float_fmul_scalar sign extend integer lengthJanne Grunau2015-12-14
* lavc: make avpriv_mpa_decode_header private on next bumpAnton Khirnov2015-12-12
* mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-12
* lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov2015-12-12
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
* lavc: print the name of the codec, not its implementation, in avcodec_stringAnton Khirnov2015-12-12
* mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov2015-12-12
* hevcdsp: use a macro for .rodata sectionDave Yeo2015-12-11
* openh264: Directly include the deprecation guards headerLuca Barbato2015-12-08
* log: Use a do {} while (0) for tlogLuca Barbato2015-12-08
* sgienc: Make sure to initialize skipped header portionsVittorio Giovara2015-12-07
* lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-07