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
2017-05-10avcodec/webp: Always set pix_fmtMichael Niedermayer
2017-04-06vp8: make mv_min/max thread-local if using partition threading.Ronald S. Bultje
2017-04-06vp8: make wait/thread_mb_pos atomic.Ronald S. Bultje
2017-03-19Merge commit '87c6c78604e4dd16f1f45862b27ca006da010527'James Almer
2017-03-10avcodec/vp8: Fix hang with slice threadsThomas Guilbert
2017-03-07avcodec/vp8: Check for the bitstream end per MB in decode_mb_row_no_filter()Michael Niedermayer
2017-03-07avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()Michael Niedermayer
2017-03-07avcodec/vp8: remove redundant checkMichael Niedermayer
2017-03-01avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter()Michael Niedermayer
2016-08-26vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-06-21Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-04-24Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis
2016-03-25lavc: Deduplicate zigzag_scan tableDiego Biurrun
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-10-01avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setupMichael Niedermayer
2015-08-18Merge commit '7bf9647264308d2df74b2b50669f2d02a7ecc90b'Hendrik Leppkes
2015-08-16vp7: bound checking in vp7_decode_frame_headerFederico Tomassetti
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-18avcodec/vp8: Check buffer size in vp8_decode_frame_header()Michael Niedermayer
2015-07-18avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()Michael Niedermayer
2015-06-09vp8: change mv_{min,max}.{x,y} type to intAndreas Cadhalpun
2015-05-06avcodec/vp8: Suppress empty body warningsMichael Niedermayer
2015-03-14lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet
2015-03-11avcodec/vp8: Fix undefined shifts in vp8_mc_luma()Michael Niedermayer
2015-01-18avcodec/vp8: remove double ;;Clément Bœsch
2015-01-15Merge commit '014b6b416fec89777cb9cff61bcf7896eaf7cf39'Michael Niedermayer
2015-01-15vp8: improve memory allocation checksVittorio Giovara
2014-11-18Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa'Michael Niedermayer
2014-11-18lavc: fix bitshifts amount bigger than the typeVittorio Giovara
2014-11-13vp7: fix checking vp7_feature_value_size()Michael Niedermayer
2014-10-09Merge commit '65875a8b3b079752da25a61ec188d2e3d90a569f'Michael Niedermayer
2014-10-08vp8: initialize color space and range propertiesVittorio Giovara
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-01Merge commit '79793f833784121d574454af4871866576c0749d'Michael Niedermayer
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-06-28avcodec/vp8: Fix multiple ff_thread_finish_setup() callsMichael Niedermayer
2014-06-18avcodec/vp8: fix () in macrosMichael Niedermayer
2014-05-13Use rac_get_prob branchy version when used within a conditional branch.Matt Oliver
2014-04-07Fix standalone compilation of vp7 and vp8 decoder.Carl Eugen Hoyos
2014-04-06avcodec/vp8: fix checking vp7_feature_value_sizeMichael Niedermayer
2014-04-05avcodec/vp8: fix name of copy_luma()Michael Niedermayer
2014-04-04Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer
2014-04-04On2 VP7 decoderPeter Ross
2014-03-30Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5'Michael Niedermayer
2014-03-29vp8: K&R formatting cosmeticsVittorio Giovara
2014-03-29avcodec/vp7: check buffer sizeMichael Niedermayer
2014-03-27avcodec/vp7: Fix null pointer dereference in vp7_decode_frame_header()Michael Niedermayer