summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAge
* Remove unused variable from ffv1 decoder.Carl Eugen Hoyos2012-05-05
* ffv1: 10l add forgotten avclassMichael Niedermayer2012-04-30
* ffv1: add slicecrc optionMichael Niedermayer2012-04-30
* ffv1: add examples of supported slices countsMichael Niedermayer2012-04-26
* ffv1: remove clear_state(), it has become unusedMichael Niedermayer2012-04-25
* ffv1: move clear_state() to clear_slice_state() in encoding threadsMichael Niedermayer2012-04-25
* ffv1: indentMichael Niedermayer2012-04-25
* ffv1: move init_slice_state() into the decoder threads.Michael Niedermayer2012-04-25
* ffv1: Remove slice count field with 1.3 and just count slices.Michael Niedermayer2012-04-25
* ffv1: store slice size with all slices in 1.3Michael Niedermayer2012-04-25
* ffv1: add 1 status byte to slices in in case crcs are stored too.Michael Niedermayer2012-04-25
* ffv1: Always store slice size when error reobustness is enabled.Michael Niedermayer2012-04-25
* ffv1: include solution hint in the slice error messageMichael Niedermayer2012-04-25
* ffv1: support vlc mode in 1.3Michael Niedermayer2012-04-24
* ffv1: move the decoder side ac->vlc switch to decode_slice()Michael Niedermayer2012-04-24
* ffv1: allow selecting 1.3 by using -levelMichael Niedermayer2012-04-24
* ffv1: move ac->vlc switch to encode_slice()Michael Niedermayer2012-04-24
* ffv1dec: Require a valid keyframe for decoding non keyframes.Michael Niedermayer2012-04-22
* ffv1: add optional per slice CRCs to detect undamaged slices.Michael Niedermayer2012-04-20
* ffv1: move most fields from the frame header to the slice headers with ffv1.3Michael Niedermayer2012-04-20
* ffv1: refactor slice decoding init loop so that the first is less a special caseMichael Niedermayer2012-04-20
* ffv1: clear slice state in decode_slice()Michael Niedermayer2012-04-20
* ffv1: split clear_slice_state() out so individual slices can be cleared.Michael Niedermayer2012-04-20
* ffv1: split init_slice_state() out so individual slices can be initedMichael Niedermayer2012-04-20
* ffv1: Add a CRC check to the global header with version 1.3Michael Niedermayer2012-04-20
* ffv1: attempt to workaround intel CC fate issue.Michael Niedermayer2012-04-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-13
|\
| * ffv1: Fix size mismatch in encode_line.Alex Converse2012-04-12
* | ffv1: set slice geometry based on user specified slices.Michael Niedermayer2012-04-08
* | ffv1: allow enabling of version 2 by using some of its features.Michael Niedermayer2012-04-08
* | ffv1: fix version=2 chroma handlingMichael Niedermayer2012-04-08
* | ffv1: add a minor version field beginning with ffv1.3Michael Niedermayer2012-04-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-04
|\|
| * cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | ffv1enc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | ffv1enc: Check context_modelMichael Niedermayer2012-03-20
* | ffv1: PIX_FMT_YUV444P10 supportPaul B Mahol2012-03-07
* | ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 supportPaul B Mahol2012-03-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * ffv1enc: switch to encode2().Anton Khirnov2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
| * ffv1: Fixed size given to init_get_bits() in decoder.Laurent Aimar2011-09-09
* | ffv1: Warn the user if transparency is stored.Michael Niedermayer2012-02-15
* | ffv1: PIX_FMT_GRAY8 supportPaul B Mahol2012-02-15
* | ffv1: Assume encoding all bits is wanted if bits_per_raw_sample == 0.Carl Eugen Hoyos2012-02-11
* | Cosmetics: Move a block in ffv1's encode_init().Carl Eugen Hoyos2012-02-11