summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add initial support for 12-bit color mode.Janusz Krzysztofik2010-03-05
* Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().Janusz Krzysztofik2010-03-05
* Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.Laurent Aimar2010-03-04
* Fixed buffer overread in flashsv decoder.Laurent Aimar2010-03-04
* AAC: Return the number of bytes consumed in decoding a frame.Alex Converse2010-03-04
* Really fix 2.95David Conrad2010-03-04
* Maybe fix gcc 2.95David Conrad2010-03-04
* Cope with rev 22183:Gwenole Beauchesne2010-03-04
* AAC: Mark predictor functions av_always_inline.Alex Converse2010-03-04
* Cosmetics: Re-indent after last commit.Alex Converse2010-03-04
* AAC parser: Don't write channels, sample rate, and frame size each frame.Alex Converse2010-03-04
* Port Optimizations about *_type init from decode to filter code.Michael Niedermayer2010-03-04
* Optimize *_type init, 1.5 cpu cycles faster.Michael Niedermayer2010-03-04
* Delay translating DCT tokens into coefficients until immediately before IDCTDavid Conrad2010-03-03
* Do MC and IDCT in coding (hilbert) orderDavid Conrad2010-03-03
* Explictly separate decoding whether fragments are coded by planeDavid Conrad2010-03-03
* move vp6 huffman table freeing code, out of common vp56 codeAurelien Jacobs2010-03-03
* Reorder indexes in weight tables.Michael Niedermayer2010-03-03
* Move all context fields that are not used in the mb and block layersMichael Niedermayer2010-03-03
* Fixed DXVA2 H264 hwaccel compilation.Laurent Aimar2010-03-03
* remove unused left_border field from context.Michael Niedermayer2010-03-03
* cosmetic addition of {}Michael Niedermayer2010-03-03
* Note about luma/chroma_weight tables and their datatype.Michael Niedermayer2010-03-03
* Fixed overreads in TTA decoder with corrupted bistreams.Laurent Aimar2010-03-03
* Plug some memory leaks in the VP6 decoderVitor Sessak2010-03-03
* move svq3 specific fields to the end of the contextMichael Niedermayer2010-03-03
* Cope with rev 22169 change:Gwenole Beauchesne2010-03-03
* Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer2010-03-03
* Simplify implicit_weight table init.Michael Niedermayer2010-03-03
* Perform coefficient transformations in Bink Audio DCT decoder (issue1770)Peter Ross2010-03-03
* use intended const syntaxPeter Ross2010-03-03
* Another 3 useless zeroing instructions.Michael Niedermayer2010-03-03
* Load the whole left side of mv&ref only when needed.Michael Niedermayer2010-03-03
* Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration.Carl Eugen Hoyos2010-03-03
* Pass correct buffer-pointer and buffer-size to hardware acceleratedCarl Eugen Hoyos2010-03-02
* Make lsp a separate configurable and select it from codecs needing itMåns Rullgård2010-03-02
* Fix a bunch of bugs ive introduced recently that broke threaded decoding.Michael Niedermayer2010-03-02
* Fix spelling in commentVitor Sessak2010-03-01
* Add commented-out unoptimized code to improve readabilityVitor Sessak2010-03-01
* Process packed bitstream also for VDPAU.Carl Eugen Hoyos2010-03-01
* revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4Aurelien Jacobs2010-03-01
* Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer2010-02-28
* Make av_build_filter static (and remove av_): It is not used outside resample...Carl Eugen Hoyos2010-02-28
* Make av_get_bit_rate() static and remove av_, the function is only usedCarl Eugen Hoyos2010-02-28
* Include libxvid_internal.h: It contains the prototype for av_tempfile().Carl Eugen Hoyos2010-02-28
* Make the following functions static (and remove ff_), they are only usedCarl Eugen Hoyos2010-02-28
* Make function get_channel_name() static: It is only used in audioconvert.c.Carl Eugen Hoyos2010-02-28
* Process picture aspect ratio changes in H.264.Janusz Krzysztofik2010-02-28
* Include internal.h and imgconvert.h, they contain the prototypes for theCarl Eugen Hoyos2010-02-28
* Include msrledec.h: It contains the prototype for ff_msrle_decode().Carl Eugen Hoyos2010-02-28