summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf: add a flag to enable/disable automatic bitstream filteringRodger Combs2016-09-123-2/+7
* avformat/tee: Use BSF list APIJan Sebechlebsky2016-09-121-67/+69
* avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer2016-09-115-0/+47
* ivfenc: Add VPX codec tags.Alex Converse2016-09-101-0/+7
* avformat/movenc: Check first DTS similar to dts differenceMichael Niedermayer2016-09-101-0/+7
* avformat/mov: Enable stream parsing for VP9.Matthew Gregan2016-09-081-0/+1
* avformat/segment: give a warning message for remove initial_offset optionSteven Liu2016-09-091-0/+5
* avformat/mov: Fix potential integer overflow in mov_read_keysSergey Volk2016-09-081-1/+1
* avformat/hlsenc: implement program_date_timeMichael Niedermayer2016-09-082-1/+24
* avformat: Export ticks_per_frame in st->codecMichael Niedermayer2016-09-071-1/+3
* lavf/matroskaenc: use mkv_check_tag_name consistentlyRodger Combs2016-09-061-5/+5
* lavf/matroskaenc: skip writing "duration" tagsRodger Combs2016-09-061-0/+1
* lavf/matroskaenc: move skipped metadata keys to separate functionRodger Combs2016-09-061-6/+11
* avformat/hlsenc: fix incomplete write of subtitle HLS playlistFranklin Phillips2016-09-051-3/+3
* avcodec/utvideodec: add support for ULY4 and ULH4Paul B Mahol2016-09-041-0/+2
* lavf/udp: Do not use MCAST_* for multicast on tvOS.Carl Eugen Hoyos2016-09-031-1/+5
* lavf/webm_chunk: Print an error if no header filename was provided.Carl Eugen Hoyos2016-09-031-0/+1
* lavf/httpauth: Do case-insensitive http header checks.Carl Eugen Hoyos2016-09-032-3/+3
* lavf/img2dec: Skip DQT segment when auto-detecting jpg.Carl Eugen Hoyos2016-09-031-0/+1
* avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer2016-09-021-2/+2
* avformat/movenc: added ability to use original stream ids as track ids instea...Erkki Seppälä2016-09-012-6/+57
* avformat/hlsenc: add warning for append_list and hls_init_time optionSteven Liu2016-08-311-0/+6
* avformat/crypto: add seeking support on readSimon Hailes2016-08-301-2/+114
* libavformat/crypto - encourage reads of 4096 bytesSimon Hailes2016-08-301-1/+2
* avisynth: support pix_fmts added to AviSynth+Stephen Hutchinson2016-08-301-1/+182
* avformat/hlsenc: add option hls_init_time to set init hls window segment dura...Steven Liu2016-08-291-1/+11
* avformat/mov: aax: pass proper AVClass to av_log()Thomas Hebb2016-08-281-1/+1
* avformat: fix decoded creation_time timestampsMarton Balint2016-08-284-25/+7
* avformat/utils: fix a codecpar non useJames Almer2016-08-271-1/+1
* avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR...Michael Niedermayer2016-08-271-1/+4
* webm_chunk: Set pts precision to millisecondsVignesh Venkatasubramanian2016-08-251-0/+5
* mov: Remove old b-frame/video delay heuristicDerek Buitenhuis2016-08-251-3/+0
* mov: Remove ancient heuristic hackDerek Buitenhuis2016-08-252-8/+1
* lavf/movenc: Add a missing assignment if memory allocation fails.Carl Eugen Hoyos2016-08-241-1/+1
* avformat/avcodec: support rawvideo with planar rgb and alpha in nutPaul B Mahol2016-08-231-0/+9
* libavformat/utils: added ability to probe AVMEDIA_TYPE_DATA formatErkki Seppälä2016-08-231-1/+6
* avformat/fifo: Add fate testJan Sebechlebsky2016-08-222-0/+444
* avformat: Add fifo pseudo-muxerJan Sebechlebsky2016-08-224-2/+664
* avformat/mux: Restore original ts in write_packet on errorJan Sebechlebsky2016-08-221-0/+9
* avformat/swfdec: Fix memleak on errorMichael Niedermayer2016-08-221-0/+1
* avformat/wtvdec: Check pointer before useMichael Niedermayer2016-08-211-1/+1
* lavf/hlsenc: add append_list flag into hlsencSteven Liu2016-08-211-0/+62
* libavformat/mov: Accept known codepoints in 'colr'Steven Robertson2016-08-211-31/+9
* avformat/mov: Check STSD atom more completelyMichael Niedermayer2016-08-201-9/+24
* avformat/movenc: Free extradata after successfull allocation of new instead o...Michael Niedermayer2016-08-191-4/+4
* avformat/movenc: allow rewriting extradataUmair Khan2016-08-192-0/+33
* avformat/swfdec: Fix inflate() error code checkMichael Niedermayer2016-08-191-2/+2
* avformat/swfdec: Move packet size check before side data allocationMichael Niedermayer2016-08-191-4/+5
* avcodec: add 64-bit signed pcm codecPaul B Mahol2016-08-182-0/+3
* lavf/pcmdec: Try to fix msvc compilation after 4c42d306.Carl Eugen Hoyos2016-08-181-1/+1
OpenPOWER on IntegriCloud