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
/
pcm-mpeg.c
Age
Commit message (
Expand
)
Author
2011-12-07
pcm-mpeg: implement new audio decoding api
Hendrik Leppkes
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-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-01-29
Replace dprintf with av_dlog
Luca Barbato
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-11-21
Use the new libavcore audio channel API.
Stefano Sabatini
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-08
Remove pointless debug statement that fails to compile.
Diego Biurrun
2009-09-06
Make sample_fmts and channel_layouts compound literals const to reduce size of
Reimar Döffinger
2009-08-26
Decoder for LPCM as used in Bluray discs.
Christian Schmidt