| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/utils: prevent r frame rate from being set larger than 1/tb | Michael Niedermayer | 2014-04-28 | 1 | -157/+157 |
* | avformat/utils: add gif to tb_unreliable() | Michael Niedermayer | 2014-04-28 | 10 | -1220/+1219 |
* | swresample: add swri_resample_double_sse2 | James Almer | 2014-04-25 | 1 | -0/+19 |
* | fate: Add fic-in-avi test | Derek Buitenhuis | 2014-04-24 | 2 | -0/+125 |
* | fate/libswresample: use linear interpolation on both aresample filters | Michael Niedermayer | 2014-04-23 | 1 | -3/+3 |
* | avformat/mpegtsenc: Changed Video PES packet length to 0. | Graham Booker | 2014-04-22 | 1 | -1/+1 |
* | Merge commit '911fa05b514e1be009e00b79d7004b93717c023b' | Michael Niedermayer | 2014-04-19 | 1 | -2/+2 |
|\ |
|
| * | mvc: Specify the pixel format for the mv-mvc* tests | Martin Storsjö | 2014-04-19 | 1 | -2/+2 |
* | | Merge commit '6dfd99c93808d6504dd5cb1fad847d68cb179352' | Michael Niedermayer | 2014-04-19 | 4 | -0/+98 |
|\| |
|
| * | fate: add tests for SGI RLE and MVC1&2 decoders | Vittorio Giovara | 2014-04-19 | 4 | -0/+98 |
* | | avformat/mlv: add fate sample | Peter Ross | 2014-04-19 | 2 | -0/+4 |
* | | fate: add DTS-ES test | James Almer | 2014-04-19 | 1 | -0/+5 |
* | | avfilter/vf_rotate: fix several of by 1 errors | Michael Niedermayer | 2014-04-19 | 1 | -20/+20 |
* | | avfilter/vf_rotate: fix location of update operation | Michael Niedermayer | 2014-04-19 | 1 | -20/+20 |
* | | avfilter/vf_rotate: increase fixed point precision | Michael Niedermayer | 2014-04-19 | 1 | -20/+20 |
* | | Merge commit '0983d48111f578e17e8c1967d25ce593fce62b63' | Michael Niedermayer | 2014-04-17 | 1 | -0/+1 |
|\| |
|
| * | crc: add ANSI CRC16 LE | Alessandro Ghedini | 2014-04-17 | 1 | -0/+1 |
* | | iavcodec/vc1dec: Fix missing {} | Michael Niedermayer | 2014-04-16 | 1 | -14/+14 |
* | | avfilter/f_select: fix loss of precission in SAD calculation | Michael Niedermayer | 2014-04-16 | 1 | -4/+4 |
* | | fate: force 128kb/sec for mp2 test | Michael Niedermayer | 2014-04-15 | 3 | -27/+28 |
* | | swresample/resample_template: try to consider src_size more exactly | Michael Niedermayer | 2014-04-15 | 1 | -2/+2 |
* | | Merge branch 'flac' of https://github.com/FernetMenta/FFmpeg | Michael Niedermayer | 2014-04-14 | 1 | -4/+8 |
|\ \ |
|
| * | | fate: update seeking reference for flac | Rainer Hochecker | 2014-04-14 | 1 | -4/+8 |
* | | | swresample/resample: Fix fractional part of index in the filter_size = 1 filt... | Michael Niedermayer | 2014-04-14 | 1 | -2/+2 |
* | | | fate/libswresample: add tests with filter_size=1 phase_shift=0 | Michael Niedermayer | 2014-04-14 | 1 | -0/+28 |
* | | | Merge commit '13164e479f1c87829096c19003d2cc658ccc1fd4' | Michael Niedermayer | 2014-04-13 | 1 | -0/+14 |
|\ \ \
| | |/
| |/| |
|
| * | | FATE: add tests for more resampling modes | Anton Khirnov | 2014-04-13 | 1 | -0/+14 |
* | | | Merge commit 'f7c5fd81516fb7b186c64c66dc080e1139586226' | Michael Niedermayer | 2014-04-13 | 1 | -1/+1 |
|\| |
| |/
|/| |
|
| * | resample: implement flushing | Anton Khirnov | 2014-04-13 | 1 | -1/+1 |
| * | swscale: Set alpha to opaque for internal palettes. | Justin Ruggles | 2014-04-12 | 2 | -2/+2 |
* | | avcodec/mpegaudioenc_template: default to 384k bitrate as default | Michael Niedermayer | 2014-04-11 | 3 | -31/+31 |
* | | avcodec/imgconvert: fix nb_components and depth for PAL8 in get_pix_fmt_score() | Michael Niedermayer | 2014-04-10 | 1 | -2/+2 |
* | | Merge commit '60fd7d36c47d62d4c603bf16c213b1a924f5cfcf' | Michael Niedermayer | 2014-04-09 | 1 | -7/+7 |
|\| |
|
| * | fate: correctly set sample rate for mp2 tests | Vittorio Giovara | 2014-04-09 | 2 | -8/+8 |
| * | fate: update tests for YVYU422 pixel format | Vittorio Giovara | 2014-04-08 | 5 | -0/+5 |
* | | Merge commit 'b6a09ef700786b4e1e871dfa0f5c386ea43bbd0a' | Michael Niedermayer | 2014-04-09 | 8 | -8/+8 |
|\| |
|
* | | Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3' | Michael Niedermayer | 2014-04-09 | 8 | -0/+8 |
|\| |
|
* | | Read aspect ratio from tiff image files. | Carl Eugen Hoyos | 2014-04-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-06 | 3 | -3/+3 |
|\| |
|
| * | fate: add tests for SANM and VIMA | Paul B Mahol | 2014-04-06 | 4 | -0/+39 |
* | | Merge commit 'eeadcdfd1a6f3089b6bf6e194d6ece8d3f113123' | Michael Niedermayer | 2014-04-06 | 1 | -1/+1 |
|\| |
|
* | | Merge commit '287432430c5c9cb8ffe1da1376949de494f24e45' | Michael Niedermayer | 2014-04-04 | 2 | -0/+34 |
|\| |
|
| * | fate: add a VP7 test | Vittorio Giovara | 2014-04-04 | 2 | -0/+34 |
* | | swscale: add full bgra64 support | Michael Niedermayer | 2014-04-02 | 10 | -18/+20 |
* | | Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68' | Michael Niedermayer | 2014-04-02 | 9 | -0/+18 |
|\| |
|
* | | Merge remote-tracking branch 'cus/stable' | Michael Niedermayer | 2014-04-02 | 25 | -31/+31 |
|\ \ |
|
| * | | mpeg12enc: always set closed gop flag on the first gop | Marton Balint | 2014-04-01 | 24 | -30/+30 |
| * | | mpeg12enc: always write closed gops for intra only outputs | Marton Balint | 2014-04-01 | 1 | -1/+1 |
* | | | Merge commit '66d04c068a30751750818dcfbb6555ab74eb3f6d' | Michael Niedermayer | 2014-04-01 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | fate: Explicitly use gray16le in fate-sgi-gray16 | Martin Storsjö | 2014-04-01 | 1 | -1/+1 |