summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Presets support.Michael Niedermayer2008-06-07
| | | | | | How per codec defaults and ranges will be supported is still being discussed. Originally committed as revision 13685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update ffm seek tests now that timestamps are fixedBaptiste Coudurier2008-06-07
| | | | Originally committed as revision 13684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pts handling in ffmBaptiste Coudurier2008-06-07
| | | | Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset reading state after successful seek.Baptiste Coudurier2008-06-07
| | | | Originally committed as revision 13682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-06
| | | | | | Last commit missed one file. Originally committed as revision 13681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-06
| | | | Originally committed as revision 13680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about not including MinGW's include directory from within MSVC.Ramiro Polla2008-06-06
| | | | Originally committed as revision 13679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output_example.c now uses proper include paths.Ramiro Polla2008-06-06
| | | | Originally committed as revision 13678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-06
| | | | Originally committed as revision 13677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-06
| | | | Originally committed as revision 13676 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
* Remove useless img_read_close().Ramiro Polla2008-06-06
| | | | Originally committed as revision 13674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded NULL at end of struct.Ramiro Polla2008-06-06
| | | | Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization.Ramiro Polla2008-06-06
| | | | Originally committed as revision 13672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.Diego Biurrun2008-06-06
| | | | | | inspired by a patch from Debian Originally committed as revision 13671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Run documentation through ispell, plus some minor fixes.Diego Biurrun2008-06-06
| | | | Originally committed as revision 13670 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
* check for ARM NEON assembler supportMåns Rullgård2008-06-05
| | | | Originally committed as revision 13667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* accept --cpu=cortex*Måns Rullgård2008-06-05
| | | | Originally committed as revision 13666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alloc_size attribute is new to gcc 4.3; don't use it with lesser versionsMåns Rullgård2008-06-05
| | | | Originally committed as revision 13665 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
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-05
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13662 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
* matroskadec: remove some useless codeAurelien Jacobs2008-06-04
| | | | Originally committed as revision 13659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2008-06-04
| | | | Originally committed as revision 13658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: don't remove dummy level when none was addedAurelien Jacobs2008-06-04
| | | | Originally committed as revision 13657 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
* Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.Rafaël Carré2008-06-03
| | | | | | patch by Rafaël Carré, funman videolan org Originally committed as revision 13652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regression tests for ts due to r13641Baptiste Coudurier2008-06-03
| | | | Originally committed as revision 13651 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