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 (Expand)Author
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-08cosmetics: alignment after last commitJustin Ruggles
2008-12-08ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-06-08pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles
2008-06-08get substreamid from ac3 parserJustin Ruggles
2008-06-08get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles
2008-06-02move some AC3HeaderInfo struct fields to the Coded elements group.Justin Ruggles
2008-04-25add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec
2008-03-28change name from stream type to frame type in AC3 codeBartlomiej Wolowiec
2008-03-25using stream type in eac3 parserBartlomiej Wolowiec
2008-01-05remove unneeded variables from AC3HeaderInfoJustin Ruggles
2007-12-09cosmetics: rename common ac3 variablesJustin Ruggles
2007-12-09cosmetics: vertical align after last commitJustin Ruggles
2007-12-09cosmetics: rename ac3 bit allocation variablesJustin Ruggles
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-15move some common values to ac3.h and utilize themJustin Ruggles
2007-05-09avoid multiple inclusion of ac3.hAurelien Jacobs
2007-04-26move ac3 tables from a .h to a .cAurelien Jacobs
2007-04-15Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun
2007-03-19split ac3_parametric_bit_allocation into 3 separate functionsJustin Ruggles
2007-03-18hardcode ff_ac3_frame_sizes tableJustin Ruggles
2007-03-11move AC-3 header parsing to ac3.cJustin Ruggles
2007-03-11remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles
2007-03-09Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-09-30* these vars could be either static or extern (compilation fix gcc-3.5)Zdenek Kabelac
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-10-28preparing integration of new AC3 decoderFabrice Bellard