summaryrefslogtreecommitdiff
path: root/libavcodec/ac3.h
Commit message (Expand)AuthorAge
* ac3: update AC3PreferredStereoDownmixMode.Tim Walker2014-02-15
* (e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker2014-01-19
* (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-05
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* Make channel layout masks unsignedMans Rullgard2011-11-25
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-29
* ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-27
* Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-04
* Add ff_ prefix to ac3_common_init().Justin Ruggles2011-01-26
* Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2011-01-25
* cosmetics: use some size macros in ac3tab.c/hJustin Ruggles2010-12-14
* define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles2010-12-14
* cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2.Justin Ruggles2010-12-14
* cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles2010-12-14
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-19
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* cosmetics: alignment after last commitJustin Ruggles2008-12-08
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-08
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-07
* get substreamid from ac3 parserJustin Ruggles2008-06-07
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-07
* move some AC3HeaderInfo struct fields to the Coded elements group.Justin Ruggles2008-06-02
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-24
* change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec2008-04-22
* change name from stream type to frame type in AC3 codeBartlomiej Wolowiec2008-03-28
* using stream type in eac3 parserBartlomiej Wolowiec2008-03-24
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-05
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-09
* cosmetics: vertical align after last commitJustin Ruggles2007-12-09
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-09
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* move some common values to ac3.h and utilize themJustin Ruggles2007-07-15
* avoid multiple inclusion of ac3.hAurelien Jacobs2007-05-08
* move ac3 tables from a .h to a .cAurelien Jacobs2007-04-25
* Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun2007-04-15
* split ac3_parametric_bit_allocation into 3 separate functionsJustin Ruggles2007-03-18
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-03-18
* move AC-3 header parsing to ac3.cJustin Ruggles2007-03-11
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-11
* Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles2007-03-09