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-12-02avformat/ffmenc: Drop ffm_write_header_codec_private_ctx()Michael Niedermayer
2016-12-02avformat/ffmenc: Replace some st->codec use by codecparMichael Niedermayer
2016-12-02matroskadec: partly revert "demux relevant subtitle packets after a seek"Rainer Hochecker
2016-12-02avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT...Gregory J. Wolfe
2016-11-30mov: Evaluate the movie display matrixVittorio Giovara
2016-11-30avidec: fix leaking extradataAndreas Cadhalpun
2016-11-30matroskadec: prevent access of elements after freeingMichael Schenk
2016-11-30idroqdec: fix leaking pkt on failureAndreas Cadhalpun
2016-11-29avformat/idroqdec: Check chunk_size for being too largeMichael Niedermayer
2016-11-28avformat/rmenc: Check framerate before storingMichael Niedermayer
2016-11-27avformat/utils: Fix type mismatchMichael Niedermayer
2016-11-27lavf: always forward codec_whitelist in avformat_find_stream_infoAndreas Cadhalpun
2016-11-26refine avformat/flvdec set bit_rateSteven Liu
2016-11-26avformat/flvdec: move set bit_rate from parse AMF OBJECT toSteven Liu
2016-11-26avformat/flvenc: fix ticket 5976 and use old commitSteven Liu
2016-11-25lavf/flvdec: Set avg_frame_rate for video streams.Carl Eugen Hoyos
2016-11-25flvdec: require need_context_update when changing codec idAndreas Cadhalpun
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