summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* lavf: allow BSFs to drop packets.Ronald S. Bultje2016-03-114-13/+22
* avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8...Michael Niedermayer2016-03-111-1/+1
* lavf/movenc: Fix help output.Carl Eugen Hoyos2016-03-101-3/+3
* lavf/mxfdec: Support Canopus codecs.Carl Eugen Hoyos2016-03-101-0/+4
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-03-101-1/+1
* lavf/avidec: Skip xxpc entries in index; fixes trac #5311Mats Peterson2016-03-101-0/+3
* lavf/mpeg: Identify sub-stream ID 0xa1 as mlp.Carl Eugen Hoyos2016-03-091-1/+1
* Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2016-03-093-4/+4
* lavf/mp3dec: avoid printing useless message in default log levelMoritz Barsnick2016-03-081-1/+1
* lavf/avienc: Palette changing code only concerns AV_PIX_FMT_PAL8Mats Peterson2016-03-081-10/+5
* avformat/utils: fix dts from pts code in compute_pkt_fields() during ascendin...Michael Niedermayer2016-03-081-2/+3
* lavf/riff: Add fourcc GTM4 from Telefactor digital audio for ASP.Carl Eugen Hoyos2016-03-071-0/+1
* lavf/vplayerdec: support time durations with no ms specifiedClément Bœsch2016-03-071-5/+6
* rtp: Fix play multiple multicast streams with the same portZhao Zhili2016-03-072-3/+5
* avformat/ftp: Support response code 125 for STOR and RETR commandsRaymond Hilseth2016-03-071-4/+8
* lavf/img2dec: Use jpeg constants in jpeg_probe().Carl Eugen Hoyos2016-03-061-36/+37
* lavf/riffdec: Remove \n from avpriv_report_missing_feature().Carl Eugen Hoyos2016-03-061-1/+1
* avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMATBoris Nagels2016-03-061-1/+2
* mov - support seek in encrypted mp4erankor2016-03-062-0/+97
* avformat/avienc: Remove unneeded seekable testsMichael Niedermayer2016-03-061-4/+2
* avformat/dump: Fix context/level for payload dumpMark Harris2016-03-061-1/+1
* avformat/avienc: assert that bits_per_coded_sample is within the supported ra...Michael Niedermayer2016-03-051-0/+3
* lavf/avienc: Add support for palette side dataMats Peterson2016-03-051-29/+62
* lavf/riffenc: Handle palette for non-raw codecsMats Peterson2016-03-051-9/+11
* lavf/dump.c: Print mastering display metadataNeil Birkbeck2016-03-041-0/+21
* lavf/matroskadec: Add early support for some of the new colour elements.Neil Birkbeck2016-03-042-0/+162
* avformat: Fix member name 10LDerek Buitenhuis2016-03-041-2/+2
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-0440-64/+112
* lavf/movenc: Add support for palette side dataMats Peterson2016-03-041-19/+25
* lavf/utils: Normalize AVPacket.data to native endian in ff_get_packet_palette()Mats Peterson2016-03-042-9/+21
* avformat/yuv4mpegdec: fix seeking for partial filesPaul B Mahol2016-03-031-1/+2
* avformat: use ff_standardize_creation_time for formats writing all format str...Marton Balint2016-03-038-0/+8
* avformat/utils: add a function to standardize creation timeMarton Balint2016-03-033-1/+31
OpenPOWER on IntegriCloud