| Commit message (Expand) | Author | Age | Files | Lines |
* | ffv1: Fix warnings about incompatible pointer type and discarded qualifiers | jamal | 2012-07-27 | 1 | -2/+2 |
* | ffv1dec: fix error concealment for gop>1 | Michael Niedermayer | 2012-07-16 | 1 | -1/+2 |
* | ffv1dec: detect errors in bytestream end mismatches for EC | Michael Niedermayer | 2012-07-16 | 1 | -0/+7 |
* | ffv1dec: set the first slices bytestream end correctly | Michael Niedermayer | 2012-07-16 | 1 | -1/+2 |
* | ffv1dec: keep track of errors in slice headers for EC | Michael Niedermayer | 2012-07-16 | 1 | -1/+3 |
* | ffv1dec: add simple error concealment in case of CRC errors on slices. | Michael Niedermayer | 2012-07-16 | 1 | -0/+23 |
* | ffv1: keep last_frame (to be used for error concealment) | Michael Niedermayer | 2012-07-16 | 1 | -1/+6 |
* | ffv1enc: use default number of slices if unspecified | Michael Niedermayer | 2012-07-13 | 1 | -1/+1 |
* | ffv1dec: print timestamp at which a CRC mismatch happened | Michael Niedermayer | 2012-07-13 | 1 | -1/+9 |
* | Set default ffv1 coder to -1. | Carl Eugen Hoyos | 2012-07-10 | 1 | -1/+11 |
* | Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation if inv... | Carl Eugen Hoyos | 2012-07-10 | 1 | -6/+6 |
* | Cosmetics: Move ffv1 encoder initialisation code. | Carl Eugen Hoyos | 2012-07-10 | 1 | -4/+4 |
* | cosmetics: align more codecs declarations | Paul B Mahol | 2012-06-12 | 1 | -1/+9 |
* | ffv1enc: add yuva422p to .pix_fmts | Paul B Mahol | 2012-06-09 | 1 | -1/+1 |
* | ffv1dec: print more information for -debug 1 | Michael Niedermayer | 2012-06-04 | 1 | -1/+2 |
* | ffv1: fix log level of FF_DEBUG_PICT_INFO | Michael Niedermayer | 2012-06-04 | 1 | -1/+1 |
* | ffv1: fix integer overflow in quant table initialization | Michael Niedermayer | 2012-06-02 | 1 | -2/+2 |
* | ffv1: fix crash caused by version becoming inconsistent | Michael Niedermayer | 2012-06-02 | 1 | -1/+6 |
* | ffv1: fix reading global header with CRC | Michael Niedermayer | 2012-05-31 | 1 | -1/+3 |
* | 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 |