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
/
ac3_parser.c
Age
Commit message (
Expand
)
Author
2012-11-12
Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'
Michael Niedermayer
2012-11-11
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-02-24
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-22
mov: set channel layout for AC-3 streams based on the 'dac3' atom info
Justin Ruggles
2012-02-09
ac3dec: Move center and surround mix level tables to the parser.
Michael Niedermayer
2012-01-21
ac3dec: Move center&surround mix level tables to parser.
Michael Niedermayer
2011-11-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-02
lavc: use designated initialisers for parsers.
Anton Khirnov
2011-10-21
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-20
lavc: use avpriv_ prefix for ff_ac3_parse_header.
Anton Khirnov
2011-03-26
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-25
Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser
Justin Ruggles
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-16
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-02-06
Replace remaining occurrences of deprecated CH_* with AV_CH_*
Anton Khirnov
2011-02-06
Replace remaining occurrences of deprecated CH_* with AV_CH_*
Anton Khirnov
2011-01-28
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
Remove unused ff_ac3_parse_header_full function.
Diego Elio Pettenò
2011-01-25
Remove unused ff_ac3_parse_header_full function.
Diego Elio Pettenò
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
2010-07-07
ac3: make the value of codec_id during (E-)AC-3 parsing stay CODEC_ID_EAC3
Justin Ruggles
2009-04-19
Add channel layout support to the AC-3 decoder and AC-3 parser.
Justin Ruggles
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-02-20
Set the correct number of samples for E-AC-3 in the AC3 parser.
Justin Ruggles
2009-02-19
Allow AC-3 parser to modify codec_id.
Joakim Plate
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-07
Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that
Alex Converse
2008-12-17
AC3: fix strict aliasing violation in parser
Måns Rullgård
2008-09-01
create a separate codec_id for E-AC-3
Justin Ruggles
2008-08-03
cosmetics: make all references to AC-3 capitalized and hyphenated
Justin Ruggles
2008-06-25
Close parse context.
David Liu
2008-06-07
move mix level tables from parser to decoder. have parser read bitstream valu...
Justin Ruggles
2008-06-07
add more gain levels and adjust mix level tables accordingly.
Justin Ruggles
2008-06-07
set default mix levels regardless of bitstream id
Justin Ruggles
2008-06-07
get substreamid from ac3 parser
Justin Ruggles
2008-06-07
get the number of blocks from the ac3 parser and use in the ac3 decoder.
Justin Ruggles
2008-04-24
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()
Bartlomiej Wolowiec
2008-04-22
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
Bartlomiej Wolowiec
2008-04-19
Make most of E-AC-3 work without breaking regression tests.
Michael Niedermayer
2008-04-19
Part 2 of EAC3 support, this is still disabled as it breaks regressions
Michael Niedermayer
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
[next]