aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_sei: Remove "Subtitles with data type 0x%02x" sample requestn2.8Michael Niedermayer2015-09-081-2/+0
* RELEASE_NOTES based on 2.7Michael Niedermayer2015-09-081-0/+15
* avcodec: loongson delete invalid simple idct put and add optimization周晓勇2015-09-082-20/+1
* Add NOA creditsMichael Niedermayer2015-09-082-0/+4
* vaapi: fix local header include.Gwenole Beauchesne2015-09-071-1/+1
* Changelog: Add 2.8Michael Niedermayer2015-09-061-1/+1
* set version to 2.8Michael Niedermayer2015-09-062-2/+2
* avfilter/af_asyncts: use llabs for int64_tGanesh Ajjanagadde2015-09-061-1/+1
* avformat/async: replace strerror with av_err2strZhang Rui2015-09-061-6/+6
* fate: increase the fuzz of the AAC encoder aref testRostislav Pehlivanov2015-09-061-1/+1
* doc/APIchanges: Fill in missing fields and correct one lavu versionMichael Niedermayer2015-09-051-11/+11
* doc/APIchanges: add 2.8 cut lineMichael Niedermayer2015-09-051-0/+2
* avutil: undo FF_API_CRYPTO_CONTEXT deprecation for 2.8 releaseJames Almer2015-09-059-48/+0
* avfilter/avf_showfreqs: Fix memleak of out frameMichael Niedermayer2015-09-051-1/+3
* avfilter/avf_showfreqs: Fix "may be used uninitialized in this function" warningMichael Niedermayer2015-09-051-1/+1
* avfilter/avf_showfreqs: Free finMichael Niedermayer2015-09-051-0/+1
* avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setupMichael Niedermayer2015-09-051-2/+2
* avfilter/vf_stack: Fix memleak of out frameMichael Niedermayer2015-09-051-1/+3
* avformat/hls: Check for av_opt_set_dict() failureMichael Niedermayer2015-09-051-1/+3
* avcodec/rawenc: Use AVFrame parameters instead of AVCodecContextMichael Niedermayer2015-09-051-5/+5
* avfilter/avfilter: Add a few more basic filters to the list which support fra...Michael Niedermayer2015-09-051-2/+5
* lavf/aiffenc: Clarify an error message.Carl Eugen Hoyos2015-09-051-1/+1
* fate: adjust AAC encoder TNS test targetRostislav Pehlivanov2015-09-051-1/+1
* aacenc_tns: adjust coefficient calculation, add double filter supportRostislav Pehlivanov2015-09-052-22/+36
* lpc: increase error array size of ff_lpc_calc_ref_coefs_f by oneRostislav Pehlivanov2015-09-051-1/+1
* aacenc_is: add a flag to use pure coefficients insteadRostislav Pehlivanov2015-09-053-23/+24
* avcodec/jpeg2000dec: Initialize ret to avoid warning and make the code more r...Michael Niedermayer2015-09-051-1/+2
* avcodec/jpeg2000dec: Assert that step_x/y are validMichael Niedermayer2015-09-051-0/+1
* avcodec/hapdec: Check section_size for non negativity in parse_section_header()Michael Niedermayer2015-09-051-1/+1
* lavf/mxfdec: Support more codecs in mxf_picture_essence_container_uls[].Arnaud Bienner2015-09-051-0/+4
* lavf/mxf: Support video essence container uls for vc1.Arnaud Bienner2015-09-051-0/+10
* lavf/riff: Support fourcc AVd1 for dvvideo.Arnaud Bienner2015-09-051-0/+1
* swscale: re-enable gammaPedro Arthur2015-09-047-10/+109
* swscale: added proper error check for ff_init_filtersPedro Arthur2015-09-041-6/+11
* lavc/mxfdec: Support more mxf files with codec_ul.Carl Eugen Hoyos2015-09-041-6/+1
* lavc/j2kenc: Remove experimental flag.Carl Eugen Hoyos2015-09-042-1/+1
* avfilter/vf_vectorscope: change intensity to floatPaul B Mahol2015-09-041-2/+5
* avfilter/vf_waveform: stop abusing s->size for calculating limitPaul B Mahol2015-09-041-7/+9
* avfilter/vf_waveform: change intensity to floatPaul B Mahol2015-09-042-3/+5
* avfilter/vf_waveform: reduce number of operations a littlePaul B Mahol2015-09-041-2/+2
* avfilter/vf_waveform: 9 and 10 bit depth support for lowpass & color filterPaul B Mahol2015-09-041-11/+320
* vp9_parse: fix parsing of pskip and profile 2/3.Ronald S. Bultje2015-09-044-6/+33
* libvpxdec: explicitly signal RGB.Ronald S. Bultje2015-09-041-0/+15
* vp9: don't erase values for {lf,ref,skip,q}_enabled if segmentation=0.Ronald S. Bultje2015-09-041-10/+5
* vp9: fix segmentation map retention across keyframe boundaries.Ronald S. Bultje2015-09-041-3/+3
* vp9: fix RGB chroma subsampling.Ronald S. Bultje2015-09-041-1/+1
* vp9: read reserved bit in RGB header.Ronald S. Bultje2015-09-041-0/+4
* vp9: clip intermediates in dequant calculations.Ronald S. Bultje2015-09-041-2/+2
* vp9: fix segmentation map retention if segmentation is turned off.Ronald S. Bultje2015-09-041-2/+4
* vp9: use resetctx in the same way as libvpx.Ronald S. Bultje2015-09-041-1/+5