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
2019-11-11avcodec/vp3: Check that theora is theoraMichael Niedermayer
2018-02-11avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs()Michael Niedermayer
2018-02-11avcodec/vp3: Check eob_runMichael Niedermayer
2017-11-07avcodec: remove remaining uses of avcodec_get_chroma_sub_sampleMartin Vignali
2017-05-26avcodec/theora: export cropping information instead of handling it internallyJames Almer
2017-05-01avcodec/vp3: Check remaining bits in unpack_dct_coeffs()Michael Niedermayer
2017-03-03avcodec/vp3: Do not return random positive values but the buf sizeMichael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-12-04avcodec/vp3: Fix "runtime error: left shift of negative value"Michael Niedermayer
2015-12-03avcodec/vp3: ensure header is parsed successfully before tablesMichael Niedermayer
2015-11-30avcodec/vp3: always set pix_fmt in theora_decode_header()Michael Niedermayer
2015-11-28avcodec/vp3: Fix several memleaksMichael Niedermayer
2015-11-28avcodec/vp3: Clear context on reinitialization failureMichael Niedermayer
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-09-04avcodec/vp3: Check init_get_bits8() for failureMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-13avcodec/vp3: check current_frame before accessing itMichael Niedermayer
2015-05-15avcodec/vp3: Cleanup order of operations for current_run checkMichael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-06avcodec/vp3: pass correct context to av_log()Michael Niedermayer
2015-01-30avcodec/vp3: use init_get_bits8()Paul B Mahol
2014-12-19avcodec/vp3: Fix offset handlingMichael Niedermayer
2014-12-19Merge commit '67fc8a15e4182ea111cfcd05897709f09d99a33a'Michael Niedermayer
2014-12-19theora: support different visible and coded frame sizeVittorio Giovara
2014-12-14avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-08-24Correct few "ffmpeg" typosPaul B Mahol
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-10Fix 2 coeffecient typoClément Bœsch
2014-06-21Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-08avcodec: fix () in TRANSPOSE macroMichael Niedermayer
2014-06-03avcodec/vp3: free tables before allocating new onesMichael Niedermayer
2014-06-03avcodec/vp3: factorize out free_tables()Michael Niedermayer
2014-05-27avcodec/vp3: use av_mallocz_array()Michael Niedermayer
2014-04-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-02VP3: K&R formatting cosmeticsVittorio Giovara
2014-03-23Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer
2014-03-22dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun
2014-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-28Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun
2013-11-15Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje