summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* remove useless wrapper funcBaptiste Coudurier2008-06-10
* Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output andReimar Döffinger2008-06-09
* Almost-cosmetics: split out coeff_count from all_fragments struct intoReimar Döffinger2008-06-09
* enable global_header flag for audio and video encoding, was wrongly part of c...Baptiste Coudurier2008-06-09
* revert wrong part of r13722 commitBaptiste Coudurier2008-06-09
* uniformize trellis quant optionBaptiste Coudurier2008-06-09
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-08
* add ac3dec_data.[c,h]Justin Ruggles2008-06-08
* add fields needed for E-AC-3 decoding to decode contextJustin Ruggles2008-06-08
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-08
* Oma demuxerBenjamin Larsson2008-06-08
* split up header parsing functionJustin Ruggles2008-06-07
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-07
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-07
* cosmetics: add and align references to spec variable namesJustin Ruggles2008-06-07
* cosmetics: vertical alignJustin Ruggles2008-06-07
* use macro constants for array sizes in decode contextJustin Ruggles2008-06-07
* cosmetics: vertical alignJustin Ruggles2008-06-07
* cosmetics: reorder decode context fields into logical groupsJustin Ruggles2008-06-07
* move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles2008-06-07
* move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles2008-06-07
* add more gain levels and adjust mix level tables accordingly.Justin Ruggles2008-06-07
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-07
* set default mix levels regardless of bitstream idJustin Ruggles2008-06-07
* cosmetics: indentJustin Ruggles2008-06-07
* skip unsupported frame types and substream id'sJustin Ruggles2008-06-07
* read frame type from header info into decode contextJustin Ruggles2008-06-07
* get substreamid from ac3 parserJustin Ruggles2008-06-07
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-07
* Remove my old email addressRoberto Togni2008-06-07
* Remove my old email address.Roberto Togni2008-06-07
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-06
* minor spelling/grammar fixesDiego Biurrun2008-06-06
* Fix reading an element after the array.Michael Niedermayer2008-06-06
* Remove *lpc_refl from the context. Only the valueVitor Sessak2008-06-05
* Split function rms() in two (it does two unrelated things)Vitor Sessak2008-06-05
* rename me=tesaLoren Merritt2008-06-05
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-05
* x264 interlaced encoding optionBaptiste Coudurier2008-06-04
* cleanup, remove useless parenthesesBaptiste Coudurier2008-06-04
* return error on frame sync errorJustin Ruggles2008-06-04
* prevent crash when dba params are invalidJustin Ruggles2008-06-03
* Sample tested and the code worked so the comment is removedBenjamin Larsson2008-06-03
* small spelling/wording fixesDiego Biurrun2008-06-03
* ff_fetch_timestamp() prototypeMichael Niedermayer2008-06-03
* In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer2008-06-03
* bump micro version after commit r13615Aurelien Jacobs2008-06-02
* print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier2008-06-02
* Remove warning that could never be triggered.Vitor Sessak2008-06-02
* indentMichael Niedermayer2008-06-02