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
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
2013-11-01Merge commit '757d5e8ef98ba2ab0dd0e85a46290c4f4a7e82be'Michael Niedermayer
2013-10-31vp3: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-16Merge commit '93f305473f880729d18b5e42067f19d2106cb2e5'Michael Niedermayer
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje
2013-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje
2013-09-16Merge commit '6fc8226e29055858f28973bb3d27b63b3b65e616'Michael Niedermayer
2013-09-16vp3: Check the framerate for validityMartin Storsjö
2013-05-21vp3: zero allocated tablesPaul B Mahol
2013-04-20vp3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-04-08Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer
2013-04-08vp3: Embed idct_permutation array directly in VP3DecoderContextRonald S. Bultje
2013-03-28vp3: Check fps validity more completelyMichael Niedermayer
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-13vp3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-13vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-10vp3: embed idct_permutation array directly in VP3DecoderContext.Ronald S. Bultje
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-29vp3dec: move threads check out of header packet type checkMichael Niedermayer
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer