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
2010-03-07Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård
2010-03-07Make some functions staticMåns Rullgård
2010-03-07Add some missing #includesMåns Rullgård
2010-03-06Fix last frame block size correction.Thilo Borgmann
2010-03-06Bink version 'h' also has chroma planes swappedKostya Shishkov
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-03-06Move DECLARE_ALIGNED_{8,16} macros to mem.hMåns Rullgård
2010-03-05Round correctly chroma picture height.Vitor Sessak
2010-03-05Add initial support for 12-bit color mode.Janusz Krzysztofik
2010-03-05Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().Janusz Krzysztofik
2010-03-04Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.Laurent Aimar
2010-03-04Fixed buffer overread in flashsv decoder.Laurent Aimar
2010-03-04AAC: Return the number of bytes consumed in decoding a frame.Alex Converse
2010-03-04Really fix 2.95David Conrad
2010-03-04Maybe fix gcc 2.95David Conrad
2010-03-04Cope with rev 22183:Gwenole Beauchesne
2010-03-04AAC: Mark predictor functions av_always_inline.Alex Converse
2010-03-04Cosmetics: Re-indent after last commit.Alex Converse
2010-03-04AAC parser: Don't write channels, sample rate, and frame size each frame.Alex Converse
2010-03-04Port Optimizations about *_type init from decode to filter code.Michael Niedermayer
2010-03-04Optimize *_type init, 1.5 cpu cycles faster.Michael Niedermayer
2010-03-04Delay translating DCT tokens into coefficients until immediately before IDCTDavid Conrad
2010-03-04Do MC and IDCT in coding (hilbert) orderDavid Conrad
2010-03-04Explictly separate decoding whether fragments are coded by planeDavid Conrad
2010-03-04move vp6 huffman table freeing code, out of common vp56 codeAurelien Jacobs
2010-03-04Reorder indexes in weight tables.Michael Niedermayer
2010-03-03Move all context fields that are not used in the mb and block layersMichael Niedermayer
2010-03-03Fixed DXVA2 H264 hwaccel compilation.Laurent Aimar
2010-03-03remove unused left_border field from context.Michael Niedermayer
2010-03-03cosmetic addition of {}Michael Niedermayer
2010-03-03Note about luma/chroma_weight tables and their datatype.Michael Niedermayer
2010-03-03Fixed overreads in TTA decoder with corrupted bistreams.Laurent Aimar
2010-03-03Plug some memory leaks in the VP6 decoderVitor Sessak
2010-03-03move svq3 specific fields to the end of the contextMichael Niedermayer
2010-03-03Cope with rev 22169 change:Gwenole Beauchesne
2010-03-03Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer
2010-03-03Simplify implicit_weight table init.Michael Niedermayer
2010-03-03Perform coefficient transformations in Bink Audio DCT decoder (issue1770)Peter Ross
2010-03-03use intended const syntaxPeter Ross
2010-03-03Another 3 useless zeroing instructions.Michael Niedermayer
2010-03-03Load the whole left side of mv&ref only when needed.Michael Niedermayer
2010-03-03Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration.Carl Eugen Hoyos
2010-03-02Pass correct buffer-pointer and buffer-size to hardware acceleratedCarl Eugen Hoyos
2010-03-02Make lsp a separate configurable and select it from codecs needing itMåns Rullgård
2010-03-02Fix a bunch of bugs ive introduced recently that broke threaded decoding.Michael Niedermayer
2010-03-01Fix spelling in commentVitor Sessak
2010-03-01Add commented-out unoptimized code to improve readabilityVitor Sessak
2010-03-01Process packed bitstream also for VDPAU.Carl Eugen Hoyos
2010-03-01revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4Aurelien Jacobs