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 (Collapse)Author
2009-09-27Remove unneeded table lookup.Justin Ruggles
Originally committed as revision 20050 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Cosmetics: Rename some variables to be more descriptive of their use.Justin Ruggles
Originally committed as revision 20049 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Move some variable declarations to inside of loops.Justin Ruggles
Originally committed as revision 20048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Remove unneeded variable.Justin Ruggles
Originally committed as revision 20047 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Cosmetics: Rename some variables to be more descriptive of their use.Justin Ruggles
Originally committed as revision 20046 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Remove some unneeded variables.Justin Ruggles
Originally committed as revision 20045 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Cosmetics: Rename some variablesJustin Ruggles
Originally committed as revision 20044 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27simplify 2 lines into 1 using FFMINJustin Ruggles
Originally committed as revision 20043 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Cosmetics: Do some basic pretty-printing.Justin Ruggles
Originally committed as revision 20042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Simplify by combining increment with array access.Justin Ruggles
Originally committed as revision 20041 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27cosmetics: Rename some variables to be more descriptive of their use. Do someJustin Ruggles
pretty-printing as well. Originally committed as revision 20040 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Move 2 variable declarations to inside of loop.Justin Ruggles
Originally committed as revision 20039 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27simplify by combining increment with array accessJustin Ruggles
Originally committed as revision 20038 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Remove unneeded variableJustin Ruggles
Originally committed as revision 20037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-27Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set.Justin Ruggles
Originally committed as revision 20036 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-08cosmetics: alignment after last commitJustin Ruggles
Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-08ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles
Originally committed as revision 16034 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-08pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles
Originally committed as revision 13694 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-04prevent crash when dba params are invalidJustin Ruggles
Originally committed as revision 13653 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-09cosmetics: rename ac3 bit allocation variablesJustin Ruggles
Originally committed as revision 11194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-12-09cosmetics: rename ac3 tablesJustin Ruggles
Originally committed as revision 11193 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-15move some common values to ac3.h and utilize themJustin Ruggles
Originally committed as revision 9679 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-26move ac3 tables from a .h to a .cAurelien Jacobs
Originally committed as revision 8816 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun
Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-20fix handling of special case for lowest snroffset. regressions are unaffected.Justin Ruggles
Originally committed as revision 8450 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-19split ac3_parametric_bit_allocation into 3 separate functionsJustin Ruggles
Originally committed as revision 8442 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-18hardcode ff_ac3_frame_sizes tableJustin Ruggles
Originally committed as revision 8435 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-11move AC-3 header parsing to ac3.cJustin Ruggles
Originally committed as revision 8323 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-11remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles
Originally committed as revision 8318 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-09Create ac3.c which will be used for AC-3 common code.Justin Ruggles
Originally committed as revision 8305 to svn://svn.ffmpeg.org/ffmpeg/trunk