41 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Vittorio Giovara dd3aa85b68 aac_ac3_parser: Drop in-parser downmix functionality 8 years ago
  Vittorio Giovara dc70c19476 lavc: Drop deprecated request_channels related functions 9 years ago
  Tim Walker b532854622 ac3: implement request_channel_layout. 11 years ago
  Tim Walker 69d4dbfd1f aac_ac3_parser: simplify an expression 11 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Justin Ruggles 16e54ac725 (e)ac3 parser: set duration instead of frame_size 13 years ago
  Justin Ruggles be18738801 Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  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 17 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