summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/brstm: lower magic number, fixes decoding of some filesPaul B Mahol2016-04-031-1/+1
* lavc/utils: Introduce ff_bprint_to_codecpar_extradata for avformatHendrik Leppkes2016-04-032-0/+30
* avformat/wavdec: fix typo with lenMichael Niedermayer2016-04-031-1/+1
* avformat/wavdec: Remove direct s->pb->buffer accessMichael Niedermayer2016-04-031-2/+24
* wavdec: Only set the codec ID in read_headerDerek Buitenhuis2016-04-031-12/+17
* lavf/segment: add option to write empty filler segments as neededRodger Combs2016-04-021-1/+7
* lavf/segment: slight refactor to seg_write_packetRodger Combs2016-04-021-5/+7
* lavf/segment: style nitRodger Combs2016-04-021-1/+1
* lavf/segment: support automatic bitstream filteringRodger Combs2016-04-021-5/+25
* psxstr: Remove some commented out codeDerek Buitenhuis2016-03-311-7/+1
* avformat/latmenc: auto-insert aac_adtstoasc bitstream filter when neededJames Almer2016-03-301-5/+15
* avformat/svag: fix division by zeroJames Almer2016-03-281-1/+1
* fix some a/an typosLou Logan2016-03-287-8/+8
* avformat/segment: set format options for all segmentsMarton Balint2016-03-261-1/+5
* avformat/rtpdec: Remove stray debug av_log()Michael Niedermayer2016-03-261-1/+0
* avformat/rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp2016-03-241-3/+4
* avformat/mpegtsenc: Fix used serviceMichael Niedermayer2016-03-242-1/+13
* avformat/mpegtsenc: Keep track of the program for each serviceMichael Niedermayer2016-03-241-9/+8
* lavf/img2dec: Skip COM when auto-detecting jpeg.Carl Eugen Hoyos2016-03-221-0/+1
* rtpdec: support for VC-2 HQ RTP payload format (draft v1)Thomas Volkert2016-03-225-2/+231
* avformat/utils: scan a bit farther for a keyframe in mpeg/mpegts (7 sec inste...Michael Niedermayer2016-03-211-0/+2
* lavf/matroskaenc.c: add early support for colour elementsNeil Birkbeck2016-03-211-1/+62
* avformat/mov: read start_pad from edit list start time if codec is aacMarton Balint2016-03-201-0/+3
* avformat/utils: increase detected start_time with skip_samplesMarton Balint2016-03-201-2/+8
* lavf/dv: use c->sys->frame_size in dv_frame_offset()Clément Bœsch2016-03-201-4/+3
* lavf/dv: reindent after previous commitClément Bœsch2016-03-201-15/+15
* lavf/dv: do not check for c->sysClément Bœsch2016-03-201-5/+1
* avformat/utils: Do not wait for more than 1 frame on attachmentsMichael Niedermayer2016-03-191-1/+1
* avformat/wtvdec: Set AVFMTCTX_NOHEADERMichael Niedermayer2016-03-191-0/+2
* avformat/file: Add crypto to default whitelistMichael Niedermayer2016-03-191-2/+2
* lavf/srtdec: do not be strict wrt timing digit lengthsClément Bœsch2016-03-181-2/+2
* lavf/avidec: Add blurb regarding the skipping of xxpc entries in the indexMats Peterson2016-03-181-0/+2
* avformat/segment: Fix "occured" typoMichael Niedermayer2016-03-171-1/+1
* avformat/avio: Fix unknown protocol handlingMichael Niedermayer2016-03-171-8/+10
* matroskaenc: set the actual PCM bitdepth in the headerHendrik Leppkes2016-03-161-2/+6
* hls: handle crypto in the protocol checksHendrik Leppkes2016-03-161-1/+11
* hls: read protocol options through the AVIOContextHendrik Leppkes2016-03-163-10/+7
* lavf/segment: change type of increment_tc to BOOLStefano Sabatini2016-03-151-1/+1
* lavf/segment: add increment_tc optionMartin Vignali2016-03-152-1/+33
* lavf/mxfdec: Fix Canopus essence element size.Carl Eugen Hoyos2016-03-141-1/+1
* lavf/http: Add httpproxy to the default protocol whitelist.Carl Eugen Hoyos2016-03-141-2/+2
* lavf/avienc: Clear whole tag in avi_add_ientry()Mats Peterson2016-03-131-1/+1
* lavf/avienc: Add xxpc entries to indexMats Peterson2016-03-132-12/+25
* avformat/avienc: factor out avi_add_ientry()Mats Peterson2016-03-131-23/+45
* lavf/riffenc: Improve spec compliance; Fix WMP playback of AVI with xxpc chunksMats Peterson2016-03-131-6/+6
* avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VODAdam Kent2016-03-121-0/+20
* lavf/utils: Fix DTS for short H264 streams.Sasi Inguva2016-03-121-0/+13
* avformat/utils: factor update_dts_from_pts() outSasi Inguva2016-03-121-21/+43
* Use avpriv_tempfile()Michael Niedermayer2016-03-121-2/+2
* vp9: add superframe merging bitstream filter.Ronald S. Bultje2016-03-112-1/+17
OpenPOWER on IntegriCloud