summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf/gif: add final_delay option.Clément Bœsch2013-04-20
* lavf/gifdec: add loop support.Clément Bœsch2013-04-20
* Merge commit '505642f18276aed03278ac91b1f334ea888eac6a'Michael Niedermayer2013-04-19
|\
| * mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer2013-04-19
* | avformat: change seeking index consistency asserts to av_assertsMichael Niedermayer2013-04-19
* | lavf/http: remove duplicated dec flag.Clément Bœsch2013-04-19
* | lavf/gif: avoid forward declaration.Clément Bœsch2013-04-19
* | lavf/gif: correct the delay after the first frame.Clément Bœsch2013-04-19
* | lavf/gif: fix timing.Clément Bœsch2013-04-19
* | gif: use only one graphic control extension block per image.Clément Bœsch2013-04-19
* | mxfdec: fix return variable type for avio_seekMarton Balint2013-04-19
* | avformat: Dont stop probing before the whole id3 tag is readMichael Niedermayer2013-04-18
* | subtitles: introduce ASS codec id and use it.Clément Bœsch2013-04-18
* | lavf/gif: support only GIF codec.Clément Bœsch2013-04-18
* | lavf/gif: merge gif_write_{packet,video}.Clément Bœsch2013-04-18
* | lavf/gif: trim unnecessarily long netscape ext code.Clément Bœsch2013-04-18
* | lavf/gif: remove unused fields.Clément Bœsch2013-04-18
* | lavf/gif: simplify streams type checking.Clément Bœsch2013-04-18
* | lavf/gif: fix assert in avio API after dfb3231.Clément Bœsch2013-04-18
* | gif: remove outdated comments.Clément Bœsch2013-04-18
* | lavf/gif: simplify palette writing.Clément Bœsch2013-04-18
* | gif: reindent after previous commits.Clément Bœsch2013-04-18
* | Cleanse GIF muxer and encoder.Clément Bœsch2013-04-18
* | rmdec: dont return uninitialized dataMichael Niedermayer2013-04-17
* | Remove two anonymous arrays.Carl Eugen Hoyos2013-04-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-16
|\|
| * flvenc: do not mux more than one stream per typeRafaël Carré2013-04-16
* | dfa: support decoding version=1.0Michael Niedermayer2013-04-15
* | lavf/libquvi: fix error reporting.Clément Bœsch2013-04-15
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-14
* | oggenc: Fix pref_duration AVOption typeMichael Niedermayer2013-04-13
* | lavf/mxfdec: validate month/day before date formattingHendrik Leppkes2013-04-13
* | lavf/mxf: fix parsing of timestampsMatthieu Bouron2013-04-13
* | lavf/mxfdec: use more widely supported time format stringHendrik Leppkes2013-04-13
* | lavf/mxf: fix parsing of the month from mxf timestampsHendrik Leppkes2013-04-13
* | Merge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795'Michael Niedermayer2013-04-11
|\|
| * img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov2013-04-11
* | avienc: fix overflow of audio sample countTobias Rapp2013-04-11
* | avformat/avisynth: Don't insert null frames or samples at the start of a stream.Stephen Hutchinson2013-04-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-11
|\|
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* | mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint2013-04-11
* | lavf: add libquvi demuxer.Clément Bœsch2013-04-10
* | Replace all occurrences of PRI in sscanf() calls with SCNJames Almer2013-04-10
* | avformat/avisynth: Cosmeticsd s2013-04-10
* | avformat/avisynth: Fix off-by-one error in avisynth demuxer.d s2013-04-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-09
|\|
| * srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTHMartin Storsjö2013-04-09
| * rtpdec: Increase max rtp packet size to 8192Andrew Van Til2013-04-09
| * lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til2013-04-09