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
/
ac3tab.c
Age
Commit message (
Expand
)
Author
2012-02-22
mov: set channel layout for AC-3 streams based on the 'dac3' atom info
Justin Ruggles
2011-05-24
ac3enc: add channel coupling support
Justin Ruggles
2011-03-22
Add apply_window_int16() to DSPContext with x86-optimized versions and use it
Justin Ruggles
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-01-25
Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.
Diego Elio Pettenò
2011-01-08
Add stereo rematrixing support to the AC-3 encoders.
Justin Ruggles
2010-12-14
cosmetics: use some size macros in ac3tab.c/h
Justin Ruggles
2010-11-21
Use the new libavcore audio channel API.
Stefano Sabatini
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-09-19
Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction
Justin Ruggles
2009-04-19
Add channel layout support to the AC-3 decoder and AC-3 parser.
Justin Ruggles
2009-04-17
ac3dec: reorder output channels to SMPTE channel order
Justin Ruggles
2009-04-17
ac3enc: reorder input channels to AC-3 channel order
Justin Ruggles
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-08-03
cosmetics: make all references to AC-3 capitalized and hyphenated
Justin Ruggles
2008-04-24
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()
Bartlomiej Wolowiec
2007-12-09
cosmetics: rename ac3 tables
Justin Ruggles
2007-09-10
cosmetic
Michael Niedermayer
2007-04-25
move ac3 tables from a .h to a .c
Aurelien Jacobs