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
/
mpegaudio.h
Age
Commit message (
Expand
)
Author
2009-11-04
Reduce stack memory allocation in MP3 decoder
Vitor Sessak
2009-10-19
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make
Reimar Döffinger
2009-08-26
Remove some unnecessary alignment specifiers
Måns Rullgård
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-23
Avoid allocating MPADecodeContext on stack.
Andreas Öman
2009-01-16
explicitly disable CONFIG_AUDIO_NONSHORT
Aurelien Jacobs
2009-01-14
simplify: group all the AUDIO_NONSHORT parameters in the same place
Aurelien Jacobs
2009-01-14
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
Diego Biurrun
2009-01-14
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
Diego Biurrun
2008-12-21
Change mpeg audio parser so it only sets frame_size, channels and bit_rate
Michael Niedermayer
2008-09-08
Rename error_resilience to error_recognition.
Michael Niedermayer
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-06-16
move a couple of macros and structs to mpegaudio.h
Måns Rullgård
2007-05-20
remove dependency of mpeg audio encoder over mpeg audio decoder
Aurelien Jacobs
2007-05-20
add a ff_ prefix to some mpegaudio funcs
Aurelien Jacobs
2007-05-20
loosen dependencies over mpegaudiodec
Aurelien Jacobs
2007-05-19
move mp3_header_decompress bitstream filter in its own file
Aurelien Jacobs
2007-05-19
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
Aurelien Jacobs
2006-10-30
dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...
Michael Niedermayer
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-10
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-10-18
QDM2 compatible decoder
Roberto Togni
2005-01-30
dithering for the mpeg audio decoder
Michael Niedermayer
2003-11-10
exported mpa_decode_header for new parser API
Fabrice Bellard
2003-03-06
per file doxy
Michael Niedermayer
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2002-06-04
added missing externs
Fabrice Bellard
2001-09-15
merged code and tables between encoder and decoder
Fabrice Bellard
2001-08-13
win32 fixes
Fabrice Bellard
2001-07-22
Initial revision
Fabrice Bellard