summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avfilter: fix filtering frames with unknown channel layouts for filt...Marton Balint2016-12-131-1/+1
* avcodec/mips: version 1 of wmv2dsp optimizations for loongson mmiZhou Xiaoyong2016-12-136-0/+351
* avcodec/mips: version 1 of vp8dsp optimizations for loongson mmiZhou Xiaoyong2016-12-136-0/+3261
* configure: add -fPIE instead of -pie to C flags for ThreadSanitizerWan-Teh Chang2016-12-131-1/+1
* avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang2016-12-132-7/+7
* avutil/tests/imgutils: Remove unused variableMichael Niedermayer2016-12-131-1/+0
* opt: reject denominator zero as out of rangeAndreas Cadhalpun2016-12-131-1/+1
* fate: Add h264 test for frame num gapsDerek Buitenhuis2016-12-122-0/+37
* avcodec/cuvid: fix compilation with msvc11Timo Rothenpieler2016-12-121-1/+2
* lavf/mov: Accept multiple fourcc for AVID 1:1.Carl Eugen Hoyos2016-12-121-0/+2
* lavf/isom: Support EVRC in pvAuthor files.Carl Eugen Hoyos2016-12-121-0/+1
* avformat/matroskadec: remove the strict unofficial check for Colour elementsJames Almer2016-12-101-6/+3
* avformat/matroskadec: allocate Colour related fields only if the file contain...James Almer2016-12-101-24/+30
* ffplay: fix sws_scale possible out of bounds array accessMarton Balint2016-12-101-8/+8
* avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADSWan-Teh Chang2016-12-103-9/+2
* avutil/cpu_init: remove unnecessary arguments to the main() functionWan-Teh Chang2016-12-101-1/+1
* avcodec: Add max_pixels optionsMichael Niedermayer2016-12-106-6/+23
* avutil: Add av_image_check_size2()Michael Niedermayer2016-12-104-6/+42
* fate: add av_image_check_size() testMichael Niedermayer2016-12-104-0/+97
* configure: fail if autodetect-libraries are requested but not foundAndreas Cadhalpun2016-12-102-22/+57
* configure: enable autodetected libraries after option parsingAndreas Cadhalpun2016-12-101-9/+9
* configure: enable sdl if sdl2 is enabledAndreas Cadhalpun2016-12-101-1/+1
* libavcodec/tests: Add avpacket test to .gitignoreDerek Buitenhuis2016-12-101-0/+1
* configure: Require bit_depth field for VAAPI VP9 decode hwaccelMark Thompson2016-12-101-2/+2
* opus_parser: make ParseContext the first element in OpusParseContextAndreas Cadhalpun2016-12-101-1/+1
* opus_parser: fix leaking channel_maps on errorAndreas Cadhalpun2016-12-102-1/+1
* avfilter/af_ashowinfo: properly show input channel layout for unknown channel...Marton Balint2016-12-101-1/+1
* avfilter/af_channelmap: add support for unknown input channel layoutsMarton Balint2016-12-101-4/+4
* avfilter/af_atempo: add support for unknown channel layoutsMarton Balint2016-12-101-1/+1
* avfilter/formats: allow unknown channel layouts by defaultMarton Balint2016-12-109-16/+9
* avcodec/mpeg12dec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMMichael Niedermayer2016-12-101-1/+5
* swresample/resample_template: Add filter values in parallelMichael Niedermayer2016-12-101-4/+12
* swresample/resample_template: Reorder operations to avoid one additionMichael Niedermayer2016-12-101-6/+9
* swresample/swresample: Check count before memcpy()Michael Niedermayer2016-12-101-2/+2
* avcodec/mpeg4videodec: Fix undefined shifts in mpeg4_decode_sprite_trajectory()Michael Niedermayer2016-12-091-6/+6
* avformat/oggdec: Skip streams in duration correction that did not had their d...Michael Niedermayer2016-12-091-0/+2
* h264_slice: Wait for refs to be available before we use them in error conceal...Derek Buitenhuis2016-12-091-0/+3
* fate: add a monoscopic spherical matroska testJames Almer2016-12-092-0/+20
* fate: improve fate-mov dependenciesJames Almer2016-12-091-11/+8
* avcodec/ffv1enc: Allocate smaller packet if the worst case size cannot be all...Michael Niedermayer2016-12-091-0/+5
* avcodec/ffv1enc: Fix size of first sliceMichael Niedermayer2016-12-091-4/+9
* aacdec: Rename elem_type_prev to che_prev_type.Alex Converse2016-12-081-4/+4
* aacdec: Allow SBR after DRC.Alex Converse2016-12-081-2/+4
* doc/muxers: remove "-strict experimental" from tee muxer examplesLou Logan2016-12-081-2/+2
* avfilter/vf_deband: fix silly mistakesPaul B Mahol2016-12-081-4/+4
* avformat: Add max_streams optionMichael Niedermayer2016-12-085-3/+15
* aarch64: h264idct: Use the offset parameter to movrelMartin Storsjö2016-12-081-1/+1
* avfilter/vf_hwupload_cuda: Add min/max limits for the 'device' optionSrinath K R2016-12-081-1/+1
* avformat/matroskadec: remove unused variableJames Almer2016-12-081-1/+1
* avformat/matroskadec: fix memleak on stream side data failureJames Almer2016-12-081-1/+3
OpenPOWER on IntegriCloud