32 Commits (9446b4bbbc60c2b1241911efb65401b3ab83810a)

Author SHA1 Message Date
Alex Converse 65bec42e33 Cosmetics: Re-indent after last commit. 15 years ago
Alex Converse ca1fa4144f AAC parser: Don't write channels, sample rate, and frame size each frame. 15 years ago
Alex Converse f2e5c8b96a Cosmetics after last commit 16 years ago
Alex Converse 90350d73f8 Allow parsing and decoding of ADTS AAC files with channel config = 0 16 years ago
Justin Ruggles bfeca7beb6 Add channel layout support to the AC-3 decoder and AC-3 parser. 16 years ago
Joakim Plate 4cff8dc88f Allow AC-3 parser to modify codec_id. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Michael Niedermayer bf2cdefc6a Reset state after some frame header is found. 16 years ago
Michael Niedermayer 8dbd9cb695 Fix all the recent problems Justin had run into with the AC3 parser, 16 years ago
Justin Ruggles 2988c93d94 create a separate codec_id for E-AC-3 16 years ago
Justin Ruggles 14b7062829 cosmetics: make all references to AC-3 capitalized and hyphenated 16 years ago
Michael Niedermayer 8870cf8277 This fixes the code so it is correct on both sides of the if(). 17 years ago
Michael Niedermayer 7bc5f6e53e indent 17 years ago
Michael Niedermayer e4d5a18558 100l I broke AC3 in MPEG seeking. 17 years ago
Michael Niedermayer 8629e7562d part 1 of EAC3 support 17 years ago
Michael Niedermayer 133ac890fb Add new_frame_start and need_next_header. 17 years ago
Michael Niedermayer 454064ad1e Change aac and ac3 parsers to use ff_combine_frame(). 17 years ago
Michael Niedermayer 8c731c9743 remove AACAC3FrameFlag 17 years ago
Bartlomiej Wolowiec 469d8816d6 undo changes in aac_ac3_parser 17 years ago
Bartlomiej Wolowiec e9089a5240 Correction of typo in aac_ac3_parser 17 years ago
Bartlomiej Wolowiec c09ed33e18 Corrections of errors in aac_ac3_parser 17 years ago
Bartlomiej Wolowiec 0a5754c3b7 change of aac_ac3_parser, so it is able to send complete portion of data to decoder 17 years ago
Bartlomiej Wolowiec be1e2a2bfa removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag 17 years ago
Justin Ruggles c599e297e7 Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by 17 years ago
Justin Ruggles ef7f2bb782 add downmixing support to libfaad decoder 17 years ago
Justin Ruggles 6cd325c106 do not set channels before checking request_channels 17 years ago
Justin Ruggles f228eb737b adjust output channels based on AVCodecContext.request_channels in AC3 parser 17 years ago
Justin Ruggles 5706c0becd cosmetics: indentation after last commit 17 years ago
Justin Ruggles bd03aa1556 remove workaround which is no longer needed due to 17 years ago
Michael Niedermayer 211dd1e81f factorize code and add safety check to prevent memcpying negative amounts 17 years ago
Aurelien Jacobs 679c2294cb cosmetics: rename for consistency after previous aac and ac3 parsers move 18 years ago
Aurelien Jacobs 99ff31dc75 move aac and ac3 parsers in their own files 18 years ago