summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun56-114/+114
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-82/+119
2011-11-25Make channel layout masks unsignedMans Rullgard21-39/+39
2011-08-12ac3enc: drop common fixed/float encoderMichael Niedermayer6-168/+9
2011-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-394/+327
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer32-320/+301
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler19-144/+143
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-729/+804
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-2310/+1222
2011-05-24ac3enc: add channel coupling supportJustin Ruggles10-179/+787
2011-05-02Merge remote branch 'qatar/master'Michael Niedermayer7-140/+100
2011-04-16Correctly implement ac3 float/fixed encoder.Michael Niedermayer7-40/+145
2011-03-30Merge remote-tracking branch 'newdev/master'Michael Niedermayer15-121/+132
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard9-57/+71
2011-03-27Merge remote-tracking branch 'newdev/master'Michael Niedermayer16-18/+1183
2011-03-27ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles6-18/+782
2011-03-26Merge remote-tracking branch 'newdev/master'Michael Niedermayer22-31/+190
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles8-3/+29
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-05ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2-3/+4
2011-03-04ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2-3/+4
2011-01-28Add ff_ prefix to ac3_common_init().Justin Ruggles4-4/+4
2011-01-26Add ff_ prefix to ac3_common_init().Justin Ruggles4-4/+4
2011-01-26Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2-30/+0
2011-01-25Remove unused ac3_parametric_bit_allocation function.Diego Elio Pettenò2-30/+0
2010-12-14cosmetics: use some size macros in ac3tab.c/hJustin Ruggles3-8/+9
2010-12-14define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles4-14/+15
2010-12-14cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2.Justin Ruggles2-4/+5
2010-12-14cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles3-78/+77
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini13-80/+80
2009-04-19Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles8-0/+27
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-12-08cosmetics: alignment after last commitJustin Ruggles3-13/+13
2008-12-08ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles3-6/+15
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles16-32/+32
2008-06-07pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles4-6/+11
2008-06-07get substreamid from ac3 parserJustin Ruggles3-1/+5
2008-06-07get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles3-6/+9
2008-06-02move some AC3HeaderInfo struct fields to the Coded elements group.Justin Ruggles1-3/+3
2008-04-24add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec5-0/+70
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec5-64/+56
2008-03-28change name from stream type to frame type in AC3 codeBartlomiej Wolowiec4-17/+17
2008-03-24using stream type in eac3 parserBartlomiej Wolowiec6-1/+18
2008-01-05remove unneeded variables from AC3HeaderInfoJustin Ruggles3-17/+11
[next]