summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAge
* Fix FFv1 decoder buffer releasing.Stefano Sabatini2010-11-04
* Fix 10l leak in ffv1.Michael Niedermayer2010-10-28
* Try to find a bit better initial states in ffv1 2pass.Michael Niedermayer2010-10-28
* Keep track of how many slices*gops where encoded in ffv1 2 pass.Michael Niedermayer2010-10-28
* factorize variable declaration in ffv1.Michael Niedermayer2010-10-28
* FFV1 initial state 2pass code.Michael Niedermayer2010-10-26
* Read & write initial_states for ffv1Michael Niedermayer2010-10-26
* Add initial_states array to ffv1.Michael Niedermayer2010-10-26
* Add rc_stat2 to ffv1 this will be needed for finding good initial contexts in...Michael Niedermayer2010-10-26
* Optimize state initialization in ffv1 clear_state().Michael Niedermayer2010-10-26
* Only allocate stats_out when needed in ffv1Michael Niedermayer2010-10-26
* Factorize litteral constents in ffv1 into STATS_OUT_SIZE.Michael Niedermayer2010-10-26
* Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to av...Michael Niedermayer2010-10-26
* Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining.Michael Niedermayer2010-10-26
* Add quant_table_index to ffv1 PlaneContext and use it instead of duplicating ...Michael Niedermayer2010-10-26
* Move ffv1 state transition table sorting to its own function.Michael Niedermayer2010-10-24
* Fix the case with swaping states 127 and 129 in ffv1Michael Niedermayer2010-10-24
* Optimize state transition table sorting in ffv1Michael Niedermayer2010-10-24
* 2 pass mode for ffv1 to optimally order the range coder states.Michael Niedermayer2010-10-24
* Factorize state_transition init out.Michael Niedermayer2010-10-24
* Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.cMichael Niedermayer2010-10-19
* Move shared functions out of CONFIG_FFV1_ENCODER ifdefMichael Niedermayer2010-10-16
* Store slice position and size per keyframe in ffv1.2Michael Niedermayer2010-10-15
* Fix indention of ffv1.c after previous commits.Michael Niedermayer2010-10-14
* Store quant table index per plane and slice.Michael Niedermayer2010-10-14
* Assert that the context doesnt overflow in ffv1.Michael Niedermayer2010-10-14
* Rectangular slice support for ffv1.2Michael Niedermayer2010-10-14
* Allow storing multiple quant tables in extradata that can then be selected pe...Michael Niedermayer2010-10-10
* Store global things in extradata for ffv1 ver=2.Michael Niedermayer2010-10-10
* Make sure version is not decreased for 16bit per sample colorspaces in ffv1.Michael Niedermayer2010-10-10
* Factorize quant table read and write code in ffv1.cMichael Niedermayer2010-10-10
* ffv1: remove VLAsMåns Rullgård2010-06-26
* Set an opaque alpha value when decoding rgba ffv1.Thad Ward2010-06-24
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Store range coder state transition table.Michael Niedermayer2010-04-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer2010-03-22
* Throw out last experimental warning that was printed for colorspaces with mor...Michael Niedermayer2010-03-22
* Remove the word "experimental"Michael Niedermayer2010-03-22
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name.Lars Täuber2009-08-30
* Fix comments after switching from CABAC to range coder in r3658.Lars Täuber2009-08-26
* Fix typo.Carl Eugen Hoyos2009-08-14
* indentMichael Niedermayer2009-04-24
* Support >8bit per component YUV in FFV1.Michael Niedermayer2009-04-24
* Force speed irrelevant calls to get/put_symbol() to be noinline.Michael Niedermayer2009-04-24
* Optimize sign handling in get_symbol().Michael Niedermayer2009-04-24
* Fix a possibly exploitable buffer overflow.Michael Niedermayer2009-04-21
* Remove 2 unneeded variables from common_init() found by CSA.Michael Niedermayer2009-04-17
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13