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
/
au.c
Age
Commit message (
Expand
)
Author
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-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
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-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-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-09-23
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-05-26
AVPacket.pos
Michael Niedermayer
2004-10-22
set keyframe flag at a more central place instead of in every demuxer for con...
Michael Niedermayer
2004-10-18
set correct timebase
Michael Niedermayer
2004-10-15
set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)
Nathan Kurz
2004-06-19
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-05-29
pass AVPacket into av_write_frame()
Michael Niedermayer
2003-11-10
seek support for PCM formats
Fabrice Bellard
2003-10-14
disable encoders where appropriate (patch courtesy of BERO
Mike Melanson
2003-09-10
64 bit pts for writing - more const usage
Fabrice Bellard
2003-08-18
use codec_tag for encoding too
Michael Niedermayer
2003-08-08
add av_new_stream() usage
Fabrice Bellard
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2002-12-04
cleanup
Michael Niedermayer
2002-11-25
renamed libav to libavformat
Fabrice Bellard