| Commit message (Expand) | Author | Age | Files | Lines |
* | Round correctly chroma picture height. | Vitor Sessak | 2010-03-05 | 1 | -2/+2 |
* | Add initial support for 12-bit color mode. | Janusz Krzysztofik | 2010-03-05 | 1 | -1/+45 |
* | Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). | Janusz Krzysztofik | 2010-03-05 | 1 | -2/+4 |
* | Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes. | Laurent Aimar | 2010-03-04 | 1 | -4/+4 |
* | Fixed buffer overread in flashsv decoder. | Laurent Aimar | 2010-03-04 | 1 | -0/+7 |
* | AAC: Return the number of bytes consumed in decoding a frame. | Alex Converse | 2010-03-04 | 1 | -1/+3 |
* | Really fix 2.95 | David Conrad | 2010-03-04 | 1 | -1/+2 |
* | Maybe fix gcc 2.95 | David Conrad | 2010-03-04 | 1 | -1/+1 |
* | Cope with rev 22183: | Gwenole Beauchesne | 2010-03-04 | 1 | -4/+4 |
* | AAC: Mark predictor functions av_always_inline. | Alex Converse | 2010-03-04 | 1 | -2/+2 |
* | Cosmetics: Re-indent after last commit. | Alex Converse | 2010-03-04 | 1 | -13/+13 |
* | AAC parser: Don't write channels, sample rate, and frame size each frame. | Alex Converse | 2010-03-04 | 1 | -3/+11 |
* | Port Optimizations about *_type init from decode to filter code. | Michael Niedermayer | 2010-03-04 | 1 | -6/+11 |
* | Optimize *_type init, 1.5 cpu cycles faster. | Michael Niedermayer | 2010-03-04 | 1 | -1/+9 |
* | Delay translating DCT tokens into coefficients until immediately before IDCT | David Conrad | 2010-03-03 | 1 | -178/+177 |
* | Do MC and IDCT in coding (hilbert) order | David Conrad | 2010-03-03 | 1 | -26/+43 |
* | Explictly separate decoding whether fragments are coded by plane | David Conrad | 2010-03-03 | 1 | -11/+16 |
* | move vp6 huffman table freeing code, out of common vp56 code | Aurelien Jacobs | 2010-03-03 | 2 | -15/+20 |
* | Reorder indexes in weight tables. | Michael Niedermayer | 2010-03-03 | 3 | -27/+27 |
* | Move all context fields that are not used in the mb and block layers | Michael Niedermayer | 2010-03-03 | 1 | -64/+73 |
* | Fixed DXVA2 H264 hwaccel compilation. | Laurent Aimar | 2010-03-03 | 1 | -4/+4 |
* | remove unused left_border field from context. | Michael Niedermayer | 2010-03-03 | 1 | -1/+0 |
* | cosmetic addition of {} | Michael Niedermayer | 2010-03-03 | 1 | -2/+2 |
* | Note about luma/chroma_weight tables and their datatype. | Michael Niedermayer | 2010-03-03 | 1 | -0/+1 |
* | Fixed overreads in TTA decoder with corrupted bistreams. | Laurent Aimar | 2010-03-03 | 1 | -2/+9 |
* | Plug some memory leaks in the VP6 decoder | Vitor Sessak | 2010-03-03 | 2 | -0/+13 |
* | move svq3 specific fields to the end of the context | Michael Niedermayer | 2010-03-03 | 1 | -8/+7 |
* | Cope with rev 22169 change: | Gwenole Beauchesne | 2010-03-03 | 1 | -4/+4 |
* | Merge weight & offset tables, 15 cpu cycles faster. | Michael Niedermayer | 2010-03-03 | 3 | -29/+27 |
* | Simplify implicit_weight table init. | Michael Niedermayer | 2010-03-03 | 1 | -6/+4 |
* | Perform coefficient transformations in Bink Audio DCT decoder (issue1770) | Peter Ross | 2010-03-03 | 1 | -2/+5 |
* | use intended const syntax | Peter Ross | 2010-03-03 | 1 | -1/+1 |
* | Another 3 useless zeroing instructions. | Michael Niedermayer | 2010-03-03 | 1 | -3/+0 |
* | Load the whole left side of mv&ref only when needed. | Michael Niedermayer | 2010-03-03 | 1 | -0/+12 |
* | Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration. | Carl Eugen Hoyos | 2010-03-03 | 1 | -0/+4 |
* | Pass correct buffer-pointer and buffer-size to hardware accelerated | Carl Eugen Hoyos | 2010-03-02 | 1 | -2/+2 |
* | Make lsp a separate configurable and select it from codecs needing it | Måns Rullgård | 2010-03-02 | 1 | -6/+6 |
* | Fix a bunch of bugs ive introduced recently that broke threaded decoding. | Michael Niedermayer | 2010-03-02 | 1 | -12/+13 |
* | Fix spelling in comment | Vitor Sessak | 2010-03-01 | 1 | -1/+1 |
* | Add commented-out unoptimized code to improve readability | Vitor Sessak | 2010-03-01 | 1 | -0/+8 |
* | Process packed bitstream also for VDPAU. | Carl Eugen Hoyos | 2010-03-01 | 1 | -1/+1 |
* | revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 | Aurelien Jacobs | 2010-03-01 | 1 | -3/+1 |
* | Remove some unneeded fill_rectangle() for 16x16 blocks. | Michael Niedermayer | 2010-02-28 | 2 | -11/+5 |
* | Make av_build_filter static (and remove av_): It is not used outside resample... | Carl Eugen Hoyos | 2010-02-28 | 1 | -2/+2 |
* | Make av_get_bit_rate() static and remove av_, the function is only used | Carl Eugen Hoyos | 2010-02-28 | 1 | -2/+2 |
* | Include libxvid_internal.h: It contains the prototype for av_tempfile(). | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+1 |
* | Make the following functions static (and remove ff_), they are only used | Carl Eugen Hoyos | 2010-02-28 | 1 | -6/+6 |
* | Make function get_channel_name() static: It is only used in audioconvert.c. | Carl Eugen Hoyos | 2010-02-28 | 1 | -1/+1 |
* | Process picture aspect ratio changes in H.264. | Janusz Krzysztofik | 2010-02-28 | 1 | -1/+3 |
* | Include internal.h and imgconvert.h, they contain the prototypes for the | Carl Eugen Hoyos | 2010-02-28 | 1 | -0/+2 |