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-04-13pthread_frame: make accesses to debug field be protected by owner lock.n3.3Ronald S. Bultje
2017-04-13pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje
2017-04-13vp8: make mv_min/max thread-local if using partition threading.Ronald S. Bultje
2017-04-13vp8: make wait/thread_mb_pos atomic.Ronald S. Bultje
2017-04-13huffyuv: assign correct per-thread avctx pointer to HYuvContext::avctx.Ronald S. Bultje
2017-04-13png: set AVFrame flags/fields before calling setup_finished().Ronald S. Bultje
2017-04-13png: split header state and data state in two separate variables.Ronald S. Bultje
2017-04-13hevc: only write to max_ra and pocTid0 in the first slice.Ronald S. Bultje
2017-04-13pthread_frame: call update_context_from_user() after acquiring lock.Ronald S. Bultje
2017-04-13ffmpeg: make transcode_init_done atomic.Ronald S. Bultje
2017-04-13h264: don't sync pic_id between threads.Ronald S. Bultje
2017-04-13h264: don't re-call ff_h264_direct_ref_list_init() w/ frame-mt.Ronald S. Bultje
2017-04-13avformat/movenc: auto insert vp9_superframe bsf when neededJames Almer
2017-04-12configure: Fix decklink license dependency.Carl Eugen Hoyos
2017-04-12ffprobe: only use custom logging callback if -show_log is setMarton Balint
2017-04-12tests/fate/filter-video: fix framerate filter testsMarton Balint
2017-04-12avfilter/vf_framerate: always request input if no output is provided in reque...Marton Balint
2017-04-12add release notes based on release 3.2Michael Niedermayer
2017-04-12Update for 3.3Michael Niedermayer
2017-04-12doc/APIchanges: Fill in missing fieldsMichael Niedermayer
2017-04-12avformat/oggparseogm: Check ff_alloc_extradata() for failureMichael Niedermayer
2017-04-12avformat/oggparseogm: Check available data before reading global headerMichael Niedermayer
2017-04-12avcodec/pixlet: Reorder rlen checkMichael Niedermayer
2017-04-12avcodec/mjpegenc_huffman: Assert length in ff_mjpegenc_huffman_compute_bits()Michael Niedermayer
2017-04-12mpegvideo_enc: disable optimized huffman coding with AMV or slice threadsRostislav Pehlivanov
2017-04-12Revert "mjpegenc: disable huffman coding with AMV"Michael Niedermayer
2017-04-12doc/examples/decode_video: Fix format string vulnerabilityMichael Niedermayer
2017-04-11Revert "avutil/avstring: add av_strreplace API into avstring"Steven Liu
2017-04-09mjpegenc: disable huffman coding with AMVRostislav Pehlivanov
2017-04-09mjpegenc_common: check for codec ID before using avctx->priv_dataRostislav Pehlivanov
2017-04-08avformat/matroskaenc: don't try to update flac extradata if live streamingJames Almer
2017-04-08avformat/mov: Check creation_time for overflowMichael Niedermayer
2017-04-08avcodec/dvdsubdec: Fixes 2 runtime error: left shift of 170 by 24 places cann...Michael Niedermayer
2017-04-08avcodec/h264: Check weight values to be within the specs limits.Michael Niedermayer
2017-04-08libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu
2017-04-03Changelog: fix position of VAAPI MPEG-2/VP8 encode entryMark Thompson
2017-04-03Changelog: add missing entry for VP8 QSV decoderJames Almer
2017-04-03Changelog: add 3.3James Almer
2017-04-02build: Add missing object dependency for extract_extradata bitstream filterDiego Biurrun
2017-04-02Bump minor for 3.3Michael Niedermayer
2017-04-02compat/atomics: fix atomic_fetch_xorJames Almer
2017-04-01avcodec/extract_extradata_bsf: make sure all parameter set NAL units were fou...James Almer
2017-04-01avformat/oggparsedaala: Do not leave an invalid value in gpshiftMichael Niedermayer
2017-04-01avformat/oggparsedaala: Check duration for AV_NOPTS_VALUEMichael Niedermayer
2017-04-01fate: add bitexact sws_flags to hevc-extradata-reloadJames Almer
2017-04-01Merge commit 'e18ba2dfd2d19aedc8afccf011d5fd0833352423'Hendrik Leppkes
2017-04-01Merge commit '5a1d605ceae448b476a525f7368ec452000d1f26'Hendrik Leppkes
2017-04-01Merge commit '9d7026574bbbe67d004a1c32911da75375692967'Hendrik Leppkes
2017-04-01Merge commit '0d3176e32f351d18d6174d8b05796829a75a4c6b'Hendrik Leppkes
2017-04-01avcodec/dnxhdenc: fix indentation issuePaul B Mahol