| Commit message (Expand) | Author | Age | Files | Lines |
* | doc/muxers: update documentation for the framecrc muxer | Stefano Sabatini | 2012-04-07 | 1 | -1/+1 |
* | doc/filters: remove reference to removed delogo wrapper | Stefano Sabatini | 2012-04-07 | 1 | -3/+0 |
* | lavfi/mp: remove remove_logo wrapper | Stefano Sabatini | 2012-04-07 | 5 | -911/+1 |
* | lavfi: port libmpcodecs remove-logo filter | Stefano Sabatini | 2012-04-07 | 11 | -2/+832 |
* | fate: try to force le for the dpx decoder side too | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
* | Add AAC FATE encode tests. | Reimar Döffinger | 2012-04-07 | 2 | -2/+20 |
* | Remove AAC and nellymoser tests that do not work. | Reimar Döffinger | 2012-04-07 | 3 | -21/+2 |
* | Add tests for audio encoders: aac, dca, ra144 and nellymoser. | Reimar Döffinger | 2012-04-07 | 6 | -1/+45 |
* | aacenc: Fix issues with huge values of bit_rate. | Reimar Döffinger | 2012-04-07 | 2 | -2/+5 |
* | proresenc_kostya: Mention likely ancestry in the license header. | Michael Niedermayer | 2012-04-07 | 1 | -0/+3 |
* | proresenc_kostya: fix encoded mantissa. | Michael Niedermayer | 2012-04-07 | 1 | -2/+1 |
* | proresenc_anatoly: fix encoded mantissa. | Michael Niedermayer | 2012-04-07 | 1 | -2/+1 |
* | adpcmenc: fix encoded s_0 value. | Michael Niedermayer | 2012-04-07 | 2 | -4/+4 |
* | build system: support setting avassert() assert_level | Michael Niedermayer | 2012-04-07 | 1 | -0/+6 |
* | put_bits: switch assert to av_assert2() | Michael Niedermayer | 2012-04-07 | 1 | -1/+2 |
* | mpegpsenc: fix user specified mux rate | Michael Niedermayer | 2012-04-07 | 1 | -2/+5 |
* | fate: try to fix >8bit dpx reg test | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 68 | -181/+174 |
|\ |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 63 | -156/+174 |
| * | mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warning | Anne Aaron | 2012-04-06 | 1 | -2/+1 |
| * | avcodec: remove avcodec_guess_channel_layout() | Justin Ruggles | 2012-04-05 | 2 | -23/+0 |
| * | avutil: Add av_get_default_channel_layout() | Justin Ruggles | 2012-04-05 | 5 | -2/+25 |
* | | exr: fix mixed declaration and statements. | Michael Niedermayer | 2012-04-06 | 1 | -2/+2 |
* | | tiny_psnr: allow searching for optimal shift value. | Reimar Döffinger | 2012-04-06 | 1 | -17/+39 |
* | | Add regression test for mov rtp hinting. | Reimar Döffinger | 2012-04-06 | 2 | -0/+4 |
* | | dpxenc: also test 10 and 16 bit formats. | Reimar Döffinger | 2012-04-06 | 2 | -0/+8 |
* | | nellymoserenc: fix crash due to memsetting the wrong area. | Reimar Döffinger | 2012-04-06 | 1 | -1/+1 |
* | | doc: image2: update docs for glob input patterns | Alexander Strasser | 2012-04-06 | 1 | -5/+13 |
* | | ffmpeg: remove unused MetadataMap. | Clément Bœsch | 2012-04-06 | 1 | -9/+0 |
* | | ffmpeg: remove unused meta_data_maps. | Clément Bœsch | 2012-04-06 | 1 | -4/+0 |
* | | s302m: Add Channle Layout for 6 channels | Thierry Foucu | 2012-04-06 | 1 | -0/+3 |
* | | vsrc_buffer: remove overwrite support. | Michael Niedermayer | 2012-04-06 | 1 | -5/+0 |
* | | README: be a tiny bit more verbose | Michael Niedermayer | 2012-04-06 | 1 | -1/+7 |
* | | exr: various cleanup and security related fixes | Michael Niedermayer | 2012-04-06 | 1 | -23/+21 |
* | | exr: fix av_logs() | Michael Niedermayer | 2012-04-06 | 1 | -15/+15 |
* | | lavc: add a OpenEXR decoder | Jimmy Christensen | 2012-04-06 | 10 | -2/+495 |
* | | fix fate tests after 76c79aa28fc8cf0bfe52915317a3cfc72383d0ef | Michael Niedermayer | 2012-04-06 | 6 | -6/+6 |
* | | movdec: handle 0x7fff langcode as macintosh per the specs | Baptiste Coudurier | 2012-04-06 | 2 | -2/+2 |
* | | Support yuva444p rawvideo in nut. | Carl Eugen Hoyos | 2012-04-06 | 2 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-05 | 26 | -28/+109 |
|\| |
|
| * | h264: Factorize declaration of mb_sizes array. | Diego Biurrun | 2012-04-05 | 4 | -6/+8 |
| * | vsrc_buffer: when no frame is available, return an error instead of segfaulting. | Anton Khirnov | 2012-04-05 | 1 | -1/+1 |
| * | configure: add dl to frei0r extralibs. | Anton Khirnov | 2012-04-05 | 1 | -0/+2 |
| * | dsputil x86: use SSE float instruction instead of SSE2 integer equivalent | Christophe GISQUET | 2012-04-04 | 2 | -2/+2 |
| * | dsputil x86: remove deprecated parameter from scalarproduct_int16 prototype | Christophe GISQUET | 2012-04-04 | 1 | -2/+2 |
| * | vp8dsp x86: perform rounding shift with a single instruction | Christophe GISQUET | 2012-04-04 | 1 | -10/+8 |
| * | fate: add BMP tests. | Ronald S. Bultje | 2012-04-04 | 15 | -0/+68 |
| * | swscale: handle complete dimensions for monoblack/white. | Ronald S. Bultje | 2012-04-04 | 2 | -5/+11 |
| * | aacenc: Mark deinterleave_input_samples argument as const. | Diego Biurrun | 2012-04-04 | 1 | -1/+1 |
| * | vf_unsharp: Mark readonly variable as const. | Diego Biurrun | 2012-04-04 | 1 | -2/+2 |