summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-091-2/+2
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-2/+2
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-301-3/+1
* ac3enc: log a warning message if the channel layout is not specified atJustin Ruggles2009-04-201-0/+5
* Add channel layout support to the AC-3 encoder.Justin Ruggles2009-04-191-17/+68
* ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles2009-04-171-3/+6
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-2/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-1/+2
* Remove duplicated MUL16 macro definition, fixes the warning:Diego Biurrun2009-03-051-2/+0
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-1/+1
* 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
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-011-1/+1
* commit the OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-201-1/+1
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-4/+4
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-071-1/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* two more typos spotted by MikeDiego Biurrun2008-03-201-1/+1
* british_english--;Diego Biurrun2008-03-201-1/+1
* Remove two unused variables.Diego Biurrun2008-01-211-1/+1
* Remove unnecessary forward declaration.Diego Biurrun2008-01-211-2/+0
* Get rid of fft_rev table, use ff_reverse and a shift.Reimar Döffinger2008-01-131-11/+1
* Use FFSWAP instead of "manual" swapReimar Döffinger2008-01-121-6/+2
* improve CRC APIAurelien Jacobs2008-01-041-2/+5
* use cutoff frequency to adjust bandwidth in ac3 encoderJustin Ruggles2007-12-281-4/+14
* use bps instead of kbps for bitrateJustin Ruggles2007-12-281-5/+4
* Do not give advice for which bitrate to choose.Justin Ruggles2007-12-281-1/+1
* fix typoJustin Ruggles2007-12-281-1/+1
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-091-21/+21
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-091-64/+64
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-091-9/+9
* sync message with modern ffmpeg bitrate option syntax.D Richard Felker III2007-11-271-1/+1
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-191-0/+1
* move some common values to ac3.h and utilize themJustin Ruggles2007-07-151-5/+5
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-4/+2
* cosmetics. align and condense.Justin Ruggles2007-03-221-3/+2
* simplifyJustin Ruggles2007-03-221-2/+4
* utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%Justin Ruggles2007-03-221-12/+43
* AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy2007-03-181-1/+1
* remove redundancy in AC-3 parser by using common tables from ac3tab.hJustin Ruggles2007-03-111-3/+3
* Remove common code from AC-3 encoder and utilize ac3.c.Justin Ruggles2007-03-091-180/+15
* simplify AC-3 bit allocationJustin Ruggles2007-03-091-77/+24
OpenPOWER on IntegriCloud