summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Bink demuxerPeter Ross2010-01-31
* Flag to ignore dts on frames that contain pts.Michael Niedermayer2010-01-30
* Store strings directly in mov_mdhd_language_map instead of using pointers,Reimar Döffinger2010-01-30
* Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger2010-01-30
* Simplify conversion to 5-bit ASCII.Reimar Döffinger2010-01-30
* Remove duplicated empty line.Stefano Sabatini2010-01-30
* Set duration in Smacker demuxerDaniel Verkamp2010-01-30
* Demux Bink audio in Smacker filesDaniel Verkamp2010-01-30
* another 10l: forgot to change parent condition as wellKostya Shishkov2010-01-30
* 10l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov2010-01-30
* Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov2010-01-30
* cosmetics: add an empty line between variable declarations and codeKostya Shishkov2010-01-30
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-29
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-28
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-28
* Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson2010-01-28
* Remove last MAX_STREAMS from avienc.cMichael Niedermayer2010-01-28
* Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer2010-01-28
* Support demuxing Blu-ray subtitles in matroska files.Carl Eugen Hoyos2010-01-27
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-27
* Fix duration calculation in the presence of a single wraping of the timeline.Michael Niedermayer2010-01-27
* Schedule an increase in the maximum number of streamsJai Menon2010-01-27
* Revert Revision: 21473Michael Niedermayer2010-01-27
* Fix misc typos, patch byStefano Sabatini2010-01-27
* Document av_register_protocol(), not that it really needs to beStefano Sabatini2010-01-27
* Don't use tcp_fd if we're not using TCP-based connections (e.g. whenJeremy Morton2010-01-26
* Load the proper getaddrinfo functions from ws2_32.dll, if they're present.Martin Storsjö2010-01-25
* Doxument url_open().Stefano Sabatini2010-01-24
* Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,Carl Eugen Hoyos2010-01-24
* Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini2010-01-24
* Make url_read_complete handle EAGAIN more intelligently.Reimar Döffinger2010-01-24
* Doxument url_close().Stefano Sabatini2010-01-24
* Doxument url_open_protocol().Stefano Sabatini2010-01-24