summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add FFFrameQueue API.Nicolas George2016-12-183-0/+297
* avcodec/get_bits: add av_assert2 to get_bits_long()Paul B Mahol2016-12-181-0/+1
* opus: remove redundant ff_celt_window2 declarationRostislav Pehlivanov2016-12-182-2/+1
* avformat: Auto-detect mjpeg 2000 in mpeg-tsStåle Kristoffersen2016-12-175-1/+58
* avformat/tls: add tls url_get_file_handleJay Ridgeway2016-12-174-0/+28
* lavc: Fix ticket 6024, truncated mode decodingPavel Koshevoy2016-12-171-1/+1
* avcodec/mips: version 1 of vc1dsp optimizations for loongson mmiZhou Xiaoyong2016-12-178-0/+2396
* avfilter/vf_ssim: add >8 bit depth suppportPaul B Mahol2016-12-171-12/+119
* avformat/wavdec: Eliminate goto for clang -O0 DCEMark Harris2016-12-161-21/+17
* avutil/imgutils: Clarify doxy for av_image_check_size2()Michael Niedermayer2016-12-161-1/+2
* fate/psd: add tests for uncompress and rle samplesMartin Vignali2016-12-1613-0/+97
* avcodec/h263dec: Return the correct error code in explode modeMichael Niedermayer2016-12-151-1/+1
* avcodec/smvjpegdec: return the packet size instead of 0Michael Niedermayer2016-12-151-1/+3
* avcodec/tdsc: return the packet size instead of 0Michael Niedermayer2016-12-151-1/+1
* avcodec/screenpresso: return the packet size instead of 0Michael Niedermayer2016-12-151-1/+1
* avcodec/rscc: return the packet size instead of 0Michael Niedermayer2016-12-151-0/+1
* avfilter/vsrc_testsrc: draw_bar: make sure width is not negativePaul B Mahol2016-12-151-2/+2
* avformat/mp3dec: fix msan warning when verifying mpa headerChris Cunningham2016-12-151-1/+2
* tiff: fix overflows when calling av_reduceAndreas Cadhalpun2016-12-151-2/+11
* mov: prevent overflow during bit rate calculationAndreas Cadhalpun2016-12-151-1/+14
* cafdec: prevent overflow during bit rate calculationAndreas Cadhalpun2016-12-151-2/+7
* 4xm: prevent overflow during bit rate calculationAndreas Cadhalpun2016-12-151-1/+7
* doc/filters: fix channel names in sofalizer examplePaul B Mahol2016-12-141-2/+2
* avfilter/af_sofalizer: warn if user gives unknown channel namesPaul B Mahol2016-12-141-3/+5
* doc/filters: drawtext: add example of printing texts on same baselineAndrey Utkin2016-12-141-0/+8
* Add missing #includes for standalone spherical-information-related headersDiego Biurrun2016-12-142-0/+6
* Bump for psd demuxer and decoderMichael Niedermayer2016-12-142-2/+2
* libavformat : add Photoshop PSD demuxer.Martin Vignali2016-12-143-0/+34
* libavcodec : add decoder for Photoshop PSD image filesMartin Vignali2016-12-147-0/+448
* avformat: fix overflows during bit rate calculationAndreas Cadhalpun2016-12-1410-11/+11
* swresample/resample: remove swri_resample functionMuhammad Faiz2016-12-141-44/+35
* libvpxenc: Don't spam level errors for VP8 encodesAlex Converse2016-12-131-1/+2
* swresample/resample: do not allow negative dst_size return valueMuhammad Faiz2016-12-141-3/+4
* avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer2016-12-131-1/+4
* avformat/options_table: Set the default maximum number of streams to 1000Michael Niedermayer2016-12-131-1/+1
* 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
OpenPOWER on IntegriCloud