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
/
aiff.c
Age
Commit message (
Expand
)
Author
2007-01-21
the context is supposed to be freed in the generic code in utils.c
Michael Niedermayer
2007-01-21
remove now useless codec_tag setting code in muxers
Michael Niedermayer
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
2007-01-21
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2006-11-11
make some symbols static
Måns Rullgård
2006-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-11
fix bit rate
Baptiste Coudurier
2006-10-11
use av_get_bits_per_sample
Baptiste Coudurier
2006-10-11
use av_get_bits_per_sample, compute block align if not set
Baptiste Coudurier
2006-10-11
simplify by not writing unneeded codec name to fix segfault when stream copy
Baptiste Coudurier
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-12
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-11
CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
Diego Biurrun
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-06-30
Move initialisations and internal symbols in allformats.h,
Diego Pettenò
2006-06-18
Add const to (mostly) char* and make some functions static, which aren't used
Stefan Huehner
2006-06-17
Add (mostly) const to variable and parameter declaration, where a char* was
Stefan Huehner
2006-05-15
fix pcm_s24be demuxing, simplify
Baptiste Coudurier
2006-02-02
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)
Michael Niedermayer