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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-23sbgdec: prevent NULL pointer accessAndreas Cadhalpun
2016-11-23rmdec: validate block alignmentAndreas Cadhalpun
2016-11-23avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer
2016-11-23mxfdec: fix NULL pointer dereference in mxf_read_packet_oldAndreas Cadhalpun
2016-11-22avformat/flvenc: add no_metadata to flvflagsSteven Liu
2016-11-22avformat/utils: add missing brackets around arguments in av_realloc() callJames Almer
2016-11-21avformat/movenc: Restrict experimental VP9 support to MODE_MP4.Matthew Gregan
2016-11-21Add experimental demuxing support for FLAC in ISO BMFF (MP4).Matthew Gregan
2016-11-21Add experimental muxing support for FLAC in ISO BMFF (MP4).Matthew Gregan
2016-11-21avformat/matroskaenc: write updated STREAMINFO metadata for FLAC streams if a...James Almer
2016-11-21avformat/matroskaenc: postpone writing the Tracks masterJames Almer
2016-11-20ffmdec: validate codec parametersAndreas Cadhalpun
2016-11-20avformat/utils: check for overflow before reallocating side dataJames Almer
2016-11-19avformat/matroska: use av_stream_add_side_data() for stereo3d side dataJames Almer
2016-11-19avformat/mov: reuse existing err variableJames Almer
2016-11-19avformat/mov: use av_stream_add_side_data() for displaymatrix side dataJames Almer
2016-11-19avformat/utils: add av_stream_add_side_data()James Almer
2016-11-19avformat/flvdec: add debug message to list keyframes index metadataSteven Liu
2016-11-18avformat/apngenc: use the stream parameters extradata if availableJames Almer
2016-11-18Revert "apngdec: use side data to pass extradata to the decoder"James Almer
2016-11-17avformat/movenc: Check frame rate before use.Michael Niedermayer
2016-11-17Merge commit '4f7723cb3b913c577842a5bb088c804ddacac8df'Hendrik Leppkes
2016-11-14lavf/Makefile: Fix rule for the data muxer.Carl Eugen Hoyos
2016-11-14Merge commit '029cf99c5166b36f33381cd8ebfa5f1f1f463d1f'Hendrik Leppkes
2016-11-14Merge commit 'e72d6fa08a3c1876109149401753a8d2c736d418'Hendrik Leppkes
2016-11-14lavf/mux: don't warn about missing timestamps on attached picturesRodger Combs
2016-11-14Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05'Hendrik Leppkes
2016-11-13filmstripdec: correctly check image dimensionsAndreas Cadhalpun
2016-11-13avformat: Add Pro-MPEG CoP #3-R2 FEC protocolVlad Tarca
2016-11-13lavf/fifo: fix undefined behaviour in deinit when destroying mutexMarton Balint
2016-11-13avformat/mov: zero initialize codec_name in mov_parse_stsd_video()James Almer
2016-11-12increment initial_prog_date_time when removing old segmentsRobert Nagy
2016-11-11icodec: correctly check avio_read return valueAndreas Cadhalpun
2016-11-10lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search...Sasi Inguva
2016-11-10avformat/flvenc: add add_keyframe_index optionSteven Liu
2016-11-10nut: add gray12 supportMichael Niedermayer
2016-11-09icodec: add ico_read_close to fix leaking ico->imagesAndreas Cadhalpun
2016-11-09icodec: fix leaking pkt on errorAndreas Cadhalpun
2016-11-09mpegts: prevent division by zeroAndreas Cadhalpun
2016-11-08matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun
2016-11-08avformat/matroskadec: fix DiscardPadding element parsingJames Almer
2016-11-08avformat/mov: Read multiple stsd from DVVittorio Giovara
2016-11-07hls: fix leaking avio_opts on hls_read_header errorAndreas Cadhalpun
2016-11-07hls: move hls_close above hls_read_headerAndreas Cadhalpun
2016-11-07avformat/hls: Add missing error check for avcodec_parameters_copy()Anssi Hannula
2016-11-07avformat/hls: Fix probing mpegts audio streams that use probingAnssi Hannula
2016-11-07avformat/hls: Factor copying stream info to a separate functionAnssi Hannula
2016-11-07xmv: validate sample_rateAndreas Cadhalpun
2016-11-07voc_packet: validate sample_rateAndreas Cadhalpun
2016-11-07oggparsespeex: validate sample_rateAndreas Cadhalpun