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-06-27v4l2_m2m: decoder: fix memory leakLukas Rusak
2018-06-27lavf/amr: Fix heuristic to avoid detection of repeated bytes.Carl Eugen Hoyos
2018-06-26fftools/ffmpeg: check sseof value and clash with ssGyan Doshi
2018-06-26lavc/libopenjpeg: Support GRAY10, GRAY12 and GRAY14.Carl Eugen Hoyos
2018-06-25avcodec/cscd: Check output buffer size for lzo.Michael Niedermayer
2018-06-25avcodec/ffv1dec: Check state transition tableMichael Niedermayer
2018-06-25avcodec/escape124: Check buf_size against num_superblocksMichael Niedermayer
2018-06-25lavf/mpjpegdec: Mark local variable staticMark Thompson
2018-06-25lavfi/vf_tonemap_opencl: Mark local tables staticMark Thompson
2018-06-25configure: bump minimum required version of libaomJames Almer
2018-06-25from RTCTIME to N*23, step is 23Steven Liu
2018-06-25avcodec/h264_parser: Reduce needed history for parsing mb indexMichael Niedermayer
2018-06-25avcodec/magicyuv: Check bits left in flags&1 branchMichael Niedermayer
2018-06-24avformat/mxfdec: avoid index_table->nb_ptses overflow in mxf_compute_ptses_fa...Marton Balint
2018-06-24avformat/mxfdec: compute sample_count for all streams on seekMarton Balint
2018-06-24avformat/mxfdec: add support for returning the partition for mxf_edit_unit_ab...Marton Balint
2018-06-24avformat/mxfdec: make current_edit_unit a parameter of mxf_compute_samplesMarton Balint
2018-06-24avformat/mxfdec: make edit_units_per_packet a track propertyMarton Balint
2018-06-24avformat/mxfdec: simply use the first essence element for non frame-wrapped p...Marton Balint
2018-06-24avformat/mxfdec: compute both essence_offset and essence_length in mxf_comput...Marton Balint
2018-06-24avformat/mxfdec: extend mxf_handle_missing_index_segment for all clip wrapped...Marton Balint
2018-06-24avformat/mxfdec: add some essence container uls from SMPTE draftMarton Balint
2018-06-24avformat/mxfdec: add support for determining essence wrapping schemeMarton Balint
2018-06-24avformat/mxfdec: store next_klv in KLVPacketMarton Balint
2018-06-24lavfi/framesync: Add namespace prefix to framesync_get_classMark Thompson
2018-06-24hwcontext_opencl: Remove unused variableMark Thompson
2018-06-23libavutil/encryption_info: Allow multiple init info.Jacob Trimble
2018-06-23ffmpeg: Treat subtitles like audio and video for non-monotonic dts.Hans Carlson
2018-06-23avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan()Michael Niedermayer
2018-06-23libavcodec/ffv1enc: minor cosmetic fixMichael Niedermayer
2018-06-22lavf/amr: Make the heuristic for auto-detection even stricter.Carl Eugen Hoyos
2018-06-21lavc/dpx: Support 10-bit packing method b (msbpad).Carl Eugen Hoyos
2018-06-21lavc/dpx: Support 12-bit packing method b (msbpad).Carl Eugen Hoyos
2018-06-21hwcontext_opencl: use ff_hwframe_map_replace()Rostislav Pehlivanov
2018-06-21hwcontext_internal: add ff_hwframe_map_replaceRostislav Pehlivanov
2018-06-21avformat/movenc: allow hdlr name field to be emptyGyan Doshi
2018-06-21lavfi: make vf_colorspace use functions from colorspace.cRuiling Song
2018-06-21lavfi: add opencl tonemap filterRuiling Song
2018-06-21lavfi: Add boxblur_opencl filterDanil Iashchenko
2018-06-20ffplay: ignore keypress events before a window is createdMarton Balint
2018-06-20avcodec/libzvbi-teletextdec: propagate ERASE_PAGE flag for repeated subtitle ...Marton Balint
2018-06-19lavf/mov: Do not fail hard for truncated stsz atoms.Carl Eugen Hoyos
2018-06-19avformat/movenc: read track title from correct keyGyan Doshi
2018-06-19avcodec/libx265: apply lavc maxrate, bufsize & rc_init_occupancyGyan Doshi
2018-06-19avdevice/v4l2enc: add video4linux2 name aliasLou Logan
2018-06-18avformat/mpegts: parse large PMTs with multiple tablesAman Gupta
2018-06-18Revert "avcodec/mediacodecdec: wait on first frame after input buffers are full"Aman Gupta
2018-06-18avcodec/videotoolboxenc: fix invalid session on iOSThomas Guillem
2018-06-18avcodec/videotoolboxenc: split initializationThomas Guillem
2018-06-18avcodec/videotoolboxenc: fix mutex/cond leak in error pathThomas Guillem