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
/
libavformat
/
vocenc.c
Age
Commit message (
Expand
)
Author
2012-11-04
vocenc: fix 10l regression
Paul B Mahol
2012-11-04
vocenc: abort if unsupported codec is used
Paul B Mahol
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-30
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-06-25
vocenc: use new header from codec tag 4
Michael Niedermayer
2012-06-25
vocenc: change default codec to 16bit
Michael Niedermayer
2012-06-25
vocenc: fix sample rate rounding direction
Michael Niedermayer
2012-04-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-06
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2011-07-17
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-22
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-01-28
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-05-22
Move AVCodecTag from riff.h into internal.h.
Francesco Lavra
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2008-12-11
avoid POSIX reserved _t suffix
Aurelien Jacobs
2008-09-08
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-08-24
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-08-24
voc: add ff_ prefix to some global const data
Aurelien Jacobs
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-08-13
Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
Ramiro Polla
2007-07-20
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
Panagiotis Issaris
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-01-21
remove now useless codec_tag setting code in voc muxer
Aurelien Jacobs
2007-01-21
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
export a few more codec_tag-codec_id tables
Michael Niedermayer
2006-11-21
move common voc muxer and demuxer data to voc.c
Aurelien Jacobs
2006-11-21
split voc.c into vocdec.c and vocenc.c
Aurelien Jacobs