summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.c
Commit message (Expand)AuthorAge
* define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles2010-12-14
* Use sizeof(array value) instead of sizeof(int16_t).Justin Ruggles2010-12-14
* cosmetics: use lowercase letters for function namesJustin Ruggles2010-12-14
* cosmetics: add new function documentation and clean up existing documentationJustin Ruggles2010-12-14
* cosmetics: add more space between functionsJustin Ruggles2010-12-14
* cosmetics: rearrange some functions/typedefs/macrosJustin Ruggles2010-12-14
* Simplify group size calculation in 2 places.Justin Ruggles2010-12-14
* cosmetics: make a switch/case more compactJustin Ruggles2010-12-14
* Clean up fft_init() and mdct_init()Justin Ruggles2010-12-14
* cosmetics: pretty-printing, alignment, etc...Justin Ruggles2010-12-14
* Remove unneeded #includeJustin Ruggles2010-12-14
* Simplify fix15().Justin Ruggles2010-12-14
* Fix the fixed-point MDCT and FFT tests so that they actually compile and work.Justin Ruggles2010-12-14
* Split out initialization of MDCT tables into a separate function.Justin Ruggles2010-12-14
* cosmetics: Document AC3EncodeContext fields.Justin Ruggles2010-12-14
* Remove unneeded debugging messages.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
* Remove duplicate AC3EncodeContext fields, sr_shift and sr_code.Justin Ruggles2010-12-14
* cosmetics: rename some fields in AC3EncodeContextJustin Ruggles2010-12-14
* cosmetics: change all short to int16_tJustin Ruggles2010-12-14
* Change some unsigned types to signed types in AC3EncodeContextJustin Ruggles2010-12-14
* cosmetics: rearrange AC3EncodeContext fieldsJustin Ruggles2010-12-14
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* ac3enc: log a warning message if the channel layout is not specified atJustin Ruggles2009-04-20
* Add channel layout support to the AC-3 encoder.Justin Ruggles2009-04-19
* ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles2009-04-17
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Remove duplicated MUL16 macro definition, fixes the warning:Diego Biurrun2009-03-05
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* 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
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
* commit the OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-20
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-07
* Use full path for #includes from another directory.Diego Biurrun2008-05-09