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
/
vocdec.c
Age
Commit message (
Expand
)
Author
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-07-19
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-06-23
remove useless empty function
Aurelien Jacobs
2007-06-23
cosmetics: too much blank lines
Aurelien Jacobs
2007-06-23
use intreadwrite functions in vocdec
Aurelien Jacobs
2007-04-08
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-03-07
simplification
Alex Beregszaszi
2007-03-07
typo: unkown->unknown
Alex Beregszaszi
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