| Commit message (Expand) | Author | Age | Files | Lines |
* | ffv1: fix decoder state_transition table | Michael Niedermayer | 2012-05-23 | 1 | -1/+1 |
* | Support yuva422p in ffv1. | Carl Eugen Hoyos | 2012-05-08 | 1 | -0/+2 |
* | Remove unused variable from ffv1 decoder. | Carl Eugen Hoyos | 2012-05-05 | 1 | -1/+1 |
* | ffv1: 10l add forgotten avclass | Michael Niedermayer | 2012-04-30 | 1 | -0/+1 |
* | ffv1: add slicecrc option | Michael Niedermayer | 2012-04-30 | 1 | -1/+21 |
* | ffv1: add examples of supported slices counts | Michael Niedermayer | 2012-04-26 | 1 | -1/+1 |
* | ffv1: remove clear_state(), it has become unused | Michael Niedermayer | 2012-04-25 | 1 | -9/+0 |
* | ffv1: move clear_state() to clear_slice_state() in encoding threads | Michael Niedermayer | 2012-04-25 | 1 | -1/+2 |
* | ffv1: indent | Michael Niedermayer | 2012-04-25 | 1 | -5/+5 |
* | ffv1: move init_slice_state() into the decoder threads. | Michael Niedermayer | 2012-04-25 | 1 | -12/+4 |
* | ffv1: Remove slice count field with 1.3 and just count slices. | Michael Niedermayer | 2012-04-25 | 1 | -6/+15 |
* | ffv1: store slice size with all slices in 1.3 | Michael Niedermayer | 2012-04-25 | 1 | -3/+3 |
* | ffv1: add 1 status byte to slices in in case crcs are stored too. | Michael Niedermayer | 2012-04-25 | 1 | -2/+4 |
* | ffv1: Always store slice size when error reobustness is enabled. | Michael Niedermayer | 2012-04-25 | 1 | -3/+3 |
* | ffv1: include solution hint in the slice error message | Michael Niedermayer | 2012-04-25 | 1 | -1/+1 |
* | ffv1: support vlc mode in 1.3 | Michael Niedermayer | 2012-04-24 | 1 | -1/+1 |
* | ffv1: move the decoder side ac->vlc switch to decode_slice() | Michael Niedermayer | 2012-04-24 | 1 | -11/+8 |
* | ffv1: allow selecting 1.3 by using -level | Michael Niedermayer | 2012-04-24 | 1 | -0/+5 |
* | ffv1: move ac->vlc switch to encode_slice() | Michael Niedermayer | 2012-04-24 | 1 | -12/+8 |
* | ffv1dec: Require a valid keyframe for decoding non keyframes. | Michael Niedermayer | 2012-04-22 | 1 | -0/+7 |
* | ffv1: add optional per slice CRCs to detect undamaged slices. | Michael Niedermayer | 2012-04-20 | 1 | -1/+22 |
* | ffv1: move most fields from the frame header to the slice headers with ffv1.3 | Michael Niedermayer | 2012-04-20 | 1 | -6/+100 |
* | ffv1: refactor slice decoding init loop so that the first is less a special case | Michael Niedermayer | 2012-04-20 | 1 | -15/+18 |
* | ffv1: clear slice state in decode_slice() | Michael Niedermayer | 2012-04-20 | 1 | -2/+3 |
* | ffv1: split clear_slice_state() out so individual slices can be cleared. | Michael Niedermayer | 2012-04-20 | 1 | -4/+10 |
* | ffv1: split init_slice_state() out so individual slices can be inited | Michael Niedermayer | 2012-04-20 | 1 | -7/+14 |
* | ffv1: Add a CRC check to the global header with version 1.3 | Michael Niedermayer | 2012-04-20 | 1 | -1/+14 |
* | ffv1: attempt to workaround intel CC fate issue. | Michael Niedermayer | 2012-04-16 | 1 | -0/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -1/+1 |
|\ |
|
| * | ffv1: Fix size mismatch in encode_line. | Alex Converse | 2012-04-12 | 1 | -1/+1 |
* | | ffv1: set slice geometry based on user specified slices. | Michael Niedermayer | 2012-04-08 | 1 | -2/+9 |
* | | ffv1: allow enabling of version 2 by using some of its features. | Michael Niedermayer | 2012-04-08 | 1 | -0/+9 |
* | | ffv1: fix version=2 chroma handling | Michael Niedermayer | 2012-04-08 | 1 | -1/+1 |
* | | ffv1: add a minor version field beginning with ffv1.3 | Michael Niedermayer | 2012-04-08 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -4/+5 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -5/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -2/+2 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | ffv1enc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -3/+2 |
* | | ffv1enc: Check context_model | Michael Niedermayer | 2012-03-20 | 1 | -0/+4 |
* | | ffv1: PIX_FMT_YUV444P10 support | Paul B Mahol | 2012-03-07 | 1 | -4/+6 |
* | | ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 support | Paul B Mahol | 2012-03-07 | 1 | -4/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -11/+23 |
|\| |
|
| * | ffv1enc: switch to encode2(). | Anton Khirnov | 2012-02-23 | 1 | -11/+23 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| * | ffv1: Fixed size given to init_get_bits() in decoder. | Laurent Aimar | 2011-09-09 | 1 | -2/+2 |
* | | ffv1: Warn the user if transparency is stored. | Michael Niedermayer | 2012-02-15 | 1 | -0/+4 |
* | | ffv1: PIX_FMT_GRAY8 support | Paul B Mahol | 2012-02-15 | 1 | -4/+9 |