aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtmppkt: Add a descriptive commentMartin Panter2014-03-071-1/+1
* rtmppkt: Handle extended timestamp field even for one-byte headerMartin Panter2014-03-072-10/+12
* mxf: Return meaningful errorsLuca Barbato2014-03-061-9/+12
* mxf: Parse random index packPaul B Mahol2014-03-061-8/+46
* mxf: Handle identification metadataMatthieu Bouron2014-03-061-0/+115
* mxf: Set audio packets ptsMatthieu Bouron2014-03-061-5/+106
* mxf: Introduce ff_mxf_get_samples_per_frameMatthieu Bouron2014-03-062-0/+47
* avienc: K&R formatting cosmeticsKeiji Costantini2014-03-041-194/+205
* mathops: move macro to the only place it is usedVittorio Giovara2014-03-041-1/+7
* ass: K&R formatting cosmeticsPatrice Clement2014-03-021-46/+49
* mxf: Add DNxHD ULTomas Härdin2014-02-211-0/+1
* mxf: Add uncompressed 422 8-bit rawvideo ULPhilip de Nier2014-02-211-0/+1
* libavformat/mpegts: expose raw packet sizeLeandro Dorileo2014-02-191-0/+2
* movenc: Add a fallback fragmentation method for plain mp4 as wellMartin Storsjö2014-02-191-4/+2
* doxygen: Replace @parblock syntax with manual linebreaksDiego Biurrun2014-02-171-11/+7
* doxygen: Add a number of missing function parameter descriptionsDiego Biurrun2014-02-172-0/+22
* Move all example programs to doc/examplesDiego Biurrun2014-02-162-58/+0
* jv: detect partial packets in the demuxerJanne Grunau2014-02-121-4/+10
* asfdec: fix seeking with fragmented packetsJanne Grunau2014-02-121-0/+10
* asfdec: short-circuit seeking to the start of streamAndrew Kelley2014-02-121-0/+7
* asfdec: check ff_get_guid() return values during seekingJanne Grunau2014-02-121-10/+16
* lavf: always unref the packet passed to av_interleaved_write_frame() on errorAnton Khirnov2014-02-102-8/+20
* lavf: extend / improve the AVFormatContext doxyAnton Khirnov2014-02-101-32/+69
* lavf: add some basic documentation of the muxing processAnton Khirnov2014-02-101-0/+52
* lavf: rewrite the av_write_frame() doxyAnton Khirnov2014-02-101-9/+25
* lavf: rewrite the av_interleaved_write_frame() doxyAnton Khirnov2014-02-101-18/+26
* pcmdec: replace a reachable assert with an error checkAnton Khirnov2014-02-101-1/+5
* mxfdec: free descriptor extradata in .read_close()Janne Grunau2014-02-091-0/+3
* lavf: default .ogg audio to libvorbis if we canAndrew Kelley2014-02-091-1/+2
* Add raw HEVC muxerDerek Buitenhuis2014-02-094-2/+15
* Mirillis FIC video decoderKostya Shishkov2014-02-081-0/+1
* lavf: improve handling of sparse streams when muxingLuca Barbato2014-02-044-4/+55
* jvdec: K&R formatting cosmeticsVittorio Giovara2014-02-041-22/+24
* lavf: ignore attachment streams for interleaving purposesAnton Khirnov2014-02-045-1/+28
* lavf: do basic sanity checking on muxed packetsAnton Khirnov2014-02-041-0/+27
* mxf: Read field dominance flagMatthieu Bouron2014-02-011-0/+19
* mxf: Handle negative edit_rateLuca Barbato2014-02-011-0/+9
* lavf: include 60 fps in guessed standard frame ratesJanne Grunau2014-01-311-2/+2
* avformat: utils: Refactor duplicated PRINT macroDiego Biurrun2014-01-291-31/+23
* avformat: utils: K&R formatting cosmeticsDiego Biurrun2014-01-261-776/+910
* rtpdec_asf: Copy the need_parsing field from the chained demuxerMartin Storsjö2014-01-231-0/+2
* rtmpproto: Send a full, absolute timestamp if it isn't monotonically growingMartin Storsjö2014-01-201-1/+2
* rtmpproto: Avoid using uninitialized memoryMartin Storsjö2014-01-201-2/+2
* mov: do not set avg_frame_rate in the demuxerJustin Ruggles2014-01-201-4/+0
* avisynth: fix setting packet propertiesMichael Niedermayer2014-01-171-10/+12
* yuv4mpeg: set average frame rateAnton Khirnov2014-01-171-0/+1
* mp3enc: allow omitting the id3v2 header with -id3v2_version 0Anton Khirnov2014-01-172-7/+24
* mp3enc: add an option for disabling the Xing frame.Anton Khirnov2014-01-171-1/+4
* mov: Free an earlier allocated array if allocating a new oneMartin Storsjö2014-01-151-0/+1
* mov: Free intermediate arrays in the normal cleanup functionMartin Storsjö2014-01-151-0/+8