| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix SVQ3 after adding 4:4:4 H.264 support | Jason Garrett-Glaser | 2011-06-13 | 1 | -12/+16 |
* | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -16/+12 |
* | Fix SVQ3 after adding 4:4:4 H.264 support | Jason Garrett-Glaser | 2011-06-13 | 1 | -12/+16 |
* | svq3: Check negative mb_type to fix potential crash. | Baptiste Coudurier | 2011-06-03 | 1 | -1/+1 |
* | svq3: Move svq3-specific fields to their own context. | Baptiste Coudurier | 2011-06-03 | 1 | -35/+62 |
* | svq3: Do initialization after parsing the extradata | Ronald S. Bultje | 2011-05-21 | 1 | -9/+10 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -21/+21 |
* | Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -8/+0 |
* | Replace mplayerhq.hu URLs by libav.org. | Diego Biurrun | 2011-04-18 | 1 | -1/+1 |
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -1/+3 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-28 | 1 | -2/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-20 | 1 | -5/+4 |
* | H.264/SVQ3: make chroma DC work the same way as luma DC | Jason Garrett-Glaser | 2011-01-15 | 1 | -4/+5 |
* | Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients. | Jason Garrett-Glaser | 2011-01-15 | 1 | -23/+21 |
* | Fix SVQ3 | Jason Garrett-Glaser | 2011-01-14 | 1 | -9/+11 |
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 1 | -11/+9 |
* | SVQ3: Allow decoding if thread_count is > 1 | Alexander Strange | 2010-12-15 | 1 | -5/+0 |
* | Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263 | Baptiste Coudurier | 2010-06-15 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | svq3 now in working condition, at least vissually, ill let fate tell us | Michael Niedermayer | 2010-02-25 | 1 | -15/+15 |
* | fix compilation, sorry ive not checked cvslog for a while :((( | Michael Niedermayer | 2010-02-25 | 1 | -15/+15 |
* | Fix svq3_* function declarations. | Rafaël Carré | 2010-01-27 | 1 | -2/+2 |
* | Apply changes made in r21308 to svq3.c. | Jai Menon | 2010-01-19 | 1 | -4/+0 |
* | Split motion vector prediction off h264.c/h. | Michael Niedermayer | 2010-01-12 | 1 | -0/+1 |
* | Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just | Michael Niedermayer | 2010-01-12 | 1 | -1/+1 |
* | Get rid of #include "svq3.c" | Michael Niedermayer | 2010-01-12 | 1 | -10/+25 |
* | SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation. | Jai Menon | 2009-12-12 | 1 | -0/+1 |
* | Add additional long names for the Sorenson Vector Quantizer 3 decoder. | Stefano Sabatini | 2009-10-19 | 1 | -1/+1 |
* | Check thread count as multithreaded decoding is not supported. | Michael Niedermayer | 2009-09-09 | 1 | -0/+5 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Parse frame size code, see "svq3.c: parse frame size" thread on ML. | Ronald S. Bultje | 2009-08-04 | 1 | -3/+14 |
* | remove unused hack which set AVCodecContext frame_number to pic timestamp | Baptiste Coudurier | 2009-05-30 | 1 | -2/+0 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | SVQ3: Fix decoding with A32_BITSTREAM_READER | Måns Rullgård | 2009-03-01 | 1 | -0/+1 |
* | 1000l for me, wrong pix_fmt. | Michael Niedermayer | 2009-02-24 | 1 | -1/+1 |
* | Add and use ff_pixfmt_list_420. | Michael Niedermayer | 2009-02-24 | 1 | -0/+1 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | Fix sample URL. | Diego Biurrun | 2008-12-25 | 1 | -1/+1 |
* | 10l, svq3 didnt set h->cbp, this broke decoding a little. | Michael Niedermayer | 2008-12-18 | 1 | -0/+1 |
* | Fix svq3 decoding, is_complex was not initialized. | Michael Niedermayer | 2008-12-17 | 1 | -0/+1 |
* | move decoder initialization in separate function, earlier failure detection | Baptiste Coudurier | 2008-11-24 | 1 | -5/+17 |
* | cosmetics: indentation, prettyprinting | Diego Biurrun | 2008-11-22 | 1 | -768/+768 |
* | cosmetics: consistent function declarations | Diego Biurrun | 2008-11-22 | 1 | -17/+23 |