git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Merge commit '86bfcfcf2364bc837b7bb582c66a8a15a332414f'
[ffmpeg.git]
/
libavcodec
/
ac3_parser.c
2012-11-12
Michael Niedermayer
Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'
blob
|
commitdiff
2012-11-11
Justin Ruggles
Include libavutil/channel_layout.h instead of libavutil...
blob
|
commitdiff
|
diff to current
2012-08-07
Michael Niedermayer
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-02-24
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2012-02-23
Justin Ruggles
mov: set channel layout for AC-3 streams based on the...
blob
|
commitdiff
|
diff to current
2012-02-10
Michael Niedermayer
ac3dec: Move center and surround mix level tables to...
blob
|
commitdiff
|
diff to current
2012-01-21
Michael Niedermayer
ac3dec: Move center&surround mix level tables to parser.
blob
|
commitdiff
|
diff to current
2011-11-03
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-11-02
Anton Khirnov
lavc: use designated initialisers for parsers.
blob
|
commitdiff
|
diff to current
2011-10-21
Michael Niedermayer
Merge remote-tracking branch 'qatar/master'
blob
|
commitdiff
|
diff to current
2011-10-20
Anton Khirnov
lavc: use avpriv_ prefix for ff_ac3_parse_header.
blob
|
commitdiff
|
diff to current
2011-03-26
Michael Niedermayer
Merge remote-tracking branch 'newdev/master'
blob
|
commitdiff
|
diff to current
2011-03-25
Justin Ruggles
Get audio_service_type for AC-3 based on bitstream...
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2011-02-16
Reinhard Tartler
Merge libavcore into libavutil
blob
|
commitdiff
|
diff to current
2011-02-15
Reinhard Tartler
Merge libavcore into libavutil
blob
|
commitdiff
|
diff to current
2011-02-06
Anton Khirnov
Replace remaining occurrences of deprecated CH_* with...
blob
|
commitdiff
|
diff to current
2011-02-06
Anton Khirnov
Replace remaining occurrences of deprecated CH_* with...
blob
|
commitdiff
|
diff to current
2011-01-28
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
diff to current
2011-01-26
Diego Elio Pettenò
Add ff_ prefix to data symbols of encoders, decoders...
blob
|
commitdiff
|
diff to current
2011-01-26
Diego Elio Pettenò
Remove unused ff_ac3_parse_header_full function.
blob
|
commitdiff
|
diff to current
2011-01-25
Diego Elio Pettenò
Remove unused ff_ac3_parse_header_full function.
blob
|
commitdiff
|
diff to current
2010-07-10
Måns Rullgård
Add av_ prefix to bswap macros
blob
|
commitdiff
|
diff to current
2010-07-10
Måns Rullgård
bswap: change ME to NE in macro names
blob
|
commitdiff
|
diff to current
2010-07-07
Justin Ruggles
ac3: make the value of codec_id during (E-)AC-3 parsing...
blob
|
commitdiff
|
diff to current
2009-04-19
Justin Ruggles
Add channel layout support to the AC-3 decoder and...
blob
|
commitdiff
|
diff to current
2009-04-13
Stefano Sabatini
Rename bitstream.h to get_bits.h.
blob
|
commitdiff
|
diff to current
2009-02-20
Justin Ruggles
Set the correct number of samples for E-AC-3 in the...
blob
|
commitdiff
|
diff to current
2009-02-19
Joakim Plate
Allow AC-3 parser to modify codec_id.
blob
|
commitdiff
|
diff to current
2009-01-19
Diego Biurrun
cosmetics: Remove pointless period after copyright...
blob
|
commitdiff
|
diff to current
2009-01-07
Alex Converse
Factorise enum of AC3 error types to be usable by AAC...
blob
|
commitdiff
|
diff to current
2008-12-17
Måns Rullgård
AC3: fix strict aliasing violation in parser
blob
|
commitdiff
|
diff to current
2008-09-01
Justin Ruggles
create a separate codec_id for E-AC-3
blob
|
commitdiff
|
diff to current
2008-08-03
Justin Ruggles
cosmetics: make all references to AC-3 capitalized...
blob
|
commitdiff
|
diff to current
2008-06-25
David Liu
Close parse context.
blob
|
commitdiff
|
diff to current
2008-06-07
Justin Ruggles
move mix level tables from parser to decoder. have...
blob
|
commitdiff
|
diff to current
2008-06-07
Justin Ruggles
add more gain levels and adjust mix level tables accord...
blob
|
commitdiff
|
diff to current
2008-06-07
Justin Ruggles
set default mix levels regardless of bitstream id
blob
|
commitdiff
|
diff to current
2008-06-07
Justin Ruggles
get substreamid from ac3 parser
blob
|
commitdiff
|
diff to current
2008-06-07
Justin Ruggles
get the number of blocks from the ac3 parser and use...
blob
|
commitdiff
|
diff to current
2008-04-24
Bartlomiej Wolowiec
add a ff_ac3_parse_header_full() which calls ff_ac3_par...
blob
|
commitdiff
|
diff to current
2008-04-22
Bartlomiej Wolowiec
change ff_ac3_parse_header() to take a GetBitContext...
blob
|
commitdiff
|
diff to current
2008-04-19
Michael Niedermayer
Make most of E-AC-3 work without breaking regression...
blob
|
commitdiff
|
diff to current
2008-04-19
Michael Niedermayer
Part 2 of EAC3 support, this is still disabled as it...
blob
|
commitdiff
|
diff to current
2008-04-19
Michael Niedermayer
Add new_frame_start and need_next_header.
blob
|
commitdiff
|
diff to current
2008-04-19
Michael Niedermayer
Change aac and ac3 parsers to use ff_combine_frame().
blob
|
commitdiff
|
diff to current
2008-04-18
Michael Niedermayer
remove AACAC3FrameFlag
blob
|
commitdiff
|
diff to current
2008-04-09
Bartlomiej Wolowiec
undo changes in aac_ac3_parser
blob
|
commitdiff
|
diff to current
2008-04-07
Bartlomiej Wolowiec
Corrections of errors in aac_ac3_parser
blob
|
commitdiff
|
diff to current
2008-04-05
Bartlomiej Wolowiec
change of aac_ac3_parser, so it is able to send complet...
blob
|
commitdiff
|
diff to current
2008-03-28
Bartlomiej Wolowiec
change name from stream type to frame type in AC3 code
blob
|
commitdiff
|
diff to current
2008-03-28
Bartlomiej Wolowiec
removal of stream_type in AACAC3ParseContext and adding...
blob
|
commitdiff
|
diff to current
2008-03-24
Bartlomiej Wolowiec
using EAC3_STREAM_TYPE_* instead of numbers
blob
|
commitdiff
|
diff to current
2008-03-24
Bartlomiej Wolowiec
using stream type in eac3 parser
blob
|
commitdiff
|
diff to current
2008-03-23
Justin Ruggles
Pass AACAC3ParseContext to sync() instead of individual...
blob
|
commitdiff
|
diff to current
2008-03-21
Zuxy Meng
Apply 'cold' attribute to init/uninit functions in...
blob
|
commitdiff
|
diff to current
2008-01-05
Justin Ruggles
cosmetics: indentation after last commit
blob
|
commitdiff
|
diff to current
2008-01-05
Justin Ruggles
move E-AC3 header parsing to ff_ac3_parse_header()
blob
|
commitdiff
|
diff to current
2008-01-05
Justin Ruggles
remove unneeded variables from AC3HeaderInfo
blob
|
commitdiff
|
diff to current
2007-12-09
Justin Ruggles
cosmetics: rename common ac3 variables
blob
|
commitdiff
|
diff to current
2007-12-09
Justin Ruggles
cosmetics: rename ac3 bit allocation variables
blob
|
commitdiff
|
diff to current
2007-12-09
Justin Ruggles
cosmetics: rename ac3 tables
blob
|
commitdiff
|
diff to current
2007-10-13
Michael Niedermayer
prevent infinite loop and memcpy of negative amounts
blob
|
commitdiff
|
diff to current
2007-09-15
Justin Ruggles
better AC3 header error reporting
blob
|
commitdiff
|
diff to current
2007-07-15
Justin Ruggles
move some common values to ac3.h and utilize them
blob
|
commitdiff
|
diff to current
2007-05-08
Aurelien Jacobs
cosmetics: rename for consistency after previous aac...
blob
|
commitdiff
|
diff to current
2007-05-08
Aurelien Jacobs
move aac and ac3 parsers in their own files
blob
|
commitdiff
|
diff to current