summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/http: Added http_proxy optionJoel Holdsworth2015-12-271-1/+3
* avio: add detail to avio_printf() size warningReynaldo H. Verdejo Pinochet2015-12-272-2/+2
* avformat/img2dec: Reuse main IO context instead of reopening a single fileMichael Niedermayer2015-12-261-3/+9
* avformat/img2dec: Skip checking the input files existence if it has already b...Michael Niedermayer2015-12-261-3/+3
* avformat/mpegts: consider stream_type 4 just a hint toward mp3 and not definiteMichael Niedermayer2015-12-241-0/+2
* avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB wayStefan Pöschel2015-12-242-2/+19
* avformat/subtitles: treat negative duration like unknown durationwm42015-12-231-1/+1
* mlvdec: validate bits_per_coded_sampleAndreas Cadhalpun2015-12-221-0/+12
* avformat/movenc-test: Make format staticMichael Niedermayer2015-12-221-1/+1
* avformat/mov: Update handbrake_version threshold for full mp3 parsingMichael Niedermayer2015-12-221-1/+1
* lavf/rmdec: Use correct format specifier for int64_t.Carl Eugen Hoyos2015-12-221-1/+1
* lavf/avformat: add av_warn_unused_result to avformat_write_headerGanesh Ajjanagadde2015-12-211-0/+1
* lavf/img2enc: add atomic_writing optionClément Bœsch2015-12-211-1/+3
* nuv: sanitize negative fps rateAndreas Cadhalpun2015-12-201-0/+9
* mlvdec: check that index_entries existAndreas Cadhalpun2015-12-201-0/+5
* lavf/hlsenc: replace round by lrintGanesh Ajjanagadde2015-12-191-1/+1
* nutdec: reject negative value_len in read_sm_dataAndreas Cadhalpun2015-12-191-1/+1
* nutdec: only copy the header if it existsAndreas Cadhalpun2015-12-191-1/+2
* oggparsedaala: sync with current bitstream syntaxRostislav Pehlivanov2015-12-181-0/+4
* Merge commit 'febfb49a70e82f5ac46dc7ea34dabd4d56b19b31'Hendrik Leppkes2015-12-181-2/+2
|\
| * matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-071-2/+34
| * rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde2015-12-071-0/+1
| * movenc-test: add a missing va_end callGanesh Ajjanagadde2015-12-071-0/+1
* | avformat/oggparsedirac: Export sample aspect ratioMichael Niedermayer2015-12-171-0/+3
* | avformat/xmv: Add *.xmv to the recognized extensions for the XMV format.rsn88872015-12-171-0/+1
* | Merge commit 'b8b21dee0f0b4bcc1888067c497d6e838859d2cd'Hendrik Leppkes2015-12-171-1/+1
|\ \ | |/
| * mxfenc: always assume long gopAnton Khirnov2015-12-061-1/+1
* | Merge commit 'e02de9df4b218bd6e1e927b67fd4075741545688'Hendrik Leppkes2015-12-171-13/+18
|\ \ | |/
| * lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-061-9/+22
* | Merge commit '8bcadaacc2b8dc3c5d6569835a5ca20e62d3efca'Hendrik Leppkes2015-12-171-5/+10
|\ \ | |/
| * mpegenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+10
* | Merge commit '5845a8273e4694e0254ad728970b82bb64fd8bc0'Hendrik Leppkes2015-12-171-3/+6
|\ \ | |/
| * movenc: use the CPB props side dataAnton Khirnov2015-12-061-5/+8
* | avformat/swfenc: Check frama rate before writing itMichael Niedermayer2015-12-171-0/+4
* | ffm: reject invalid codec_id and codec_typeAndreas Cadhalpun2015-12-151-0/+28
* | movenc: support cenc (common encryption)erankor2015-12-155-8/+603
* | avformat/mxfenc: Do not crash if there is no packet in the first streamMichael Niedermayer2015-12-131-0/+4
* | lavf/tee: fix side data double free.Nicolas George2015-12-131-0/+2
* | avformat/hlsenc: Check the return code of avformat_write_header()Michael Niedermayer2015-12-131-2/+5
* | avformat/mov: Enable parser for mp3s by old HandBrakeMichael Niedermayer2015-12-132-0/+14
* | avformat/mxfenc: Fix integer overflow in length computationMichael Niedermayer2015-12-131-2/+2
* | avformat/segment: Fix memory leak of cur_entry.filenameLvqier2015-12-121-3/+3
* | lavf/matroskadec: Set codec_tag also for audio codecs.Carl Eugen Hoyos2015-12-121-0/+2
* | avformat/mpegtsenc: Add basic multi program supportMichael Niedermayer2015-12-111-15/+42
* | avformat: Add av_program_add_stream_index()Michael Niedermayer2015-12-116-7/+7
* | diracdec: Extract version parametersKieran Kunhya2015-12-101-1/+3
* | diracdec: Move strides to bytes, and pointer types to uint8_t.Kieran Kunhya2015-12-101-2/+2
* | lavf/mpjpegdec: Fixed dereference after null checkAlex Agranovsky2015-12-091-2/+4
* | avformat/rmdec: Fix use of uninitialized variableMichael Niedermayer2015-12-091-1/+1
* | avformat/flacdec: remove unused return code assignmentMichael Niedermayer2015-12-091-3/+3