2007-03-07 |
diego |
Fix UNKOWN --> UNKNOWN typo
libavformat
|
2007-01-21 |
michael |
remove now useless codec_tag setting code in muxers
libavformat
|
2007-01-21 |
michael |
get rid of the [4] limitation of codec tag lists
libavformat
|
2007-01-21 |
michael |
export a few more codec_tag-codec_id tables
libavformat
|
2007-01-21 |
michael |
add codec_id <-> codec_tag tables to AVIn/OutputFormat
libavformat
|
2006-10-23 |
aurel |
replace coder/decoder file description in libavformat by muxer/demuxer
libavformat
|
2006-10-07 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
2006-07-12 |
mru |
move common stuff from avienc.c and wav.c to new file riff.c
libavformat
|
2006-07-10 |
mru |
allow individual selection of muxers and demuxers
libavformat
|
2006-07-09 |
mru |
give AVInput/OutputFormat structs consistent names
libavformat
|
2006-06-30 |
gpoirier |
Move initialisations and internal symbols in allformats.h,
libavformat
|
2006-01-12 |
diego |
Update licensing information: The FSF changed postal address.
libavformat
|
2005-12-17 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
2005-09-23 |
diego |
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
libavformat
|
2005-07-17 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
2005-05-26 |
michael |
AVPacket.pos
libavformat
|
2004-10-22 |
michael |
set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams
libavformat
|
2004-10-18 |
michael |
set correct timebase
libavformat
|
2004-10-15 |
michael |
set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)
libavformat
|
2004-06-19 |
melanson |
sweeping change from -EIO -> AVERROR_IO
libavformat
|
2004-05-29 |
michael |
pass AVPacket into av_write_frame()
libavformat
|
2003-11-10 |
bellard |
seek support for PCM formats
libavformat
|
2003-10-14 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavformat
|
2003-09-10 |
bellard |
64 bit pts for writing - more const usage
libavformat
|
2003-08-18 |
michaelni |
use codec_tag for encoding too
libavformat
|
2003-08-08 |
bellard |
add av_new_stream() usage
libavformat
|
2003-02-11 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavformat
|
2002-12-04 |
michaelni |
cleanup
libavformat
|
2002-11-25 |
bellard |
renamed libav to libavformat
libavformat
|