aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* oma: check geob tag boundaryLuca Barbato2013-07-281-11/+21
* oma: refactor seek functionLuca Barbato2013-07-281-15/+17
* http: Support reading gzip/deflate compressed dataZhang Rui2013-07-281-0/+75
* Remove unreachable returnsDiego Biurrun2013-07-272-5/+1
* avidec: Let the inner dv demuxer take care of discardingLuca Barbato2013-07-271-3/+6
* avidec: K&R formatting cosmeticsLuca Barbato2013-07-271-443/+536
* wtv: Drop some casts that now are unnecessaryMartin Storsjö2013-07-261-4/+4
* wtv: Make WTV_SECTOR_BITS a 64 bit constantMartin Storsjö2013-07-261-1/+1
* avio: Don't set the seekable flag if no seek function is providedHendrik Schreiber2013-07-261-1/+1
* rtpenc: Fix some odd commentsMartin Storsjö2013-07-261-3/+1
* miscellaneous typo fixesDiego Biurrun2013-07-251-13/+13
* cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun2013-07-251-1/+1
* rtsp: Support multicast source filters (RFC 4570)Ed Torbett2013-07-192-0/+19
* rtpproto: Check the source IP if one single source has been specifiedMartin Storsjö2013-07-191-1/+57
* rtpproto: Support IGMPv3 source specific multicast inclusionEd Torbett2013-07-191-4/+11
* lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö2013-07-151-0/+3
* mov: Do not allow updating the time scale after it has been setMartin Storsjö2013-07-151-0/+5
* mov: Seek back if overreading an individual atomMartin Storsjö2013-07-151-0/+6
* rtsp: Include an User-Agent header field in all requestsMartin Storsjö2013-07-141-0/+1
* movenc: Rename the timestamp parameter to dts in write_hint_packetsMartin Storsjö2013-07-081-4/+4
* movenc: Make sure the RTP hint tracks have nondecreasing DTSMartin Storsjö2013-07-081-3/+14
* westwood_vqa: do not free extradata on error in read_headerLuca Barbato2013-07-071-2/+0
* movenc: K&R formatting cosmeticsMartin Storsjö2013-07-072-197/+198
* Makefile: Remove stray tabsMichael Niedermayer2013-07-071-1/+1
* yuv4mpeg: Correctly round chroma up for odd luma sizesRonald S. Bultje2013-07-071-2/+3
* rmdec: Use the AVIOContext given as parameter in rm_read_metadata()Michael Niedermayer2013-07-071-6/+6
* avio: Handle AVERROR_EOF in the same way as the return value 0Michael Niedermayer2013-07-071-1/+1
* wtv: Mark attachment with a negative stream idLuca Barbato2013-07-071-0/+1
* tests: Only run noproxy test if networking is enabledDiego Biurrun2013-07-061-2/+3
* oggdec: do not fall back on binary search in the generic code.Anton Khirnov2013-07-021-1/+1
* lavf: don't abort if both encoder and muxer aspect ratios are not setRafaël Carré2013-06-241-7/+12
* matroskaenc: restore compatibility with non referenced AVPacketRafaël Carré2013-06-241-2/+5
* ogg: relax demuxer conformance checksLuca Barbato2013-06-221-2/+5
* smacker: check frame size validityKostya Shishkov2013-06-161-1/+5
* smacker: pad the extradata allocationKostya Shishkov2013-06-161-1/+2
* avf: move url utility functions in a separate fileLuca Barbato2013-06-166-150/+186
* avf: move ff_write_chained to mux.cLuca Barbato2013-06-162-18/+18
* avf: move riff tags accessors where they belongLuca Barbato2013-06-162-9/+10
* avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-165-57/+57
* avf: split off format register and lookup functionLuca Barbato2013-06-163-146/+184
* 4xm: do not overread while parsing headerLuca Barbato2013-06-121-6/+14
* 4xm: refactor fourxm_read_headerLuca Barbato2013-06-121-89/+93
* 4xm: K&R formatting cosmeticsLuca Barbato2013-06-121-44/+41
* matroskadec: introduce resync function.Sean McGovern2013-06-101-4/+43
* riff: Support ULH0 and ULH2 fourccs.Yusuke Nakamura2013-06-101-0/+2
* rtpdec: Fix the alphabetical ordering in registering depacketizersMartin Storsjö2013-06-061-1/+1
* libavformat: Fix standalone compilation of the webm muxerMartin Storsjö2013-06-061-1/+1
* apetag: use int64_t for filesizeAnton Khirnov2013-06-041-1/+1
* network: uniform ff_listen_bind and ff_listen_connectLuca Barbato2013-06-043-16/+60
* movenc: Grow the frag_info array in chunksAndrey Semashev2013-06-042-3/+10