summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add a new -debug option for tracing calls to the default get/release_buffer f...Alexander Strange2008-07-26
* Revert r14404Michael Niedermayer2008-07-25
* Remove another 2 incorrect checks.Michael Niedermayer2008-07-25
* Print an error if a reference picture is missing.Michael Niedermayer2008-07-25
* Remove mysterious ref->data[0] check.Michael Niedermayer2008-07-25
* 10l typo, fix compilationMichael Niedermayer2008-07-25
* Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0).Michael Niedermayer2008-07-25
* indentMichael Niedermayer2008-07-25
* Rewrite fill_default_ref_list(), the old code was obfuscated beyondMichael Niedermayer2008-07-25
* Do not scare the user with error messages when everything is ok.Michael Niedermayer2008-07-25
* Make remove_short() match remove_long() in that it calls unreference_pic().Michael Niedermayer2008-07-25
* Removing yet another weird field pic special case,Michael Niedermayer2008-07-25
* Make remove_long() call unreference_pic() internally.Michael Niedermayer2008-07-25
* Merge oddly duplicated remove_long/remove_long_at_index() function.Michael Niedermayer2008-07-25
* Remove strange long_ref=0.Michael Niedermayer2008-07-25
* indentMichael Niedermayer2008-07-25
* 10000l, forgotton }Michael Niedermayer2008-07-25
* Remove another of these obfuscated special cases for field picturesMichael Niedermayer2008-07-25
* Simplify mmco setup code used in IDR pictures.Michael Niedermayer2008-07-25
* Remove redundant h->mmco_index= 0.Michael Niedermayer2008-07-25
* Assert that long_ref has been cleared for released pics.Michael Niedermayer2008-07-25
* Clear long_ref when a frame is no longer a long_ref.Michael Niedermayer2008-07-25
* Make sure mmco index is 0 (instead of uninitialized) in all error returns.Michael Niedermayer2008-07-25
* Simplify strange obfuscated code in MMCO_LONG handling.Michael Niedermayer2008-07-25
* Set field_poc (it was half uninitialized before) and use itMichael Niedermayer2008-07-24
* Minor simplification of code in init_poc().Michael Niedermayer2008-07-24
* cosmetics (indent and 2 empty lines)Michael Niedermayer2008-07-24
* init_poc() vs. idr() cleanupMichael Niedermayer2008-07-24
* Fix loop filter with CAVLC 8x8dct.Michael Niedermayer2008-07-24
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-24
* cosmetics: Fix indentation after last commit.Diego Biurrun2008-07-24
* Cosmetics: grammar nitsVitor Sessak2008-07-24
* misc spelling/grammar fixesDiego Biurrun2008-07-24
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
* Rename update() function to backward_filter() and add a doxy commentVitor Sessak2008-07-24
* Rename and comment bandwidth broadening tablesVitor Sessak2008-07-24
* Follow FFmpeg convention of returning negative values on error in eval_lpc_co...Vitor Sessak2008-07-24
* Rename pred() to eval_lpc_coeffs() and add a doxy commentVitor Sessak2008-07-24
* Give windowing tables a more descriptive nameVitor Sessak2008-07-24
* Add comments to do_hybrid_window()Vitor Sessak2008-07-24
* Give parameters of do_hybrid_window() more meaningful namesVitor Sessak2008-07-24
* Rename co() function to the much more descriptive name ofVitor Sessak2008-07-24
* Simplify co(): write constant in a more readable wayVitor Sessak2008-07-24
* Simplify co(), use memcpy/memmove and colmult() when useful.Vitor Sessak2008-07-24
* Reset prev_frame_num for idr frames as required by the spec.Michael Niedermayer2008-07-24
* Better explanation for buf_size==0 code.Michael Niedermayer2008-07-23
* 100l cross_idr simplification had a typoMichael Niedermayer2008-07-23
* Remove truncated support, use an AVParser if you used that, it is the same.Michael Niedermayer2008-07-23
* Simplify cross_idr calculation.Michael Niedermayer2008-07-23
* Reduce the loglevel on a log message in the Nellymoser decoder. Related to Ro...Benjamin Larsson2008-07-23