| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cbrt_data: include avutil/libm.h to unbreak compilation on systems wi... | Hendrik Leppkes | 2016-03-14 | 1 | -0/+2 |
* | avfilter/vf_waveform: remove mirroring from chroma filter | Paul B Mahol | 2016-03-14 | 1 | -23/+11 |
* | avfilter/vf_waveform: add >8 bit support for other filters | Paul B Mahol | 2016-03-14 | 1 | -6/+381 |
* | lavc/ffjni: remove use of private JniInvocation API to retreive the Java VM | Matthieu Bouron | 2016-03-14 | 1 | -86/+3 |
* | avfilter/vf_vectorscope: less aggressive memory allocation | Paul B Mahol | 2016-03-13 | 1 | -1/+24 |
* | avfilter/vf_vectorscope: process alpha at end | Paul B Mahol | 2016-03-13 | 1 | -24/+22 |
* | avfilter/vf_vectorscope: copy frame props, mainly for bench filter | Paul B Mahol | 2016-03-13 | 1 | -1/+1 |
* | Move cbrt tables to separate cbrt_data(_fixed).c files. | Reimar Döffinger | 2016-03-13 | 9 | -27/+116 |
* | lavu/lfg-test: add simple sample mean, stddev checks | Ganesh Ajjanagadde | 2016-03-13 | 1 | -2/+18 |
* | lavf/avienc: Clear whole tag in avi_add_ientry() | Mats Peterson | 2016-03-13 | 1 | -1/+1 |
* | lavf/avienc: Add xxpc entries to index | Mats Peterson | 2016-03-13 | 3 | -14/+27 |
* | avformat/avienc: factor out avi_add_ientry() | Mats Peterson | 2016-03-13 | 1 | -23/+45 |
* | lavc/hevc_ps: Fix default display window offsets for yuv422 and yuv444. | Carl Eugen Hoyos | 2016-03-13 | 1 | -5/+6 |
* | lavf/riffenc: Improve spec compliance; Fix WMP playback of AVI with xxpc chunks | Mats Peterson | 2016-03-13 | 6 | -11/+11 |
* | tests/ref/vsynth: Remove unused file | Mats Peterson | 2016-03-13 | 1 | -4/+0 |
* | avfilter/vf_waveform: add acolor filter | Paul B Mahol | 2016-03-13 | 2 | -20/+223 |
* | avfilter/vf_bwdif: add x86 SIMD | Thomas Mundt | 2016-03-13 | 5 | -55/+432 |
* | lavc/libx265: Support GBR encoding. | Carl Eugen Hoyos | 2016-03-13 | 2 | -1/+13 |
* | lavc/hevc_ps: Support GBR decoding. | Carl Eugen Hoyos | 2016-03-13 | 2 | -1/+14 |
* | avfilter/vf_decimate: Use the correct frame in difference calculation | Michael Niedermayer | 2016-03-13 | 1 | -1/+4 |
* | Revert "avfilter/vf_decimate: Check that input parameters match" | Michael Niedermayer | 2016-03-13 | 1 | -9/+0 |
* | avfilter/vf_vectorscope: make it possible to override colorspace | Paul B Mahol | 2016-03-13 | 2 | -8/+27 |
* | avfilter/smptebars: fix some 75% color values | Paul B Mahol | 2016-03-12 | 1 | -7/+7 |
* | fate: add missing dependencies for fate-h264-dts_5frames | James Almer | 2016-03-12 | 1 | -4/+3 |
* | fate: add missing h264-dts_5frames ref file | James Almer | 2016-03-12 | 1 | -0/+125 |
* | avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VOD | Adam Kent | 2016-03-12 | 2 | -0/+28 |
* | fate: Add ffprobe dependancy to fate-h264-dts_5frames | Michael Niedermayer | 2016-03-12 | 1 | -0/+2 |
* | fate: add test for "Fix DTS for short H264 streams" | Sasi Inguva | 2016-03-12 | 1 | -0/+3 |
* | lavf/utils: Fix DTS for short H264 streams. | Sasi Inguva | 2016-03-12 | 1 | -0/+13 |
* | avformat/utils: factor update_dts_from_pts() out | Sasi Inguva | 2016-03-12 | 1 | -21/+43 |
* | Use avpriv_tempfile() | Michael Niedermayer | 2016-03-12 | 3 | -5/+5 |
* | avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile() | Michael Niedermayer | 2016-03-12 | 5 | -48/+76 |
* | avcodec/alsdec: fix max bits in ltp prefix code | Umair Khan | 2016-03-12 | 1 | -1/+1 |
* | configure: build fix for P5600 along option --disable-msa | Shivraj Patil | 2016-03-11 | 1 | -1/+2 |
* | avfilter/vf_waveform: add parade display mode | Paul B Mahol | 2016-03-11 | 2 | -155/+186 |
* | vp9: fix a few signed integer left-shifts. | Ronald S. Bultje | 2016-03-11 | 1 | -10/+10 |
* | vp9_superframe: fix endianness of size markers. | Ronald S. Bultje | 2016-03-11 | 1 | -3/+3 |
* | vp9: add superframe merging bitstream filter. | Ronald S. Bultje | 2016-03-11 | 6 | -1/+209 |
* | lavf: allow BSFs to drop packets. | Ronald S. Bultje | 2016-03-11 | 8 | -15/+31 |
* | avfilter/vf_waveform: fix and extend millivolts grat lines | Paul B Mahol | 2016-03-11 | 1 | -4/+16 |
* | avfilter/vf_waveform: fix ire8 for 25% | Paul B Mahol | 2016-03-11 | 1 | -1/+1 |
* | lavc/lpc: exploit even symmetry of window function | Ganesh Ajjanagadde | 2016-03-10 | 1 | -1/+2 |
* | avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8... | Michael Niedermayer | 2016-03-11 | 1 | -1/+1 |
* | avfilter/vf_waveform: fix indentation | Paul B Mahol | 2016-03-11 | 1 | -7/+7 |
* | avfilter/vf_waveform add support for other scalers for graticule | Paul B Mahol | 2016-03-11 | 2 | -29/+169 |
* | avutil/random_seed: Add the runtime in cycles of the main loop to the entropy... | Michael Niedermayer | 2016-03-10 | 1 | -1/+6 |
* | avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing | Martin Cracauer | 2016-03-10 | 1 | -1/+1 |
* | lavf/movenc: Fix help output. | Carl Eugen Hoyos | 2016-03-10 | 1 | -3/+3 |
* | lavc/ffjni: fix uninitialized variable | Matthieu Bouron | 2016-03-10 | 1 | -1/+1 |
* | lavf/mxfdec: Support Canopus codecs. | Carl Eugen Hoyos | 2016-03-10 | 1 | -0/+4 |