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
2018-03-02avformat/mxfdec: always use a stream which matches the first index table when...Marton Balint
2018-03-02avformat/mxfdec: compute sample_count after seek from index for audio streamsMarton Balint
2018-03-02avformat/mxfdec: use body_offset of the partitions in mxf_absolute_bodysid_of...Marton Balint
2018-03-02avformat/mxfdec: set index_duration from the track using the indexMarton Balint
2018-03-02avformat/mxfdec: fix sorting of index segmentsMarton Balint
2018-03-02avformat/mxfdec: use both body_sid and track_number to find the track of a pa...Marton Balint
2018-03-02avformat/mxfdec: use full UMID to resolve source packageMarton Balint
2018-03-02avformat/mxfdec: use the first system item if available for calculating essen...Marton Balint
2018-03-02avformat/mxfdec: fix essence_offset calculationMarton Balint
2018-03-02avformat/mxfdec: fix indentationMarton Balint
2018-03-01frame: add an av_frame_new_side_data_from_buf functionRostislav Pehlivanov
2018-03-01avcodec/wmaprodec: support decoding up to 16 channels of xmaMaxton
2018-03-01avfilter/avf_concat: add next commandBodecs Bela
2018-02-27avcodec/Makefile: skip nvdec.h header when nvdec is not enabledJames Almer
2018-02-27avcodec/msmpeg4dec: Check for input end in msmpeg4v34_decode_mb()Michael Niedermayer
2018-02-27avcodec/truemotion2rt: Check input buffer sizeMichael Niedermayer
2018-02-27avcodec/g2meet: Check tile dimensions with av_image_check_size2()Michael Niedermayer
2018-02-27avcodec/exr: fix invalid shift in unpack_14()Michael Niedermayer
2018-02-27avcodec/bintext: sanity check dimensionsMichael Niedermayer
2018-02-27compat: remove in-tree NVidia headersTimo Rothenpieler
2018-02-27avcodec/utvideodec: Check subsample factorsMichael Niedermayer
2018-02-27avcodec/rscc: Skip empty frames (nb_tiles == 0)Michael Niedermayer
2018-02-27fftools/ffmpeg: replace call to av_strerror with av_err2strTobias Rapp
2018-02-27avformat/dashenc: Removed usage of deprecated 'filename' variableKarthick Jeyapal
2018-02-27avformat/dashenc: add option to change HTTP methodSerhii Marchuk
2018-02-27avformat/utils: don't overwrite the return value of read_packet()James Almer
2018-02-26fate: Error out more gracefully on configure failureDiego Biurrun
2018-02-26configure: add missing audio_frame_queue dependency to vorbis encoderJames Almer
2018-02-24checkasm/vf_blend : add test for blend_simple_16, phoenix_16 and difference_16Martin Vignali
2018-02-24avfilter/x86/vf_blend : add 16 bit version for BLEND_SIMPLE, phoenix, differe...Martin Vignali
2018-02-24avfilter/x86/vf_blend : indentMartin Vignali
2018-02-24avfilter/x86/vf_blend : reorganize init in order to add 16 bit versionMartin Vignali
2018-02-24checkasm/vf_blend : add depth param in order to add test for 16 bit versionMartin Vignali
2018-02-24fate/exr : add test for long name flagMartin Vignali
2018-02-24avcodec/exr : add support for long name flag and be more explicit about unsup...Martin Vignali
2018-02-24avformat/concatdec: add support for very long line sizesMarton Balint
2018-02-24avformat/aviobuf: add ff_read_line_to_bprint and ff_read_line_to_bprint_overw...Marton Balint
2018-02-24Add myself as codec2 maintainerTomas Härdin
2018-02-24Don't complain about codec2's 700 bit/s modes in ffmpeg.cTomas Härdin
2018-02-24Add muxer/demuxer for raw codec2 and .c2 filesTomas Härdin
2018-02-24Add libcodec2 en/decoderTomas Härdin
2018-02-24avformat/dashenc: chunk streaming support for low latency use casesVishwanath Dixit
2018-02-24avformat/dashenc: opening a segment file when its first frame is readyVishwanath Dixit
2018-02-24ffmpeg_opt: fix max_error_rate help info display issue.Jun Zhao
2018-02-24avcodec/smc: Check input packet sizeMichael Niedermayer
2018-02-24doc/bitstream_filters: documents delete_filler option.Jun Zhao
2018-02-24avformat/hvcc: zero initialize the nal buffers past the last written byteJames Almer
2018-02-24avcodec/Makefile: add missing dependencies for some cuvid decodersJames Almer
2018-02-24lavfi/vf_transpose: fix regression with semiplanar formatsRodger Combs
2018-02-24avformat/mpegts: set AV_DISPOSITION_DEPENDENT for mix_type=0 supplementary audioAman Gupta