summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* subtitles: introduce ASS codec id and use it.Clément Bœsch2013-04-185-4/+62
* lavf/gif: support only GIF codec.Clément Bœsch2013-04-181-3/+4
* lavf/gif: merge gif_write_{packet,video}.Clément Bœsch2013-04-181-9/+3
* lavf/gif: trim unnecessarily long netscape ext code.Clément Bœsch2013-04-181-39/+10
* lavf/gif: remove unused fields.Clément Bœsch2013-04-181-5/+0
* lavf/gif: simplify streams type checking.Clément Bœsch2013-04-181-25/+13
* lavf/gif: fix assert in avio API after dfb3231.Clément Bœsch2013-04-181-1/+1
* gif: remove outdated comments.Clément Bœsch2013-04-181-18/+0
* lavf/gif: simplify palette writing.Clément Bœsch2013-04-181-5/+2
* gif: reindent after previous commits.Clément Bœsch2013-04-181-4/+3
* Cleanse GIF muxer and encoder.Clément Bœsch2013-04-182-156/+16
* rmdec: dont return uninitialized dataMichael Niedermayer2013-04-171-1/+6
* Remove two anonymous arrays.Carl Eugen Hoyos2013-04-171-1/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-161-0/+10
|\
| * flvenc: do not mux more than one stream per typeRafaël Carré2013-04-161-0/+10
* | dfa: support decoding version=1.0Michael Niedermayer2013-04-151-1/+9
* | lavf/libquvi: fix error reporting.Clément Bœsch2013-04-151-2/+2
* | lavf: remove some flushing in write_packet muxers callbacks.Clément Bœsch2013-04-1427-33/+0
* | oggenc: Fix pref_duration AVOption typeMichael Niedermayer2013-04-131-1/+1
* | lavf/mxfdec: validate month/day before date formattingHendrik Leppkes2013-04-131-0/+4
* | lavf/mxf: fix parsing of timestampsMatthieu Bouron2013-04-131-5/+5
* | lavf/mxfdec: use more widely supported time format stringHendrik Leppkes2013-04-131-1/+1
* | lavf/mxf: fix parsing of the month from mxf timestampsHendrik Leppkes2013-04-131-1/+1
* | Merge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795'Michael Niedermayer2013-04-111-4/+7
|\ \ | |/
| * img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov2013-04-111-2/+6
* | avienc: fix overflow of audio sample countTobias Rapp2013-04-111-1/+1
* | avformat/avisynth: Don't insert null frames or samples at the start of a stream.Stephen Hutchinson2013-04-111-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-114-10/+9
|\ \ | |/
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-114-10/+9
* | mxfdec: update current edit unit when seeking in mxf files without index tablesMarton Balint2013-04-111-0/+1
* | lavf: add libquvi demuxer.Clément Bœsch2013-04-104-1/+149
* | Replace all occurrences of PRI in sscanf() calls with SCNJames Almer2013-04-105-9/+9
* | avformat/avisynth: Cosmeticsd s2013-04-101-4/+4
* | avformat/avisynth: Fix off-by-one error in avisynth demuxer.d s2013-04-101-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-093-5/+8
|\ \ | |/
| * srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTHMartin Storsjö2013-04-091-0/+1
| * rtpdec: Increase max rtp packet size to 8192Andrew Van Til2013-04-091-1/+1
| * lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til2013-04-094-6/+8
* | lavf/wavdec: skip padding byteMatthieu Bouron2013-04-081-1/+4
* | rtsp: add option to set the socket timeout of the lower protocol.Michael Niedermayer2013-04-082-1/+8
* | avio.h: fix indentionMichael Niedermayer2013-04-081-10/+10
* | Merge remote-tracking branch 'mbouron/master'Michael Niedermayer2013-04-081-0/+115
|\ \
| * | lavf/mxfdec: handle identification metadataMatthieu Bouron2013-04-081-0/+115
* | | flvenc: dont call avio_flush() unconditionalMichael Niedermayer2013-04-081-1/+0
* | | mux: also call avio_flush() when flushing the muxerMichael Niedermayer2013-04-081-0/+2
* | | avformat: add writeout_count statisticMichael Niedermayer2013-04-082-1/+10
|/ /
* | asfenc: convert asserts to av_assertMichael Niedermayer2013-04-071-5/+6
* | lavf/http: use a more compatible default user agent.Clément Bœsch2013-04-061-3/+3
* | img2dec: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol2013-04-051-13/+6
* | img2dec: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-04-051-9/+3
OpenPOWER on IntegriCloud