aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Oma demuxerBenjamin Larsson2008-06-081-0/+1
* split up header parsing functionJustin Ruggles2008-06-071-32/+43
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-072-11/+11
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-072-14/+19
* cosmetics: add and align references to spec variable namesJustin Ruggles2008-06-071-20/+20
* cosmetics: vertical alignJustin Ruggles2008-06-071-12/+12
* use macro constants for array sizes in decode contextJustin Ruggles2008-06-071-11/+14
* cosmetics: vertical alignJustin Ruggles2008-06-071-34/+34
* cosmetics: reorder decode context fields into logical groupsJustin Ruggles2008-06-071-43/+71
* move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles2008-06-072-86/+123
* move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles2008-06-072-18/+18
* add more gain levels and adjust mix level tables accordingly.Justin Ruggles2008-06-072-12/+18
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-074-6/+11
* set default mix levels regardless of bitstream idJustin Ruggles2008-06-071-4/+4
* cosmetics: indentJustin Ruggles2008-06-071-1/+1
* skip unsupported frame types and substream id'sJustin Ruggles2008-06-071-0/+7
* read frame type from header info into decode contextJustin Ruggles2008-06-071-0/+2
* get substreamid from ac3 parserJustin Ruggles2008-06-073-1/+5
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-073-6/+9
* Remove my old email addressRoberto Togni2008-06-071-1/+1
* Remove my old email address.Roberto Togni2008-06-071-1/+1
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-061-4/+0
* minor spelling/grammar fixesDiego Biurrun2008-06-061-3/+3
* Fix reading an element after the array.Michael Niedermayer2008-06-061-1/+1
* Remove *lpc_refl from the context. Only the valueVitor Sessak2008-06-051-13/+13
* Split function rms() in two (it does two unrelated things)Vitor Sessak2008-06-051-6/+10
* rename me=tesaLoren Merritt2008-06-051-1/+1
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-053-2/+8
* x264 interlaced encoding optionBaptiste Coudurier2008-06-041-0/+2
* cleanup, remove useless parenthesesBaptiste Coudurier2008-06-041-13/+13
* return error on frame sync errorJustin Ruggles2008-06-041-1/+1
* prevent crash when dba params are invalidJustin Ruggles2008-06-031-2/+2
* Sample tested and the code worked so the comment is removedBenjamin Larsson2008-06-031-1/+0
* small spelling/wording fixesDiego Biurrun2008-06-031-4/+4
* ff_fetch_timestamp() prototypeMichael Niedermayer2008-06-031-0/+7
* In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer2008-06-031-0/+3
* bump micro version after commit r13615Aurelien Jacobs2008-06-021-1/+1
* print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier2008-06-021-3/+4
* Remove warning that could never be triggered.Vitor Sessak2008-06-021-10/+5
* indentMichael Niedermayer2008-06-021-6/+6
* Only store timestamps when there are timestamps.Michael Niedermayer2008-06-021-0/+2
* Our MPEG-TS demuxer does not send complete PES packets but sends themMichael Niedermayer2008-06-021-1/+2
* Move new field to the end to avoid ABI breakage, I thought this structMichael Niedermayer2008-06-021-1/+1
* cosmeticMichael Niedermayer2008-06-021-1/+2
* Allow matching timestamps to be removed by fetch_timestamp().Michael Niedermayer2008-06-021-2/+4
* Add off argument so that fetch_timestamp can search for timestampsMichael Niedermayer2008-06-021-4/+4
* Factorize fetch_timestamp() into its own functionMichael Niedermayer2008-06-021-11/+16
* unused variableMichael Niedermayer2008-06-021-7/+7
* cosmetics, remove table_ prefixBaptiste Coudurier2008-06-021-28/+28
* indentMichael Niedermayer2008-06-021-3/+3