aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* configure: build fix for P5600 with mips code restructuringShivraj Patil2016-04-261-132/+120
* mips: add support for R6Vicente Olivert Riera2016-04-2621-1/+83
* pgssubdec: fix subpicture output colorspace and rangeJan Ekström2016-04-262-2/+18
* avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3Michael Niedermayer2016-04-251-5/+7
* avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer2016-04-241-1/+3
* avformat/mux: Check that deinit is set before calling itMichael Niedermayer2016-04-241-1/+2
* avcodec/takdec: add code that got somehow lost in process of REingPaul B Mahol2016-04-211-0/+1
* avcodec/apedec: fix decoding of stereo files with one channel full of silencePaul B Mahol2016-04-211-1/+1
* avcodec/avpacket: Fix off by 5 errorMichael Niedermayer2016-04-211-2/+4
* avcodec/h264: Fix for H.264 configuration parsingIvan2016-04-171-2/+2
* avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packe...Michael Niedermayer2016-04-141-1/+1
* avcodec/pngdec: Fix alpha detection with skip_frameMichael Niedermayer2016-04-091-0/+1
* Changelog: Make formating consistentMichael Niedermayer2016-04-041-40/+40
* avfilter/src_movie: fix how we check for overflows with seek_pointMarios Titas2016-04-031-1/+1
* avcodec/j2kenc: Add attribution to OpenJPEG project:Aaron Boxer2016-04-011-0/+38
* doc/Doxyfile: update for 3.0.1Michael Niedermayer2016-03-291-1/+1
* Changelog: updateMichael Niedermayer2016-03-291-0/+2
* avcodec/diracdec: check bitstream size related fields for overflowsMichael Niedermayer2016-03-291-5/+21
* avcodec/h264_slice: Check PPS more extensively when its not copiedMichael Niedermayer2016-03-291-3/+7
* avformat/svag: fix division by zeroJames Almer2016-03-281-1/+1
* Changelog: update for 3.0.1's vc2enc fixesRostislav Pehlivanov2016-03-281-1/+1
* vc2enc: correctly zero out coefficient array paddingRostislav Pehlivanov2016-03-281-1/+1
* Changelog: update for 3.0.1's aacenc optimizationsRostislav Pehlivanov2016-03-281-0/+1
* lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y)Ganesh Ajjanagadde2016-03-282-1/+21
* aacenc_utils: Use temporary variable.Reimar Döffinger2016-03-281-2/+3
* aacenc: avoid double in quantize_bands.Reimar Döffinger2016-03-281-3/+2
* lavc/aacenc_utils: replace sqrtf(Q*sqrtf(Q)) by precomputed valueGanesh Ajjanagadde2016-03-281-2/+1
* Update for 3.0.1Michael Niedermayer2016-03-262-1/+41
* avcodec/libutvideodec: copy frame so it has reference counters when refcounte...Michael Niedermayer2016-03-261-1/+11
* avformat/rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp2016-03-261-3/+4
* avformat/mpegtsenc: Fix used serviceMichael Niedermayer2016-03-261-0/+12
* avformat/mpegtsenc: Keep track of the program for each serviceMichael Niedermayer2016-03-261-9/+8
* avformat/file: Add crypto to default whitelistMichael Niedermayer2016-03-261-2/+2
* avcodec/mjpegenc_common: Store approximate aspect if exact cannot be storedMichael Niedermayer2016-03-261-2/+12
* lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL ...Mark Thompson2016-03-261-2/+8
* avcodec/resample: Remove disabled and faulty codeMichael Niedermayer2016-03-261-6/+0
* indeo2: Fix banding artefactsLuca Barbato2016-03-262-39/+138
* indeo2data: K&R formatting cosmeticsLuca Barbato2016-03-261-104/+104
* avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8...Michael Niedermayer2016-03-261-1/+1
* avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...Michael Niedermayer2016-03-261-1/+6
* avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer2016-03-261-1/+1
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-03-262-3/+5
* avformat/utils: fix dts from pts code in compute_pkt_fields() during ascendin...Michael Niedermayer2016-03-262-3/+4
* avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMATBoris Nagels2016-03-261-1/+2
* avcodec/dca: clear X96 channels if nothing was decodedfoo862016-03-261-0/+1
* fate/aac: Increase fuzz from of fate-aac-pns-encode from 72 to 74 for LoongsonMichael Niedermayer2016-03-261-1/+1
* avformat/cache: Fix memleak of tree entriesMichael Niedermayer2016-03-261-0/+7
* lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac #5216Rodger Combs2016-03-261-3/+3
* lavf/mov: fix sidx with edit listsRodger Combs2016-03-261-1/+1
* avcodec/mjpegdec: Fix decoding slightly odd progressive jpegMichael Niedermayer2016-03-261-6/+4