| Commit message (Expand) | Author | Age | Files | Lines |
* | H.264/SVQ3: make chroma DC work the same way as luma DC | Jason Garrett-Glaser | 2011-01-15 | 1 | -91/+6 |
* | Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients. | Jason Garrett-Glaser | 2011-01-15 | 1 | -1/+1 |
* | H.264: Remove useless arg to chroma_dc_dequant_idct_c | Jason Garrett-Glaser | 2011-01-14 | 1 | -5/+5 |
* | Fix SVQ3 | Jason Garrett-Glaser | 2011-01-14 | 1 | -9/+11 |
* | Reindent after r26337. | Jason Garrett-Glaser | 2011-01-14 | 1 | -11/+11 |
* | H.264: switch to x264-style tracking of luma/chroma DC NNZ | Jason Garrett-Glaser | 2011-01-14 | 1 | -2/+6 |
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 1 | -42/+8 |
* | H.264: eliminate non-transposed scantable support. | Jason Garrett-Glaser | 2011-01-14 | 1 | -24/+10 |
* | H.264: fix grayscale decoding with explicit wpred | Jason Garrett-Glaser | 2011-01-10 | 1 | -1/+2 |
* | SVQ3: Allow decoding if thread_count is > 1 | Alexander Strange | 2010-12-15 | 1 | -1/+1 |
* | In h264 decoder, fix decoding when nal end sequence is present | Baptiste Coudurier | 2010-11-23 | 1 | -8/+9 |
* | H.264 decode: support cropping up to 28 pixels in interlaced mode. | Reimar Döffinger | 2010-11-03 | 1 | -1/+1 |
* | Do not assume PIX_FMT_YUV420P will remain the only supported output format fo... | Carl Eugen Hoyos | 2010-10-05 | 1 | -1/+1 |
* | Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ... | Michael Niedermayer | 2010-10-05 | 1 | -2/+2 |
* | Try to fix crashes introduced by r25218 | Jason Garrett-Glaser | 2010-09-28 | 1 | -5/+10 |
* | Improve error concealment of lost frames | Jason Garrett-Glaser | 2010-09-27 | 1 | -0/+12 |
* | Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from | Ronald S. Bultje | 2010-09-14 | 1 | -8/+3 |
* | Perform sliding window operation during frame gap handling. | Michael Niedermayer | 2010-07-05 | 1 | -1/+2 |
* | Give context to av_log | Baptiste Coudurier | 2010-07-03 | 1 | -1/+1 |
* | Fix typo in Doxygen function parameter name. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -1/+1 |
* | Pass codec pixel format list to get_format, if present, fix vdpau decoding | Baptiste Coudurier | 2010-05-31 | 1 | -0/+2 |
* | In h264 decoder, use jpeg yuv pixel format when full range is set in vui | Baptiste Coudurier | 2010-05-28 | 1 | -2/+11 |
* | Factorize ff_h264_decode_extradata(). | Howard Chu | 2010-05-26 | 1 | -35/+46 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | H.264: cosmetics (vertical align). | Gwenole Beauchesne | 2010-04-15 | 1 | -1/+1 |
* | H.264: move avctx->{profile,level} init before AVCodecContext.get_format(). | Gwenole Beauchesne | 2010-04-15 | 1 | -6/+2 |
* | H.264: move avctx->refs init before AVCodecContext.get_format(). | Gwenole Beauchesne | 2010-04-15 | 1 | -2/+2 |
* | Move static function fill_filter_caches() from h264.h to h264.c. | Diego Biurrun | 2010-04-13 | 1 | -0/+216 |
* | H264: Copy h264dsp when creating new slice threads | Alexander Strange | 2010-03-31 | 1 | -0/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Fix implicit weight for b frames in mbaff. | Michael Niedermayer | 2010-03-30 | 1 | -12/+39 |
* | Set VDPAU H264 picture parameter field_order_cnt and frame_num at the | Stephen Warren | 2010-03-30 | 1 | -2/+4 |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2010-03-23 | 1 | -1/+0 |
* | Reinitialize the h264 decoder context on every valid aspect ratio | Janusz Krzysztofik | 2010-03-18 | 1 | -1/+2 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -15/+16 |
* | Fix indention | Michael Niedermayer | 2010-03-12 | 1 | -1/+1 |
* | Always reset slice_table. | Michael Niedermayer | 2010-03-12 | 1 | -2/+1 |
* | Reorder indexes in weight tables. | Michael Niedermayer | 2010-03-03 | 1 | -21/+21 |
* | cosmetic addition of {} | Michael Niedermayer | 2010-03-03 | 1 | -2/+2 |
* | Merge weight & offset tables, 15 cpu cycles faster. | Michael Niedermayer | 2010-03-03 | 1 | -21/+21 |
* | Simplify implicit_weight table init. | Michael Niedermayer | 2010-03-03 | 1 | -6/+4 |
* | Fix a bunch of bugs ive introduced recently that broke threaded decoding. | Michael Niedermayer | 2010-03-02 | 1 | -12/+13 |
* | revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 | Aurelien Jacobs | 2010-03-01 | 1 | -3/+1 |
* | Process picture aspect ratio changes in H.264. | Janusz Krzysztofik | 2010-02-28 | 1 | -1/+3 |
* | Move init of right side of ref_cache from fill_caches() to init_the_darn_deco... | Michael Niedermayer | 2010-02-26 | 1 | -0/+4 |
* | Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to | Michael Niedermayer | 2010-02-25 | 1 | -6/+0 |
* | Dont allocate direct_table 8 times too large. | Michael Niedermayer | 2010-02-25 | 1 | -1/+1 |
* | Reorder intra4x4_pred_mode so that we can read/write 4 values at once. | Michael Niedermayer | 2010-02-25 | 1 | -7/+4 |
* | Store intra4x4_pred_mode per row only. | Michael Niedermayer | 2010-02-25 | 1 | -9/+9 |