aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* nut: use meaningful error valuesLuca Barbato2013-05-071-11/+17
* wav: Always seek to an even offsetLuca Barbato2013-05-061-2/+8
* nut: use a define for the nut versionLuca Barbato2013-05-063-2/+4
* avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-0510-12/+27
* sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixesDiego Biurrun2013-05-041-4/+4
* avs: Increase magic value score above file extension scoreDiego Biurrun2013-05-041-1/+3
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-0436-53/+55
* build: output-example: Add avutil to ELIBS in link commandDiego Biurrun2013-05-041-1/+1
* nut: K&R formatting cosmeticsLuca Barbato2013-05-041-137/+141
* wav: return meaningful errorsLuca Barbato2013-05-031-9/+9
* silly typo fixesDiego Biurrun2013-05-035-11/+11
* id3v2: check for end of file while unescaping tagsLuca Barbato2013-05-031-2/+3
* matroskaenc: add an option to put the index at the start of the fileAnton Khirnov2013-05-032-2/+64
* matroskaenc: cosmetics, reorder the #includesAnton Khirnov2013-05-031-9/+11
* wav: K&R formatting cosmeticsLuca Barbato2013-05-021-52/+70
* id3v2: K&R formatting cosmeticsLuca Barbato2013-05-021-126/+147
* avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-308-30/+34
* oma: K&R formatting cosmeticsLuca Barbato2013-04-271-84/+103
* hls, segment: fix splitting for audio-only streams.Anton Khirnov2013-04-272-10/+14