summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* wavpack demuxer: export full wavpack blocks.Anton Khirnov2013-05-281-72/+42
* lavf: preserve side data when parsing packets.Anton Khirnov2013-05-281-0/+7
* matroskadec: silently skip CodecState element.Anton Khirnov2013-05-272-0/+2
* smacker: fix off-by-one error in palette expanding codeKostya Shishkov2013-05-271-1/+1
* w32pthreads: move from lavc to compat/Anton Khirnov2013-05-241-1/+1
* Escape 130 (RPL) decoderEli Friedman2013-05-181-2/+0
* Apple Intermediate Codec decoderKostya Shishkov2013-05-171-0/+2
* movenc: Don't add base_data_offset in tfhd for PIFF filesJeremy Hinegardner2013-05-171-2/+4
* Remove commented-out debug #define cruftDiego Biurrun2013-05-1611-21/+0
* Remove commented-out #includesDiego Biurrun2013-05-151-3/+0
* mmf: Write metadata into an Optional Data chunkYoshihisa Uchida2013-05-141-1/+4
* mmf: K&R formatting cosmeticsLuca Barbato2013-05-091-39/+45
* oma: properly forward errors in oma_read_packetLuca Barbato2013-05-071-2/+4
* oma: return meaningful errorsLuca Barbato2013-05-071-6/+6
OpenPOWER on IntegriCloud