summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* remove useless wrapper funcBaptiste Coudurier2008-06-10
| | | | Originally committed as revision 13738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output andReimar Döffinger2008-06-09
| | | | | | might cost CPU. Originally committed as revision 13730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Almost-cosmetics: split out coeff_count from all_fragments struct intoReimar Döffinger2008-06-09
| | | | | | | | | a separate array. For the OGG version at http://www.bigbuckbunny.org/index.php/download/ this results in about 50% speedup of unpack_vlcs, resulting in ca. 20% faster overall speed. Originally committed as revision 13729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable global_header flag for audio and video encoding, was wrongly part of ↵Baptiste Coudurier2008-06-09
| | | | | | commit r13722 Originally committed as revision 13724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert wrong part of r13722 commitBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformize trellis quant optionBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-08
| | | | Originally committed as revision 13716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ac3dec_data.[c,h]Justin Ruggles2008-06-08
| | | | Originally committed as revision 13715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fields needed for E-AC-3 decoding to decode contextJustin Ruggles2008-06-08
| | | | Originally committed as revision 13714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-08
| | | | Originally committed as revision 13713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oma demuxerBenjamin Larsson2008-06-08
| | | | Originally committed as revision 13712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split up header parsing functionJustin Ruggles2008-06-07
| | | | Originally committed as revision 13705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-07
| | | | Originally committed as revision 13704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-07
| | | | Originally committed as revision 13703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add and align references to spec variable namesJustin Ruggles2008-06-07
| | | | Originally committed as revision 13702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignJustin Ruggles2008-06-07
| | | | Originally committed as revision 13701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use macro constants for array sizes in decode contextJustin Ruggles2008-06-07
| | | | Originally committed as revision 13700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignJustin Ruggles2008-06-07
| | | | Originally committed as revision 13699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reorder decode context fields into logical groupsJustin Ruggles2008-06-07
| | | | Originally committed as revision 13698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles2008-06-07
| | | | Originally committed as revision 13697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mix level tables from parser to decoder. have parser read bitstream ↵Justin Ruggles2008-06-07
| | | | | | value instead of using an index to a table in the decoder. Originally committed as revision 13696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add more gain levels and adjust mix level tables accordingly.Justin Ruggles2008-06-07
| | | | Originally committed as revision 13695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-07
| | | | Originally committed as revision 13694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set default mix levels regardless of bitstream idJustin Ruggles2008-06-07
| | | | Originally committed as revision 13693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentJustin Ruggles2008-06-07
| | | | Originally committed as revision 13692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip unsupported frame types and substream id'sJustin Ruggles2008-06-07
| | | | Originally committed as revision 13691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read frame type from header info into decode contextJustin Ruggles2008-06-07
| | | | Originally committed as revision 13690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get substreamid from ac3 parserJustin Ruggles2008-06-07
| | | | Originally committed as revision 13689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-07
| | | | Originally committed as revision 13688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove my old email addressRoberto Togni2008-06-07
| | | | Originally committed as revision 13687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove my old email address.Roberto Togni2008-06-07
| | | | | | | This also fixes the "rtogni is not a valid tag" doxygen warning Based on a patch by Stefano Sabatini, stefano sabatini lala poste it Originally committed as revision 13686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-06
| | | | | | rewritten since they were originally created. Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor spelling/grammar fixesDiego Biurrun2008-06-06
| | | | Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reading an element after the array.Michael Niedermayer2008-06-06
| | | | | | Fixes CID27 RUN2 Originally committed as revision 13668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove *lpc_refl from the context. Only the valueVitor Sessak2008-06-05
| | | | | | | calculated in rms() is actually needed. It also avoid recalculating it later. Originally committed as revision 13664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split function rms() in two (it does two unrelated things)Vitor Sessak2008-06-05
| | | | Originally committed as revision 13663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename me=tesaLoren Merritt2008-06-05
| | | | Originally committed as revision 13661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-05
| | | | Originally committed as revision 13660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x264 interlaced encoding optionBaptiste Coudurier2008-06-04
| | | | Originally committed as revision 13656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup, remove useless parenthesesBaptiste Coudurier2008-06-04
| | | | Originally committed as revision 13655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error on frame sync errorJustin Ruggles2008-06-04
| | | | Originally committed as revision 13654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent crash when dba params are invalidJustin Ruggles2008-06-03
| | | | Originally committed as revision 13653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sample tested and the code worked so the comment is removedBenjamin Larsson2008-06-03
| | | | Originally committed as revision 13650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small spelling/wording fixesDiego Biurrun2008-06-03
| | | | Originally committed as revision 13645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_fetch_timestamp() prototypeMichael Niedermayer2008-06-03
| | | | Originally committed as revision 13644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In mpeg1/2 timestamps are associated with the access unit whichMichael Niedermayer2008-06-03
| | | | | | | | | | | | contains the first picture startcode that commences in the PES packet, instead of the first access unit that commences in the PES packet. Fix the parser to handle that properly. This was a very long standing bug ... The change to the seek regressions is because the mpeg ts muxer stores too many invalid and randomized timestamps which overflow the 4 entry buffer we use in the parser. Originally committed as revision 13643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump micro version after commit r13615Aurelien Jacobs2008-06-02
| | | | Originally committed as revision 13632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print correct mpeg-2 broken_link value, and print closed_gopBaptiste Coudurier2008-06-02
| | | | Originally committed as revision 13630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove warning that could never be triggered.Vitor Sessak2008-06-02
| | | | | | Thanks Mkhodor for pointing it out. Originally committed as revision 13629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-06-02
| | | | Originally committed as revision 13628 to svn://svn.ffmpeg.org/ffmpeg/trunk