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-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-07-31Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun
2009-04-20ac3enc: log a warning message if the channel layout is not specified atJustin Ruggles
2009-04-19Add channel layout support to the AC-3 encoder.Justin Ruggles
2009-04-17ac3enc: reorder input channels to AC-3 channel orderJustin Ruggles
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-03-06Remove duplicated MUL16 macro definition, fixes the warning:Diego Biurrun
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
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-09-01create a separate codec_id for E-AC-3Justin Ruggles
2008-08-20commit the OKed parts of the E-AC-3 decoderJustin Ruggles
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-08pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-20two more typos spotted by MikeDiego Biurrun
2008-03-20british_english--;Diego Biurrun
2008-01-21Remove two unused variables.Diego Biurrun
2008-01-21Remove unnecessary forward declaration.Diego Biurrun
2008-01-13Get rid of fft_rev table, use ff_reverse and a shift.Reimar Döffinger
2008-01-12Use FFSWAP instead of "manual" swapReimar Döffinger
2008-01-05improve CRC APIAurelien Jacobs
2007-12-28use cutoff frequency to adjust bandwidth in ac3 encoderJustin Ruggles
2007-12-28use bps instead of kbps for bitrateJustin Ruggles
2007-12-28Do not give advice for which bitrate to choose.Justin Ruggles
2007-12-28fix typoJustin Ruggles
2007-12-09cosmetics: rename common ac3 variablesJustin Ruggles
2007-12-09cosmetics: rename ac3 bit allocation variablesJustin Ruggles
2007-12-09cosmetics: rename ac3 tablesJustin Ruggles
2007-11-27sync message with modern ffmpeg bitrate option syntax.D Richard Felker III
2007-07-19Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris
2007-07-15move some common values to ac3.h and utilize themJustin Ruggles
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-03-22cosmetics. align and condense.Justin Ruggles
2007-03-22simplifyJustin Ruggles
2007-03-22utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%Justin Ruggles
2007-03-19AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy
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
2007-03-09simplify AC-3 bit allocationJustin Ruggles
2007-03-09cosmetics. remove space before semi-colon.Justin Ruggles
2006-11-24bring AC3 encoder output up to input volume levelBill O'Shaughnessy
2006-11-14revert bad checkinMåns Rullgård