summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Fix two problems (no idea how this ever worked):Ronald S. Bultje2010-02-16
* Revert r21851.Ronald S. Bultje2010-02-16
* Don't return 0 if buffer setup failed. That signals the RTSP demuxer thatRonald S. Bultje2010-02-16
* Set lavf identification string globally in av_write_header(), ratherAnton Khirnov2010-02-16
* Support IFF ANNO (annotation) chunk typePeter Ross2010-02-16
* Strings in extended content header are UTF16,Anton Khirnov2010-02-15
* workaround for broken files created by previous versions of asfenc.Anton Khirnov2010-02-15
* ReindentReimar Döffinger2010-02-14
* Optimize h261_probe function, since it is far slower than all others.Reimar Döffinger2010-02-14
* add netspeak gsm and truespeech wav format tags to riff.cBen Littler2010-02-13
* Do not call lseek() with invalid whence valueMåns Rullgård2010-02-13
* Add flag so muxers not needing width/height can signal this.Michael Niedermayer2010-02-12
* Make DeluxePaint Animation demuxer actually return the find_record() error co...Peter Ross2010-02-12
* Add GEOV fourcc (issue971).Michael Niedermayer2010-02-12
* Fix timestamps.Michael Niedermayer2010-02-11
* ReindentDaniel Verkamp2010-02-10
* Fix demuxing of wav files with broken data headerDaniel Verkamp2010-02-10
* Use av_compare_ts from libavutil instead of the locale compare_ts, theReimar Döffinger2010-02-10
* Fix syncronisation for streams with a high encoding delay.Timo Teräs2010-02-10
* Reindent after r21741.Ronald S. Bultje2010-02-10
* Don't forget to set known audio parameters (samplerate, etc.) if the codec isRonald S. Bultje2010-02-10
* RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot st>.Ronald S. Bultje2010-02-10
* Dont give up after 100kb of zero bytes but returnd EAGAINMichael Niedermayer2010-02-10
* mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up.Andreas Öman2010-02-10
* Doxument url_fopen().Stefano Sabatini2010-02-09
* Make sure the header value used to avoid repeating headers on seeking to theReimar Döffinger2010-02-08
* Implement gai_strerror() for systems lacking such functionality. PatchRonald S. Bultje2010-02-08
* Fix playback with invalid files that don't set the continuation flag forDavid Conrad2010-02-08
* Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts theMichael Niedermayer2010-02-07
* Use av_compare_ts() for interleaving per dts.Michael Niedermayer2010-02-07
* Implement a physical concatenation protocol.Michele Orrù2010-02-07
* Add AVI metadata conversion table.Anton Khirnov2010-02-06
* Doxument url_fdopen().Stefano Sabatini2010-02-05
* strn muxing in avi support.Michael Niedermayer2010-02-05
* Support strn tag in avidec.Michael Niedermayer2010-02-05
* Correcting wrong looking stream_id validity check in avidec.Michael Niedermayer2010-02-05
* Dont try generic seek if seek request before first index entry and backward.Michael Niedermayer2010-02-03
* Try to open decoders in av_find_stream_info() even if no packets for theMichael Niedermayer2010-02-03
* Indentation cleanupPeter Ross2010-02-03
* Extend IFF demuxer to parse PBM/ILBM bitmap chunksPeter Ross2010-02-03
* Only set duration for streams where it is likely correct.Michael Niedermayer2010-02-03
* Set nb_frames.Michael Niedermayer2010-02-02
* Guess the duration before converting video and write guessed durationJustin Johnson2010-02-02
* Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer2010-02-02
* Fix buildMåns Rullgård2010-02-01
* Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier2010-02-01
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-01
* Increase search range if no end timestamp could be found for the durationMichael Niedermayer2010-01-31
* Bink video codec id is there, demuxer can use itKostya Shishkov2010-01-31
* Latent libavformat version bump for Bink demuxer (r21569)Peter Ross2010-01-31