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
/
libfaac.c
Age
Commit message (
Expand
)
Author
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-29
Flush final frames in libfaac encoder.
Justin Ruggles
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-22
libfaac: add recognized profiles array
Anssi Hannula
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-09-06
Make sample_fmts and channel_layouts compound literals const to reduce size of
Reimar Döffinger
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-09-20
Log an error message in case of invalid number of channels.
Stefano Sabatini
2008-07-31
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-27
Add long names to AVCodec declarations.
Stefano Sabatini
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2007-08-22
right filename in doxygen comment
Benoit Fouet
2007-06-06
Give all wrappers for external libraries names starting with lib.
Diego Biurrun