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
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
2014-03-25On2 VP7 decoderPeter Ross
2014-03-25avcodec/vp8: vp8_find_free_bufferPeter Ross
2014-02-15avcodec/vp8dsp: add VP7 idct and loop filterPeter Ross
2014-02-04Merge commit 'e46ad30a808744ddf3855567e162292a4eaabac7'Michael Niedermayer
2014-02-04vp8: use a fixed-size edge emu bufferAnton Khirnov
2014-01-20vp8: remove redundant "equals 1" testPeter Ross
2014-01-09Merge commit 'ef8c93e2f18c624d0c266687e43ab99af7921dd3'Michael Niedermayer
2014-01-09vp8: drop support for real (non-emulated) edgesAnton Khirnov
2013-11-15Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje