log

age author description
2010-02-16 rbultje Set lavf identification string globally in av_write_header(), rather libavformat
2010-02-16 pross Support IFF ANNO (annotation) chunk type libavformat
2010-02-15 cehoyos Strings in extended content header are UTF16, libavformat
2010-02-15 cehoyos workaround for broken files created by previous versions of asfenc. libavformat
2010-02-14 reimar Reindent libavformat
2010-02-14 reimar Optimize h261_probe function, since it is far slower than all others. libavformat
2010-02-13 compn add netspeak gsm and truespeech wav format tags to riff.c libavformat
2010-02-13 mru Do not call lseek() with invalid whence value libavformat
2010-02-12 michael Add flag so muxers not needing width/height can signal this. libavformat
2010-02-12 pross Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739). libavformat
2010-02-12 michael Add GEOV fourcc (issue971). libavformat
2010-02-11 michael Fix timestamps. libavformat
2010-02-10 daniel Reindent libavformat
2010-02-10 daniel Fix demuxing of wav files with broken data header libavformat
2010-02-10 reimar Use av_compare_ts from libavutil instead of the locale compare_ts, the libavformat
2010-02-10 lucabe Fix syncronisation for streams with a high encoding delay. libavformat
2010-02-10 rbultje Reindent after r21741. libavformat
2010-02-10 rbultje Don't forget to set known audio parameters (samplerate, etc.) if the codec is libavformat
2010-02-10 rbultje RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>. libavformat
2010-02-10 michael Dont give up after 100kb of zero bytes but returnd EAGAIN libavformat
2010-02-10 andoma mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. libavformat
2010-02-09 stefano Doxument url_fopen(). libavformat
2010-02-08 reimar Make sure the header value used to avoid repeating headers on seeking to the libavformat
2010-02-08 rbultje Implement gai_strerror() for systems lacking such functionality. Patch libavformat
2010-02-08 conrad Fix playback with invalid files that don't set the continuation flag for libavformat
2010-02-07 michael Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the libavformat
2010-02-07 michael Use av_compare_ts() for interleaving per dts. libavformat
2010-02-07 stefano Implement a physical concatenation protocol. libavformat