summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-07
* h264: do not call frame_start() for missing framesAnton Khirnov2015-12-07
* aacdec: fix aac_static_table_init() prototypeAnton Khirnov2015-12-07
* avpacket: use ERANGE instead of EOVERFLOWAnton Khirnov2015-12-07
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-06
* qsvenc: export CPB props side dataAnton Khirnov2015-12-06
* nvenc: export CPB props side dataAnton Khirnov2015-12-06
* mpegvideo_enc: export vbv_delay in side dataAnton Khirnov2015-12-06
* mpegvideo_enc: export CPB props side dataAnton Khirnov2015-12-06
* libx264: export CPB props side dataAnton Khirnov2015-12-06
* libvpxenc: export CPB props side dataAnton Khirnov2015-12-06
* libopenh264enc: export CPB props side dataAnton Khirnov2015-12-06
* lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-06
* lavc: add stream-global packet side dataAnton Khirnov2015-12-06
* avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-06
* h264: derive the delay from the level when it's not presentAnton Khirnov2015-12-06
* h264: set frame_num in start_frame(), not decode_slice_header()Anton Khirnov2015-12-06
* h264: eliminate default_ref_listAnton Khirnov2015-12-06
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-05
* hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov2015-12-05
* hevcdsp: split the pred functions by widthAnton Khirnov2015-12-05
* hevcdsp: split the epel functions by widthAnton Khirnov2015-12-05
* hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-05
* log: Use a do {} while (0) for dlogLuca Barbato2015-12-05
* imgconvert: Re-enable the deprecation warningsLuca Barbato2015-12-05
* avpicture: Suppress warning from deprecated codeLuca Barbato2015-12-05
* aac: Provide more information on the failure messageLuca Barbato2015-12-05
* g723: Add missing headerLuca Barbato2015-12-05
* lavc: G.723.1 encoderMohamed Naufal2015-11-30
* g723_1: Move sharable functions to a separate fileVittorio Giovara2015-11-30