aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add MODULE_LICENSE and NOTICE filesRicardo Cerqueira2016-02-162-0/+1
* Clean up some build-time warningsRicardo Cerqueira2016-02-151-0/+2
* Fixup armv8-a building, and make multiarch builds workRicardo Cerqueira2016-02-151-0/+19
* Update Android build for FFMPEG 2.5Steve Kondik2016-02-151-1/+3
* Android porting for ffmpeg 2.1 releaseChih-Wei Huang2016-02-151-0/+24
* avformat/img2enc: remove unused variableMichael Niedermayer2016-02-141-1/+0
* avformat/genh: Mark coef_splitted as av_unusedMichael Niedermayer2016-02-141-1/+1
* libavcodec/dnxhd_parser: add parser and probe support raw 444 and dnxhr formatsMark Reid2016-02-141-3/+4
* lavf/spdifenc: Support MLP encapsulation.David Monro2016-02-141-0/+1
* lavf/mpjpeg: do not include CRLF preceding boundary as part of the returned f...Alex Agranovsky2016-02-141-2/+2
* lavf/mpjpeg: Trim quotes on MIME boundary, if present.Alex Agranovsky2016-02-141-0/+7
* avformat/utils: remove ff_iso8601_to_unix_timeMarton Balint2016-02-142-17/+0
* avformat/matroskaenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-2/+4
* avformat/mxfenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-4/+1
* avformat/movenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-7/+1
* avformat/gxfenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-3/+1
* avformat/ffmenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-6/+2
* avformat/dvenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-3/+1
* avformat/asfenc: use ff_parse_creation_time_metadataMarton Balint2016-02-141-7/+4
* avformat/utils: add ff_parse_creation_time_metadataMarton Balint2016-02-142-0/+28
* avformat/img2enc: disable atomic file creation by defaultMarton Balint2016-02-141-4/+1
* avformat/img2enc: return error if image rename failsMarton Balint2016-02-141-1/+3
* avformat/hlsenc: Fix filename and optionsMichael Niedermayer2016-02-101-1/+1
* avformat: add vc2 as an allowed rawenc Dirac extensionRostislav Pehlivanov2016-02-101-1/+1
* avformat/segment: Fix header_filename handlingMichael Niedermayer2016-02-101-1/+3
* Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'Derek Buitenhuis2016-02-1018-132/+174
|\
| * lavf: allow custom IO for all filesAnton Khirnov2016-01-2414-68/+126
| * riff: add C210 FourCC (Canopus C210)Piotr Bandurski2016-01-211-0/+1
| * riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-211-0/+1
| * mov: Add an option to toggle dref openingDerek Buitenhuis2016-01-213-5/+18
* | nut: Add PAL8 supportMichael Niedermayer2016-02-091-0/+2
* | lavf/mov: Extend extracting XMP in mov files using UUID BoxThierry Foucu2016-02-091-0/+25
* | avformat/mp3enc: Assert that the header we assembled is validMichael Niedermayer2016-02-071-1/+2
* | lavf/asfenc: add support for setting packet sizeMarton Balint2016-02-053-19/+26
* | lavf/asfenc: add support for storing creation timeMarton Balint2016-02-051-7/+17
* | lavf/asfenc: add support for storing languagesMarton Balint2016-02-053-4/+74
* | lavf/asfenc: check the number of streams in headerMarton Balint2016-02-051-0/+5
* | lavf/asfenc: add AVClass to contextMarton Balint2016-02-051-0/+17
* | avformat/mov: dont print frma warning when format is the sameEran Kornblau2016-02-051-3/+5
* | lavf/isom: Add more code points for H264.Carl Eugen Hoyos2016-02-041-0/+3
* | avformat/http: add crypto to default whitlist to get encrypted HLS working a...Schenk, Michael2016-02-031-2/+2
* | avformat: add windows.h to SChannel SSP TLS codeKevin Mitchell2016-02-021-0/+1
* | avformat/tls_securetransport: Add missing includeMichael Niedermayer2016-02-021-0/+1
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-0232-109/+170
* | avformat: add protocol_whitelistMichael Niedermayer2016-02-029-14/+127
* | Revert "do not write f2 if not interlaced"Sebastian Dröge2016-02-011-5/+5
* | Revert "avformat/hls: Require the file extension to be m3u / m3u8 for probing...Michael Niedermayer2016-02-011-3/+0
* | lavf/adxdec: Add Autodetection.Carl Eugen Hoyos2016-02-011-0/+14
* | riffdec: Explicitly null-terminate array to work around VC++ bugBruce Dawson2016-02-011-0/+3
* | wtvdec: Removed unused variableTimothy Gu2016-01-311-1/+0