summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* libavformat/mxfdec: add metadata streams for external referenced sourclipsMark Reid2016-10-211-3/+44
* libavformat/mxfdec: don't assume first stream index to be primaryMark Reid2016-10-211-12/+36
* libavformat/mxfdec: export track name metadataMark Reid2016-10-211-35/+44
* avformat/mxfdec: Detect field_order based on video_line_mapTobias Rapp2016-10-211-15/+60
* rsd: limit number of channelsAndreas Cadhalpun2016-10-201-1/+3
* avformat/flvenc: do not attempt to write duration and filesize when not seekableSteven Liu2016-10-201-21/+28
* lavf/riff: Document the interleaving of VSM4 video.Carl Eugen Hoyos2016-10-191-1/+1
* avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun2016-10-191-1/+1
* FATE: Add test for muxing discontinuous MP4 fragments with large timestampsDerek Buitenhuis2016-10-191-9/+30
* avformat/movenc: Skip duration check for discontinuous fragmentsMichael Niedermayer2016-10-191-1/+2
* lavf/mov: support gopro hero moments udta tagJean Caillé2016-10-191-0/+19
* avformat/matroskadec: fix BitsPerChannel element's default valueJames Almer2016-10-181-1/+1
* avformat/matroskadec: clarify some Colour element defaults using enum valuesJames Almer2016-10-181-6/+6
* avformat/mov: pass the demuxer's AVFormatContext to avpriv_request_sample()James Almer2016-10-181-3/+4
* avformat/matroskadec: support parsing Chroma Location elementsJames Almer2016-10-182-0/+22
* lavf/mp3enc: write encoder delay/padding upon closingJon Toohill2016-10-181-6/+28
* lavf/avidec: Be more verbose when ignoring very large tag size.Carl Eugen Hoyos2016-10-181-1/+5
* avformat/tests/gitignore: add fifo_muxer entryZhao Zhili2016-10-181-0/+1
* lavf/avidec: Do not fail for very large idx1 tags.Carl Eugen Hoyos2016-10-181-0/+2
* westwood_aud: prevent division by zeroAndreas Cadhalpun2016-10-171-0/+6
* astdec: fix division by zeroAndreas Cadhalpun2016-10-171-1/+1
* aiffdec: fix division by zeroAndreas Cadhalpun2016-10-171-1/+1
* matroskadec: fix NULL pointer dereferenceAndreas Cadhalpun2016-10-171-1/+1
* mov: move stsd finalization to an appropriate placeHendrik Leppkes2016-10-171-2/+2
* Partially revert "avformat/matroskadec: set aspect ratio only when DisplayWid...James Almer2016-10-161-1/+1
* avformat/matroskaenc: write a DisplayUnit element when aspect ratio is unknownJames Almer2016-10-151-1/+2
* avformat/matroskadec: set aspect ratio only when DisplayWidth and DisplayHeig...James Almer2016-10-152-6/+17
* lavf/mov: support gopro firmware udta tagJean Caillé2016-10-151-0/+1
* avformat/matroskadec: workaround the field_order bug in the Matroska muxerJames Almer2016-10-131-4/+11
* lavf/riff: Support Verint NetDVR II ("VSM4") h263 video in asf.Carl Eugen Hoyos2016-10-131-0/+1
OpenPOWER on IntegriCloud