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
2014-01-05(e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard
2011-03-27ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-05ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles
2011-01-26Add ff_ prefix to ac3_common_init().Justin Ruggles
2011-01-25Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò
2010-12-14cosmetics: use some size macros in ac3tab.c/hJustin Ruggles
2010-12-14define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles
2010-12-14cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2.Justin Ruggles
2010-12-14cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles
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-12-08cosmetics: alignment after last commitJustin Ruggles
2008-12-08ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-06-08pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles
2008-06-08get substreamid from ac3 parserJustin Ruggles
2008-06-08get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles
2008-06-02move some AC3HeaderInfo struct fields to the Coded elements group.Justin Ruggles
2008-04-25add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec
2008-03-28change name from stream type to frame type in AC3 codeBartlomiej Wolowiec
2008-03-25using stream type in eac3 parserBartlomiej Wolowiec
2008-01-05remove unneeded variables from AC3HeaderInfoJustin Ruggles
2007-12-09cosmetics: rename common ac3 variablesJustin Ruggles
2007-12-09cosmetics: vertical align after last commitJustin Ruggles
2007-12-09cosmetics: rename ac3 bit allocation variablesJustin Ruggles
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-15move some common values to ac3.h and utilize themJustin Ruggles
2007-05-09avoid multiple inclusion of ac3.hAurelien Jacobs
2007-04-26move ac3 tables from a .h to a .cAurelien Jacobs
2007-04-15Move AC3 header parsing code together with the rest of the AC3 parsing code.Diego Biurrun
2007-03-19split ac3_parametric_bit_allocation into 3 separate functionsJustin Ruggles
2007-03-18hardcode ff_ac3_frame_sizes tableJustin Ruggles
2007-03-11move AC-3 header parsing to ac3.cJustin Ruggles
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
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård