aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Implement a physical concatenation protocol.Michele Orrù2010-02-074-1/+201
* Add AVI metadata conversion table.Anton Khirnov2010-02-065-50/+90
* Doxument url_fdopen().Stefano Sabatini2010-02-051-2/+11
* strn muxing in avi support.Michael Niedermayer2010-02-051-9/+17
* Support strn tag in avidec.Michael Niedermayer2010-02-051-9/+19
* Correcting wrong looking stream_id validity check in avidec.Michael Niedermayer2010-02-051-1/+1
* Dont try generic seek if seek request before first index entry and backward.Michael Niedermayer2010-02-031-0/+3
* Try to open decoders in av_find_stream_info() even if no packets for theMichael Niedermayer2010-02-031-0/+7
* Indentation cleanupPeter Ross2010-02-031-3/+3
* Extend IFF demuxer to parse PBM/ILBM bitmap chunksPeter Ross2010-02-031-11/+88
* Only set duration for streams where it is likely correct.Michael Niedermayer2010-02-031-1/+2
* Set nb_frames.Michael Niedermayer2010-02-021-4/+4
* Guess the duration before converting video and write guessed durationJustin Johnson2010-02-021-1/+1
* Set AVPacket.pos in MPEG-PS demuxer.Michael Niedermayer2010-02-021-0/+1
* Fix buildMåns Rullgård2010-02-011-2/+2
* Fix warnings about implicit function declaration when compiling rtpdec.cAlexis Ballier2010-02-013-7/+14
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-0111-29/+68
* Increase search range if no end timestamp could be found for the durationMichael Niedermayer2010-01-311-2/+9
* Bink video codec id is there, demuxer can use itKostya Shishkov2010-01-311-1/+1
* Latent libavformat version bump for Bink demuxer (r21569)Peter Ross2010-01-311-1/+1
* Bink demuxerPeter Ross2010-01-313-0/+249
* Flag to ignore dts on frames that contain pts.Michael Niedermayer2010-01-303-0/+5
* Store strings directly in mov_mdhd_language_map instead of using pointers,Reimar Döffinger2010-01-301-13/+13
* Always consider the mov language code as 4 bytes fixed size and change theReimar Döffinger2010-01-302-4/+5
* Simplify conversion to 5-bit ASCII.Reimar Döffinger2010-01-301-5/+4
* Remove duplicated empty line.Stefano Sabatini2010-01-301-1/+0
* Set duration in Smacker demuxerDaniel Verkamp2010-01-301-0/+1
* Demux Bink audio in Smacker filesDaniel Verkamp2010-01-301-3/+11
* another 10l: forgot to change parent condition as wellKostya Shishkov2010-01-301-1/+1
* 10l trocadero: now return value of ff_rtmp_packet_read() has different meaningKostya Shishkov2010-01-301-1/+1
* Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov2010-01-302-4/+16
* cosmetics: add an empty line between variable declarations and codeKostya Shishkov2010-01-301-0/+1
* Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier2010-01-292-30/+20
* Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>.Ronald S. Bultje2010-01-285-1/+144
* Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field.Jai Menon2010-01-281-4/+4
* Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson2010-01-281-1/+1
* Remove last MAX_STREAMS from avienc.cMichael Niedermayer2010-01-281-6/+12
* Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer2010-01-281-39/+61
* Support demuxing Blu-ray subtitles in matroska files.Carl Eugen Hoyos2010-01-271-0/+1
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-271-1/+1
* Fix duration calculation in the presence of a single wraping of the timeline.Michael Niedermayer2010-01-271-0/+2
* Schedule an increase in the maximum number of streamsJai Menon2010-01-271-0/+4
* Revert Revision: 21473Michael Niedermayer2010-01-271-1/+1
* Fix misc typos, patch byStefano Sabatini2010-01-271-1/+1
* Document av_register_protocol(), not that it really needs to beStefano Sabatini2010-01-271-0/+3
* Don't use tcp_fd if we're not using TCP-based connections (e.g. whenJeremy Morton2010-01-261-1/+1
* Load the proper getaddrinfo functions from ws2_32.dll, if they're present.Martin Storsjö2010-01-251-0/+31
* Doxument url_open().Stefano Sabatini2010-01-241-0/+11
* Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,Carl Eugen Hoyos2010-01-241-0/+3
* Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini2010-01-241-8/+8