summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dca: Add math helpers.Alexandra Hájková2015-12-231-0/+42
* checkasm: add fmtconvert testsJanne Grunau2015-12-214-0/+110
* checkasm: add synth_filter testJanne Grunau2015-12-214-1/+124
* checkasm: add tests for dcadspJanne Grunau2015-12-214-0/+142
* checkasm: add float comparison util functionsJanne Grunau2015-12-212-0/+84
* x86: checkasm: check for or handle missing cleanup after MMX instructionsJanne Grunau2015-12-214-26/+78
* arm64: fix inverted register order in transpose_4x4HJanne Grunau2015-12-212-4/+4
* exr: fix out of bounds read in get_codeAndreas Cadhalpun2015-12-161-5/+5
* opus: Fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-161-1/+1
* arm: add ff_int32_to_float_fmul_array8_neonJanne Grunau2015-12-142-0/+41
* arm64: int32_to_float_fmul neon asmJanne Grunau2015-12-145-3/+130
* arm64: port synth_filter_float_neon from armJanne Grunau2015-12-146-3/+147
* arm64: convert dcadsp neon asm from armJanne Grunau2015-12-145-0/+225
* arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-149-5/+18
* x86_64: int32_to_float_fmul_scalar sign extend integer lengthJanne Grunau2015-12-141-0/+3
* arm64: add cycle counter supportJanne Grunau2015-12-142-1/+47
* libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-145-2/+7
* mpegtsenc: add flag to embed an AC-3 ES the DVB wayStefan Pöschel2015-12-141-1/+13
* avresample: Mark avresample_buffer() as pointer to constKip Warner2015-12-144-9/+13
* r3d: fix an invalid read introduced in 6bf4c1dAnton Khirnov2015-12-141-1/+1
* rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö2015-12-131-2/+2
* vocdec: do not create the stream in read_header()Anton Khirnov2015-12-121-5/+8
* vocdec: put the code not shared with other demuxers under appropriate ifdefAnton Khirnov2015-12-121-38/+39
* flvdec: do not create any streams in read_header()Anton Khirnov2015-12-121-9/+2
* lavc: make avpriv_mpa_decode_header private on next bumpAnton Khirnov2015-12-123-2/+15
* mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-121-11/+6
* mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-125-24/+29
* lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov2015-12-121-11/+1
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-1215-90/+219
* lavc: print the name of the codec, not its implementation, in avcodec_stringAnton Khirnov2015-12-121-2/+5
* r3d: do not create the audio stream until we know the sample rateAnton Khirnov2015-12-121-12/+25
* ff_parse_specific_params: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-121-5/+0
* rmenc: do not use AVCodecContext.frame_sizeAnton Khirnov2015-12-121-2/+5
* mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov2015-12-121-0/+7
* hevcdsp: use a macro for .rodata sectionDave Yeo2015-12-111-1/+1
* openh264: Directly include the deprecation guards headerLuca Barbato2015-12-081-0/+1
* log: Use a do {} while (0) for tlogLuca Barbato2015-12-081-1/+1
* matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-071-2/+34
* sgienc: Make sure to initialize skipped header portionsVittorio Giovara2015-12-071-3/+5
* lavc: Drop exporting 2-pass encoding statsVittorio Giovara2015-12-075-12/+37
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-0710-15/+181
* h264: do not call frame_start() for missing framesAnton Khirnov2015-12-071-18/+32
* aacdec: fix aac_static_table_init() prototypeAnton Khirnov2015-12-071-1/+1
* avpacket: use ERANGE instead of EOVERFLOWAnton Khirnov2015-12-071-1/+1
* rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-071-0/+1
* movenc-test: add a missing va_end callGanesh Ajjanagadde2015-12-071-0/+1
* mxfenc: always assume long gopAnton Khirnov2015-12-061-1/+1
* lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-066-96/+200
* mpegenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+10
* movenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+8