summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/avio: check for : in filenames for protocols.Nicolas George2013-02-281-1/+3
* lavf: rescale duration for chained muxers.Nicolas George2013-02-281-0/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-287-10/+110
|\
| * lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö2013-02-272-1/+45
| * lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-275-9/+65
* | Revert "lavf/utils: add support for special characters encoding in URL"Michael Niedermayer2013-02-281-47/+0
* | lavf/utils: add support for special characters encoding in URLSenthilnathan M2013-02-281-0/+47
* | lavf/concatdec: define "ffcat" and "ffconcat" extensionsStefano Sabatini2013-02-282-1/+2
* | oggdec: chained oggs have timestamp discontinuitiesMichael Niedermayer2013-02-271-1/+1
* | pmpdec: make i unsigned, avoid undefined behavior of i++Michael Niedermayer2013-02-251-1/+1
* | pmpdec: fix integer overflowMichael Niedermayer2013-02-251-1/+1
* | hls: do not access pb->opaque for custom IO.Reimar Döffinger2013-02-241-1/+1
* | Merge commit '56daf10e0313c5e36f43e773f457d2a99ff0df10'Michael Niedermayer2013-02-241-1/+1
|\ \ | |/
| * mov: use the format context for logging.Anton Khirnov2013-02-231-1/+1
* | lavf/concatdec: add the "duration" directive.Nicolas George2013-02-241-0/+15
* | tools: add seek_print.Nicolas George2013-02-241-0/+1
* | lavf/avio: check that the protocol supports the open mode.Nicolas George2013-02-241-0/+10
* | pmpdec: check packet sizesMichael Niedermayer2013-02-241-0/+10
* | pmpdec: fix signednessMichael Niedermayer2013-02-241-2/+2
* | pmpdec: read index before creating audio streamsMichael Niedermayer2013-02-241-10/+10
* | pmpdec: check for EOF while reading index.Reimar Döffinger2013-02-241-0/+4
* | avformat: Allocate duration_error separatelyMichael Niedermayer2013-02-233-3/+13
* | matroskaenc: fix cue tracknum off by 1 errorMichael Niedermayer2013-02-231-2/+4
* | rtmpproto: increase APP_MAX_LENGTHMichael Niedermayer2013-02-231-2/+2
* | rtmpproto: Check APP_MAX_LENGTHMichael Niedermayer2013-02-231-2/+6
* | cafenc: do not leak caf->pkt_sizesPaul B Mahol2013-02-221-2/+2
* | mxg: do not leak mxg->bufferPaul B Mahol2013-02-221-4/+6
* | matroska: fix missing ,Andrea30002013-02-211-1/+1
* | Use SMPTE standard notation when showing mxf Universal Labels.Carl Eugen Hoyos2013-02-211-1/+4
* | lavf/microdvd: fix muxing.Clément Bœsch2013-02-212-3/+20
* | lavf/swfdec: remove 8-bit audio FIXME.Clément Bœsch2013-02-211-1/+0
* | lavf/swfdec: support 8-bits PCM audio.Clément Bœsch2013-02-201-1/+4
* | lavf/swfdec: factorize the creation of a new stream.Clément Bœsch2013-02-201-26/+25
* | mov: fix self referencing timecode tracksMichael Niedermayer2013-02-201-1/+1
* | lavf/matroskaenc: avoid assert failure in case of cuepoints with duplicated PTSStefano Sabatini2013-02-201-2/+8
* | nutenc: only write an index if there are syncpointsMichael Niedermayer2013-02-181-1/+1
* | ff_gen_search: Fix finding the maximum timestamp in a really small fileMichael Niedermayer2013-02-181-2/+2
* | ff_read_timestamp: check stream_index before using it as array indexMichael Niedermayer2013-02-181-1/+4
* | Revert "swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.f...Carl Eugen Hoyos2013-02-171-1/+5
* | lavf: dont try to find fps for attached picturesMichael Niedermayer2013-02-151-0/+2
* | dshow: Fix MSVC support, remove av_export, which was apparently unneeded anyway.rogerdpack2013-02-152-3/+1
* | Removing network.h from matroskadec.cVignesh Venkatasubramanian2013-02-141-1/+0
* | Fix a few "its" vs "it's" typo.Clément Bœsch2013-02-141-1/+1
* | Adding AlphaMode element to Matroska ParserVignesh Venkatasubramanian2013-02-142-0/+7
* | movenc: hotfix, dont store fiel for h264 / mpeg4-asp / dnxhdMichael Niedermayer2013-02-141-2/+5
* | Write the fiel atom to mov files independently of the used video coded.Carl Eugen Hoyos2013-02-141-3/+4
* | matroskadec: simplify additional_id writing codeMichael Niedermayer2013-02-141-4/+2
* | Adding support for parsing BlockAdditionalVignesh Venkatasubramanian2013-02-142-4/+44
* | WAV muxer: reindentDaniel Verkamp2013-02-131-13/+13
* | lavf/concatdec: allow probing.Nicolas George2013-02-131-1/+2
OpenPOWER on IntegriCloud