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-06-08Oma demuxerBenjamin Larsson
2008-06-08split up header parsing functionJustin Ruggles
2008-06-08store exp_strategy for all blocks in decode contextJustin Ruggles
2008-06-08store cpl_in_use for all blocks in decode contextJustin Ruggles
2008-06-08cosmetics: add and align references to spec variable namesJustin Ruggles
2008-06-08cosmetics: vertical alignJustin Ruggles
2008-06-08use macro constants for array sizes in decode contextJustin Ruggles
2008-06-08cosmetics: vertical alignJustin Ruggles
2008-06-08cosmetics: reorder decode context fields into logical groupsJustin Ruggles
2008-06-08move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles
2008-06-08move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles
2008-06-08add more gain levels and adjust mix level tables accordingly.Justin Ruggles
2008-06-08pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles
2008-06-08set default mix levels regardless of bitstream idJustin Ruggles
2008-06-08cosmetics: indentJustin Ruggles
2008-06-08skip unsupported frame types and substream id'sJustin Ruggles
2008-06-08read frame type from header info into decode contextJustin Ruggles
2008-06-08get substreamid from ac3 parserJustin Ruggles
2008-06-08get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles
2008-06-07Remove my old email addressRoberto Togni
2008-06-07Remove my old email address.Roberto Togni
2008-06-06Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun
2008-06-06minor spelling/grammar fixesDiego Biurrun
2008-06-06Fix reading an element after the array.Michael Niedermayer
2008-06-05Remove *lpc_refl from the context. Only the valueVitor Sessak
2008-06-05Split function rms() in two (it does two unrelated things)Vitor Sessak
2008-06-05rename me=tesaLoren Merritt
2008-06-05add esa/dia compat me options and new tesa for libx264Baptiste Coudurier
2008-06-04x264 interlaced encoding optionBaptiste Coudurier
2008-06-04cleanup, remove useless parenthesesBaptiste Coudurier
2008-06-04return error on frame sync errorJustin Ruggles
2008-06-04prevent crash when dba params are invalidJustin Ruggles
2008-06-03Sample tested and the code worked so the comment is removedBenjamin Larsson
2008-06-03small spelling/wording fixesDiego Biurrun
2008-06-03ff_fetch_timestamp() prototypeMichael Niedermayer
2008-06-03In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer
2008-06-03bump micro version after commit r13615Aurelien Jacobs
2008-06-02print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier
2008-06-02Remove warning that could never be triggered.Vitor Sessak
2008-06-02indentMichael Niedermayer
2008-06-02Only store timestamps when there are timestamps.Michael Niedermayer
2008-06-02Our MPEG-TS demuxer does not send complete PES packets but sends themMichael Niedermayer
2008-06-02Move new field to the end to avoid ABI breakage, I thought this structMichael Niedermayer
2008-06-02cosmeticMichael Niedermayer
2008-06-02Allow matching timestamps to be removed by fetch_timestamp().Michael Niedermayer
2008-06-02Add off argument so that fetch_timestamp can search for timestampsMichael Niedermayer
2008-06-02Factorize fetch_timestamp() into its own functionMichael Niedermayer
2008-06-02unused variableMichael Niedermayer
2008-06-02cosmetics, remove table_ prefixBaptiste Coudurier
2008-06-02indentMichael Niedermayer