index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
aac_parser.c
Age
Commit message (
Expand
)
Author
2011-01-28
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-07-12
Split the ADTS header decoder off of the ADTS parser.
Alex Converse
2010-07-10
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
bswap: change ME to NE in macro names
Måns Rullgård
2009-05-13
Allow parsing and decoding of ADTS AAC files with channel config = 0
Alex Converse
2009-05-13
Move the ADTS header size to the parser's header file.
Alex Converse
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-02-23
Close the AAC parse context, discovered by Netgem.
Alex Converse
2009-02-13
Correctly map ADTS profile_ObjectType to MPEG-4 AOT
Alex Converse
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-07
Support ADTS AAC files in the ffaac decoder (limited to streams containing one
Robert Swain
2008-12-17
AAC: fix strict aliasing violation in parser
Måns Rullgård
2008-10-11
aac_parser: fix strict aliasing violation
Måns Rullgård
2008-04-19
Add new_frame_start and need_next_header.
Michael Niedermayer
2008-04-19
Change aac and ac3 parsers to use ff_combine_frame().
Michael Niedermayer
2008-04-18
remove AACAC3FrameFlag
Michael Niedermayer
2008-04-09
undo changes in aac_ac3_parser
Bartlomiej Wolowiec
2008-04-07
Corrections of errors in aac_ac3_parser
Bartlomiej Wolowiec
2008-04-05
change of aac_ac3_parser, so it is able to send complete portion of data to d...
Bartlomiej Wolowiec
2008-04-01
use mpeg4audio common code in aac parser
Baptiste Coudurier
2008-03-28
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag
Bartlomiej Wolowiec
2008-03-24
adding lacking include to aac3_parser.c
Bartlomiej Wolowiec
2008-03-24
using EAC3_STREAM_TYPE_* instead of numbers
Bartlomiej Wolowiec
2008-03-24
using stream type in eac3 parser
Bartlomiej Wolowiec
2008-03-23
Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by
Justin Ruggles
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2007-10-13
prevent infinite loop and memcpy of negative amounts
Michael Niedermayer
2007-05-08
cosmetics: rename for consistency after previous aac and ac3 parsers move
Aurelien Jacobs
2007-05-08
move aac and ac3 parsers in their own files
Aurelien Jacobs