28 Commits (ed4e1e58332d3162881fea063615b6700b38bbb9)

Author SHA1 Message Date
Alex Converse 3cac899af9 Split the ADTS header decoder off of the ADTS parser. 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 14 years ago
Måns Rullgård e6b22522c9 bswap: change ME to NE in macro names 14 years ago
Alex Converse 90350d73f8 Allow parsing and decoding of ADTS AAC files with channel config = 0 16 years ago
Alex Converse ee373ddffd Move the ADTS header size to the parser's header file. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Alex Converse 7ac1591764 Close the AAC parse context, discovered by Netgem. 16 years ago
Alex Converse 4eb311d01c Correctly map ADTS profile_ObjectType to MPEG-4 AOT 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Robert Swain 158b39126d Support ADTS AAC files in the ffaac decoder (limited to streams containing one 16 years ago
Måns Rullgård cb56b44086 AAC: fix strict aliasing violation in parser 16 years ago
Måns Rullgård 57bb0da679 aac_parser: fix strict aliasing violation 16 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 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
Baptiste Coudurier bac47ae6ca use mpeg4audio common code in aac parser 17 years ago
Bartlomiej Wolowiec be1e2a2bfa removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag 17 years ago
Bartlomiej Wolowiec eb538f6ec9 adding lacking include to aac3_parser.c 17 years ago
Bartlomiej Wolowiec 6808a8eaf2 using EAC3_STREAM_TYPE_* instead of numbers 17 years ago
Bartlomiej Wolowiec 4e6eeaf019 using stream type in eac3 parser 17 years ago
Justin Ruggles c599e297e7 Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 4d570f94ba prevent infinite loop and memcpy of 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