summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-2921-35/+41
* lavc: use av_fourcc2str() where appropriateClément Bœsch2017-03-292-11/+4
* lavc: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-295-31/+17
* lavc: deprecate av_get_codec_tag_string()Clément Bœsch2017-03-292-0/+8
* Merge commit '4cf2ffb7c45840b09bc49e34da88d4053dd442cb'Clément Bœsch2017-03-291-3/+5
|\
| * idct: Have function pointer prototype match implementationDiego Biurrun2016-11-021-3/+5
* | Merge commit '39cea6570c11a49b64b2ec8d71e218db03b4c742'Clément Bœsch2017-03-291-4/+4
|\ \ | |/
| * aactab: Move extern keyword to the front of array declarationsDiego Biurrun2016-11-021-2/+2
* | pthread_frame: minor simplification to error handlingwm42017-03-291-14/+5
* | avcodec/ac3dsp: add special-case handling for the C downmix_fixed functionJames Almer2017-03-281-0/+61
* | aarch64/vp9dsp: add missing header includesJames Almer2017-03-282-0/+2
* | pthread_frame: don't sync items between threads for intra-only codecs.Ronald S. Bultje2017-03-281-1/+1
* | hevc: initialize no_rasl_output_flag in hevc_frame_start().Ronald S. Bultje2017-03-281-2/+2
* | h264: revert 1189af429211ac650aac730368a6cf5b23756605.Ronald S. Bultje2017-03-283-35/+0
* | vp9: split out generic decoding skeleton interface API from VP9 types.Ronald S. Bultje2017-03-288-147/+178
* | vp9: split out reconstruction functions in their own source file.Ronald S. Bultje2017-03-287-634/+674
* | vp9: split out loopfilter functions in their own source file.Ronald S. Bultje2017-03-284-180/+208
* | vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-2823-294/+362
* | dirac: make initialization of arithmetic coder tables threadsafe.Ronald S. Bultje2017-03-283-6/+19
* | avcodec/extract_extradata_bsf: add missing break statement to extract_extrada...James Almer2017-03-281-1/+3
* | Merge commit '801ac7156d3efb8e088fb6024f568eb36a293887'Clément Bœsch2017-03-271-1/+1
|\ \ | |/
| * qsv: Be informative when reporting that no data has been consumedLuca Barbato2016-10-301-1/+1
* | Merge commit '30015305f3b523ed7640f2c3c58b017140533c58'Clément Bœsch2017-03-271-2/+1
|\ \ | |/
| * Use avpriv_request_sample() where appropriateDiego Biurrun2016-10-292-13/+4
| * srt: Adjust signedness of sscanf format stringsDiego Biurrun2016-10-281-1/+1
* | Merge commit '7a2b2b6a92c4b528ecb640790eca0aa790d858f4'Clément Bœsch2017-03-271-3/+3
|\ \ | |/
| * dxtory: Drop nonsense ISO C printf conversion specifiers for standard typesDiego Biurrun2016-10-281-3/+3
| * Use ISO C printf conversion specifiers where appropriateDiego Biurrun2016-10-285-12/+14
| * hap: Adjust printf length modifiers to match variable typesDiego Biurrun2016-10-281-1/+1
* | lavc/vp9: clarify inv_recenter_nonnegClément Bœsch2017-03-271-1/+5
* | lavc/vp9: shuffle header declarationClément Bœsch2017-03-271-52/+52
* | lavc/vp9: consistent use of typedef instead of structClément Bœsch2017-03-274-23/+22
* | lavc/vp9: misc cosmeticsClément Bœsch2017-03-275-302/+337
* | lavc/vp9: rename res to retClément Bœsch2017-03-271-66/+66
* | lavc/vp9: split a few assignment out of ifsClément Bœsch2017-03-271-5/+10
* | lavc/vp9: rename {ref,unref,alloc}_frame to frame_{ref,unref,alloc}Clément Bœsch2017-03-271-16/+16
* | lavc/vp9: rename ctx to avctxClément Bœsch2017-03-273-176/+176
* | lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-2724-5164/+5293
* | pthread_frame: fix uninitialized variable readwm42017-03-271-1/+1
* | pthread_frame: do not attempt to unlock a mutex on the wrong threadwm42017-03-271-10/+31
* | libavcodec/opusenc: use correct format specifiersKyle Swanson2017-03-271-1/+1
* | avcodec/avcodec: Correct and make consistent AVERROR() in commentsMichael Niedermayer2017-03-271-4/+4
* | avcodec/h264idct_template: Fix multiple runtime error: signed integer overflowMichael Niedermayer2017-03-261-28/+28
* | avcodec/x86/idctdsp: Remove duplicate includeMichael Niedermayer2017-03-261-1/+0
* | avcodec/extract_extradata_bsf: use the parsing code from mpeg4video_split()James Almer2017-03-251-6/+6
* | avcodec/extract_extradata_bsf: use the parsing code from vc1_split()James Almer2017-03-251-11/+7
* | avcodec/extract_extradata_bsf: use the parsing code from mpegvideo_split()James Almer2017-03-251-9/+37
* | avcodec: stop using deprecated codec flagsJames Almer2017-03-259-20/+20
* | lavc/xface: Reorder conditions to silence a gcc warning.Carl Eugen Hoyos2017-03-241-2/+2
* | avcodec/tests/celp_math: Change IsAlmostEqual() to a functionMichael Niedermayer2017-03-241-8/+9