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
2017-09-09Add SUP/PGS subtitle muxerPetri Hintukainen
2017-09-09avformat/dashdec: free resource allocated by xmlSteven Liu
2017-09-09avformat/dashdec: add dash demuxer base versionSteven Liu
2017-09-09avformat/matroskaenc: also write tags when output is WebMJames Almer
2017-09-07avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer
2017-09-07avformat/mov: Fix DoS in read_tfra()Michael Niedermayer
2017-09-07avformat/gdv: Make FixedSize staticMichael Niedermayer
2017-09-07flvdec: Check the avio_seek return value after reading a metadata packetSteven Liu
2017-09-05avformat/hlsenc: Added configuration to override HTTP User-AgentKarthick J
2017-09-04avformat/flvdec: Set need_context_update when setting the initial extradataAlex Converse
2017-09-01lavf: make avio_read_partial() publicwm4
2017-09-01avformat/avio: update avio_alloc_context() doxyJames Almer
2017-09-01avformat/dash:add copyright to dash.cSteven Liu
2017-09-01Use the new AVIOContext destructor.Anton Khirnov
2017-09-01avio: add a destructor for AVIOContextAnton Khirnov
2017-09-01avformat/dash: move reused API to common file and header fileSteven Liu
2017-09-01avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()孙浩(晓黑)
2017-09-01avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()孙浩(晓黑)
2017-09-01avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.孙浩(晓黑)
2017-09-01avformat/mov: prevent duplication of first fragment's ctts_dataDaniel Glöckner
2017-09-01avformat/mov: Bail when invalid sample data is present.Dale Curtis
2017-08-31avformat/concatdec: add fallback for calculating file durationJustin Ruggles
2017-08-30Add FITS MuxerParas Chadha
2017-08-30Add FITS DemuxerParas Chadha
2017-08-30avformat/mxfenc: Replace literal numbers by named enum values.Michael Niedermayer
2017-08-29avformat/mxfenc: Check that the video codec in D-10 is MPEG-2Michael Niedermayer
2017-08-29lavf/dump: Remove superfluous cast.Carl Eugen Hoyos
2017-08-27avformat/mvdec: Fix DoS due to lack of eof checkMichael Niedermayer
2017-08-27avformat/rl2: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-08-27avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-08-27avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-08-27avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-08-27avformat/hls: Fix DoS due to infinite loopMichael Niedermayer
2017-08-26lavf/rawenc: Add little- and big-endian G.726 muxers.Carl Eugen Hoyos
2017-08-24lavf/g726: Demuxer for raw G.726 streams, both left- and right-justified.Carl Eugen Hoyos
2017-08-24avformat/mov: Fix trampling of ctts during seeks when sidx support is enabled.Dale Curtis
2017-08-23avformat/rtpdec_h264: Fix heap-buffer-overflowMichael Niedermayer
2017-08-23avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka
2017-08-23avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka
2017-08-22avformat/hlsenc: move free fmp4_init_filename after hls_window operationSteven Liu
2017-08-20lavf/bink: fix latest header and add all existing revisionsbnnm
2017-08-18libavformat/mov: Fix inserting frames before current_frame.Jacob Trimble
2017-08-17avformat/utils: always av_reduce r_frame_rateMarton Balint
2017-08-16avformat/mov: Fix memory leak when reading DDTS box.Nikolas Bowe
2017-08-11avformat/avidec: Move packet skip after prefix and related checksMichael Niedermayer
2017-08-10avformat/movenc: reindent after the previous commitJames Almer
2017-08-10lavf/movenc.c: Set sgpd and sbgp atoms to represent decoder delay for AAC.Sasi Inguva
2017-08-06avformat/hlsenc: allow dynamic encryption key rotationDeHackEd
2017-08-06avformat/utils: fix memory leak in avformat_free_contextSteven Siloti
2017-08-04avformat/hlsenc: support fmp4 single file modeSteven Liu