aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems wi...Hendrik Leppkes2016-03-141-0/+2
* avfilter/vf_waveform: remove mirroring from chroma filterPaul B Mahol2016-03-141-23/+11
* avfilter/vf_waveform: add >8 bit support for other filtersPaul B Mahol2016-03-141-6/+381
* lavc/ffjni: remove use of private JniInvocation API to retreive the Java VMMatthieu Bouron2016-03-141-86/+3
* avfilter/vf_vectorscope: less aggressive memory allocationPaul B Mahol2016-03-131-1/+24
* avfilter/vf_vectorscope: process alpha at endPaul B Mahol2016-03-131-24/+22
* avfilter/vf_vectorscope: copy frame props, mainly for bench filterPaul B Mahol2016-03-131-1/+1
* Move cbrt tables to separate cbrt_data(_fixed).c files.Reimar Döffinger2016-03-139-27/+116
* lavu/lfg-test: add simple sample mean, stddev checksGanesh Ajjanagadde2016-03-131-2/+18
* lavf/avienc: Clear whole tag in avi_add_ientry()Mats Peterson2016-03-131-1/+1
* lavf/avienc: Add xxpc entries to indexMats Peterson2016-03-133-14/+27
* avformat/avienc: factor out avi_add_ientry()Mats Peterson2016-03-131-23/+45
* lavc/hevc_ps: Fix default display window offsets for yuv422 and yuv444.Carl Eugen Hoyos2016-03-131-5/+6
* lavf/riffenc: Improve spec compliance; Fix WMP playback of AVI with xxpc chunksMats Peterson2016-03-136-11/+11
* tests/ref/vsynth: Remove unused fileMats Peterson2016-03-131-4/+0
* avfilter/vf_waveform: add acolor filterPaul B Mahol2016-03-132-20/+223
* avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-135-55/+432
* lavc/libx265: Support GBR encoding.Carl Eugen Hoyos2016-03-132-1/+13
* lavc/hevc_ps: Support GBR decoding.Carl Eugen Hoyos2016-03-132-1/+14
* avfilter/vf_decimate: Use the correct frame in difference calculationMichael Niedermayer2016-03-131-1/+4
* Revert "avfilter/vf_decimate: Check that input parameters match"Michael Niedermayer2016-03-131-9/+0
* avfilter/vf_vectorscope: make it possible to override colorspacePaul B Mahol2016-03-132-8/+27
* avfilter/smptebars: fix some 75% color valuesPaul B Mahol2016-03-121-7/+7
* fate: add missing dependencies for fate-h264-dts_5framesJames Almer2016-03-121-4/+3
* fate: add missing h264-dts_5frames ref fileJames Almer2016-03-121-0/+125
* avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VODAdam Kent2016-03-122-0/+28
* fate: Add ffprobe dependancy to fate-h264-dts_5framesMichael Niedermayer2016-03-121-0/+2
* fate: add test for "Fix DTS for short H264 streams"Sasi Inguva2016-03-121-0/+3
* lavf/utils: Fix DTS for short H264 streams.Sasi Inguva2016-03-121-0/+13
* avformat/utils: factor update_dts_from_pts() outSasi Inguva2016-03-121-21/+43
* Use avpriv_tempfile()Michael Niedermayer2016-03-123-5/+5
* avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile()Michael Niedermayer2016-03-125-48/+76
* avcodec/alsdec: fix max bits in ltp prefix codeUmair Khan2016-03-121-1/+1
* configure: build fix for P5600 along option --disable-msaShivraj Patil2016-03-111-1/+2
* avfilter/vf_waveform: add parade display modePaul B Mahol2016-03-112-155/+186
* vp9: fix a few signed integer left-shifts.Ronald S. Bultje2016-03-111-10/+10
* vp9_superframe: fix endianness of size markers.Ronald S. Bultje2016-03-111-3/+3
* vp9: add superframe merging bitstream filter.Ronald S. Bultje2016-03-116-1/+209
* lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-118-15/+31
* avfilter/vf_waveform: fix and extend millivolts grat linesPaul B Mahol2016-03-111-4/+16
* avfilter/vf_waveform: fix ire8 for 25%Paul B Mahol2016-03-111-1/+1
* lavc/lpc: exploit even symmetry of window functionGanesh Ajjanagadde2016-03-101-1/+2
* avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8...Michael Niedermayer2016-03-111-1/+1
* avfilter/vf_waveform: fix indentationPaul B Mahol2016-03-111-7/+7
* avfilter/vf_waveform add support for other scalers for graticulePaul B Mahol2016-03-112-29/+169
* avutil/random_seed: Add the runtime in cycles of the main loop to the entropy...Michael Niedermayer2016-03-101-1/+6
* avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsingMartin Cracauer2016-03-101-1/+1
* lavf/movenc: Fix help output.Carl Eugen Hoyos2016-03-101-3/+3
* lavc/ffjni: fix uninitialized variableMatthieu Bouron2016-03-101-1/+1
* lavf/mxfdec: Support Canopus codecs.Carl Eugen Hoyos2016-03-101-0/+4