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