summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/mux: Add missing CR/LF to error messages.Carl Eugen Hoyos2016-11-041-2/+2
* lavf/mov.c: Use the first sidx for tracks without sidx.Sasi Inguva2016-11-032-3/+23
* avformat: close parser if codec changedAndreas Cadhalpun2016-11-021-0/+12
* avformat/matroskaenc: use display aspect ratio for DisplayWidth and DisplayHe...James Almer2016-11-021-2/+13
* avformat/matroskaenc: support writing Chroma Location elementsJames Almer2016-11-021-0/+8
* avformat/mpegtsenc: Add option to mark stream begin as discontinuousMichael Niedermayer2016-11-021-0/+26
* lavf/matroskaenc: don't try to modify the header when live-streamingRodger Combs2016-11-021-2/+2
* lavf/matroskaenc: fix uninitialized readRodger Combs2016-11-021-1/+1
* lavf/segment: fix autobsfRodger Combs2016-11-021-1/+39
* Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam"Michael Niedermayer2016-11-014-47/+10
* img2 encoder: allow %t in filename, based on patch from Yuval Adamrogerdpack2016-11-014-10/+47
* apngdec: use side data to pass extradata to the decoderAndreas Cadhalpun2016-11-011-24/+49
* mov: immediately return from mov_fix_index without old index entriesAndreas Cadhalpun2016-11-011-1/+1
* Fix build warnings due to misleading indentationAdriano Pallavicino2016-11-011-10/+10
* lavf/mov: Only search for invalid moov in free if compliance < STRICT.Carl Eugen Hoyos2016-11-011-0/+1
* lavf/mov.c: Use the correct timescale when seeking for audio.Sasi Inguva2016-10-311-1/+1
* openssl: Allow newer TLS versions than TLSv1Mark Thompson2016-10-301-1/+6
* avformat/flvdec: Fix regression loosing streamsMichael Niedermayer2016-10-282-1/+13
* apng: use side data to pass extradata to muxerAndreas Cadhalpun2016-10-281-10/+35
* avisynth: fix Planar RGB outputStephen Hutchinson2016-10-271-1/+3
* avformat/matroskaenc: fix cue relative position values when CRC32 is enabledJames Almer2016-10-261-18/+21
* Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer2016-10-261-1/+1
* Bump minor versions for 3.2Michael Niedermayer2016-10-261-1/+1
* Revert "avformat/utils: Discard huge timestamps which would cause overflows i...Michael Niedermayer2016-10-261-6/+0
* avformat/utils: Discard huge timestamps which would cause overflows if used i...Michael Niedermayer2016-10-261-0/+6
* avformat/isom: Fix old API regression with exporting max bitrateMichael Niedermayer2016-10-261-3/+8
* lavf/flvdec: init AVPacket::pos to FLVTAG offsetSuman-2016-10-261-0/+1
* lavf/mov: reindentRodger Combs2016-10-241-78/+78
* lavf/mov: improve `tref/chap` chapter handlingRodger Combs2016-10-242-8/+49
* lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs2016-10-242-4/+10
* lavf/rawenc: add automatic bitstream filtering for H264+HEVCRodger Combs2016-10-241-0/+23
* lavf/movenc+dashenc: add automatic bitstream filteringRodger Combs2016-10-242-26/+124
* lavf/dashenc: add deinit functionRodger Combs2016-10-241-34/+17
* lavf/movenc: add deinit functionRodger Combs2016-10-241-44/+32
* lavf/segment: fix writing separate header with auto BSFRodger Combs2016-10-241-1/+28
* lavf/segment: add deinit functionRodger Combs2016-10-241-27/+20
* lavf/mux: add avformat_init_outputRodger Combs2016-10-244-17/+97
* lavf/mpegts: add missed fixes to scte35 section callbackCarlos Fernandez2016-10-231-4/+5
* avformat/matroskaenc: write DisplayWidth and DisplayHeight elements only if t...James Almer2016-10-221-2/+4
* mpegts: handle AVMEDIA_TYPE_UNKNOWN correctlyAndreas Cadhalpun2016-10-221-1/+2
* lavf/rtpdec_g726: Map mime type G726 to g726le.Carl Eugen Hoyos2016-10-224-2/+16
* doc: fix spelling errorsAndreas Cadhalpun2016-10-211-1/+1
* lavf/mpegts: SCTE-35 extraction from mpegtsCarlos Fernandez2016-10-211-1/+45
* avformat/mxfdec: Check size to avoid integer overflow in mxf_read_utf16_string()Michael Niedermayer2016-10-211-1/+1
* avformat/mxfdec: Fix mixed declaration and codeMichael Niedermayer2016-10-211-2/+5
* dcstr: fix division by zeroAndreas Cadhalpun2016-10-211-1/+7
* aiff: check block_align in aiff_read_packetAndreas Cadhalpun2016-10-211-0/+5
* avformat/rtmpproto: Fix RTMP control message handling error in listen mode.Hiroyuki OYAMA2016-10-211-9/+38
* lavf/segment: decide whether to rename based on list URIRodger Combs2016-10-211-1/+1
* openssl: Support version 1.1.0.Matt Oliver2016-10-211-63/+100
OpenPOWER on IntegriCloud