Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-13cosmetics: align more codecs declarationsPaul B Mahol
2012-06-09ffv1enc: add yuva422p to .pix_fmtsPaul B Mahol
2012-06-04ffv1dec: print more information for -debug 1Michael Niedermayer
2012-06-04ffv1: fix log level of FF_DEBUG_PICT_INFOMichael Niedermayer
2012-06-02ffv1: fix integer overflow in quant table initializationMichael Niedermayer
2012-06-02ffv1: fix crash caused by version becoming inconsistentMichael Niedermayer
2012-05-31ffv1: fix reading global header with CRCMichael Niedermayer
2012-05-23ffv1: fix decoder state_transition tableMichael Niedermayer
2012-05-08Support yuva422p in ffv1.Carl Eugen Hoyos
2012-05-05Remove unused variable from ffv1 decoder.Carl Eugen Hoyos
2012-04-30ffv1: 10l add forgotten avclassMichael Niedermayer
2012-04-30ffv1: add slicecrc optionMichael Niedermayer
2012-04-26ffv1: add examples of supported slices countsMichael Niedermayer
2012-04-25ffv1: remove clear_state(), it has become unusedMichael Niedermayer
2012-04-25ffv1: move clear_state() to clear_slice_state() in encoding threadsMichael Niedermayer
2012-04-25ffv1: indentMichael Niedermayer
2012-04-25ffv1: move init_slice_state() into the decoder threads.Michael Niedermayer
2012-04-25ffv1: Remove slice count field with 1.3 and just count slices.Michael Niedermayer
2012-04-25ffv1: store slice size with all slices in 1.3Michael Niedermayer
2012-04-25ffv1: add 1 status byte to slices in in case crcs are stored too.Michael Niedermayer
2012-04-25ffv1: Always store slice size when error reobustness is enabled.Michael Niedermayer
2012-04-25ffv1: include solution hint in the slice error messageMichael Niedermayer
2012-04-25ffv1: support vlc mode in 1.3Michael Niedermayer
2012-04-25ffv1: move the decoder side ac->vlc switch to decode_slice()Michael Niedermayer
2012-04-25ffv1: allow selecting 1.3 by using -levelMichael Niedermayer
2012-04-25ffv1: move ac->vlc switch to encode_slice()Michael Niedermayer
2012-04-22ffv1dec: Require a valid keyframe for decoding non keyframes.Michael Niedermayer
2012-04-20ffv1: add optional per slice CRCs to detect undamaged slices.Michael Niedermayer
2012-04-20ffv1: move most fields from the frame header to the slice headers with ffv1.3Michael Niedermayer
2012-04-20ffv1: refactor slice decoding init loop so that the first is less a special caseMichael Niedermayer
2012-04-20ffv1: clear slice state in decode_slice()Michael Niedermayer
2012-04-20ffv1: split clear_slice_state() out so individual slices can be cleared.Michael Niedermayer
2012-04-20ffv1: split init_slice_state() out so individual slices can be initedMichael Niedermayer
2012-04-20ffv1: Add a CRC check to the global header with version 1.3Michael Niedermayer
2012-04-16ffv1: attempt to workaround intel CC fate issue.Michael Niedermayer
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13ffv1: Fix size mismatch in encode_line.Alex Converse
2012-04-08ffv1: set slice geometry based on user specified slices.Michael Niedermayer
2012-04-08ffv1: allow enabling of version 2 by using some of its features.Michael Niedermayer
2012-04-08ffv1: fix version=2 chroma handlingMichael Niedermayer
2012-04-08ffv1: add a minor version field beginning with ffv1.3Michael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22ffv1enc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-20ffv1enc: Check context_modelMichael Niedermayer
2012-03-07ffv1: PIX_FMT_YUV444P10 supportPaul B Mahol
2012-03-07ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 supportPaul B Mahol