summaryrefslogtreecommitdiff
path: root/libavcodec/ac3.h
Commit message (Expand)AuthorAgeFilesLines
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* cosmetics: alignment after last commitJustin Ruggles2008-12-081-4/+4
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-081-1/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-3/+3
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-071-1/+3
* get substreamid from ac3 parserJustin Ruggles2008-06-071-0/+1
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-071-0/+1
* move some AC3HeaderInfo struct fields to the Coded elements group.Justin Ruggles2008-06-021-3/+3
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-241-0/+1
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-221-0/+2
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-281-6/+6
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-241-0/+7
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-051-5/+0
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-091-16/+16
* cosmetics: vertical align after last commitJustin Ruggles2007-12-091-6/+6
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-091-24/+25
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* move some common values to ac3.h and utilize themJustin Ruggles2007-07-151-0/+20
* avoid multiple inclusion of ac3.hAurelien Jacobs2007-05-081-0/+5
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-251-11/+2
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-151-12/+0
* split ac3_parametric_bit_allocation into 3 separate functionsJustin Ruggles2007-03-181-0/+62
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-03-181-1/+1
* move AC-3 header parsing to ac3.cJustin Ruggles2007-03-111-0/+44
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-111-0/+2
* Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles2007-03-091-11/+9
* revert bad checkinMåns Rullgård2006-11-141-0/+6
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-6/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
* * these vars could be either static or extern (compilation fix gcc-3.5)Zdenek Kabelac2004-09-301-0/+2
* per file doxyMichael Niedermayer2003-03-061-0/+5
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-12/+12
* preparing integration of new AC3 decoderFabrice Bellard2002-10-281-0/+56