Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-12avformat/mux: implement AVFMT_FLAG_SHORTESTMichael Niedermayer
2016-09-11ivfenc: Add VPX codec tags.Alex Converse
2016-09-10avformat/movenc: Check first DTS similar to dts differenceMichael Niedermayer
2016-09-09avformat/mov: Enable stream parsing for VP9.Matthew Gregan
2016-09-09avformat/segment: give a warning message for remove initial_offset optionSteven Liu
2016-09-08avformat/mov: Fix potential integer overflow in mov_read_keysSergey Volk
2016-09-08avformat/hlsenc: implement program_date_timeMichael Niedermayer
2016-09-07avformat: Export ticks_per_frame in st->codecMichael Niedermayer
2016-09-07lavf/matroskaenc: use mkv_check_tag_name consistentlyRodger Combs
2016-09-07lavf/matroskaenc: skip writing "duration" tagsRodger Combs
2016-09-07lavf/matroskaenc: move skipped metadata keys to separate functionRodger Combs
2016-09-05avformat/hlsenc: fix incomplete write of subtitle HLS playlistFranklin Phillips
2016-09-04avcodec/utvideodec: add support for ULY4 and ULH4Paul B Mahol
2016-09-03lavf/udp: Do not use MCAST_* for multicast on tvOS.Carl Eugen Hoyos
2016-09-03lavf/webm_chunk: Print an error if no header filename was provided.Carl Eugen Hoyos
2016-09-03lavf/httpauth: Do case-insensitive http header checks.Carl Eugen Hoyos
2016-09-03lavf/img2dec: Skip DQT segment when auto-detecting jpg.Carl Eugen Hoyos
2016-09-02avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer
2016-09-01avformat/movenc: added ability to use original stream ids as track ids instea...Erkki Seppälä
2016-08-31avformat/hlsenc: add warning for append_list and hls_init_time optionSteven Liu
2016-08-30avformat/crypto: add seeking support on readSimon Hailes
2016-08-30libavformat/crypto - encourage reads of 4096 bytesSimon Hailes
2016-08-30avisynth: support pix_fmts added to AviSynth+Stephen Hutchinson
2016-08-29avformat/hlsenc: add option hls_init_time to set init hls window segment dura...Steven Liu
2016-08-28avformat/mov: aax: pass proper AVClass to av_log()Thomas Hebb
2016-08-28avformat: fix decoded creation_time timestampsMarton Balint
2016-08-27avformat/utils: fix a codecpar non useJames Almer
2016-08-27avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR...Michael Niedermayer
2016-08-25webm_chunk: Set pts precision to millisecondsVignesh Venkatasubramanian
2016-08-25mov: Remove old b-frame/video delay heuristicDerek Buitenhuis
2016-08-25mov: Remove ancient heuristic hackDerek Buitenhuis
2016-08-24lavf/movenc: Add a missing assignment if memory allocation fails.Carl Eugen Hoyos
2016-08-23avformat/avcodec: support rawvideo with planar rgb and alpha in nutPaul B Mahol
2016-08-23libavformat/utils: added ability to probe AVMEDIA_TYPE_DATA formatErkki Seppälä
2016-08-22avformat/fifo: Add fate testJan Sebechlebsky
2016-08-22avformat: Add fifo pseudo-muxerJan Sebechlebsky
2016-08-22avformat/mux: Restore original ts in write_packet on errorJan Sebechlebsky
2016-08-22avformat/swfdec: Fix memleak on errorMichael Niedermayer
2016-08-21avformat/wtvdec: Check pointer before useMichael Niedermayer
2016-08-21lavf/hlsenc: add append_list flag into hlsencSteven Liu
2016-08-21libavformat/mov: Accept known codepoints in 'colr'Steven Robertson
2016-08-20avformat/mov: Check STSD atom more completelyMichael Niedermayer
2016-08-19avformat/movenc: Free extradata after successfull allocation of new instead o...Michael Niedermayer
2016-08-19avformat/movenc: allow rewriting extradataUmair Khan
2016-08-19avformat/swfdec: Fix inflate() error code checkMichael Niedermayer
2016-08-19avformat/swfdec: Move packet size check before side data allocationMichael Niedermayer
2016-08-18avcodec: add 64-bit signed pcm codecPaul B Mahol
2016-08-18lavf/pcmdec: Try to fix msvc compilation after 4c42d306.Carl Eugen Hoyos
2016-08-18avformat: factorize iso 8601 timestamp writer to a dictionary avutil functionMarton Balint
2016-08-17lavf/pcmdec: Map mime_type audio/L16 to the s16le demuxer.Carl Eugen Hoyos