summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* movenc: Increase the cluster array allocation by doublingAndrey Semashev2013-06-042-2/+2
* movenc: Keep track of the allocated size for the cluster arrayAndrey Semashev2013-06-042-4/+7
* movenc: Change the track struct name to match the typedefMartin Storsjö2013-06-031-1/+1
* Go2Webinar decoderKostya Shishkov2013-06-031-0/+3
* nsvdec: Remove commented-out debug cruftDiego Biurrun2013-06-021-27/+0
* network: factor out connect-listening codeLuca Barbato2013-06-013-45/+56
* network: factor out bind-listening codeLuca Barbato2013-06-013-27/+39
* use my full first name instead of short one in copyrightsKostya Shishkov2013-06-014-4/+4
* lavf: add a raw WavPack muxer.Anton Khirnov2013-05-284-3/+92
* apetag: add support for writing APE tagsAnton Khirnov2013-05-282-0/+61
* matroskaenc: support muxing WavPackAnton Khirnov2013-05-282-2/+73
* wvdec: split block header parsing into a separate fileAnton Khirnov2013-05-284-53/+145
* lavf: rename wv.c to wvdec.cAnton Khirnov2013-05-282-1/+1
* smacker: assign video frame PTSKostya Shishkov2013-05-281-0/+1
* matroskadec: export full wavpack blocks.Anton Khirnov2013-05-281-0/+98
OpenPOWER on IntegriCloud