summaryrefslogtreecommitdiffstats
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-12/+16
|\
| * Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-131-12/+16
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-16/+12
| * Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-131-12/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-041-2/+3
|\ \ | |/
| * svq3: Check negative mb_type to fix potential crash.Baptiste Coudurier2011-06-031-1/+1
| * svq3: Move svq3-specific fields to their own context.Baptiste Coudurier2011-06-031-35/+62
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-9/+10
|\ \ | |/
| * svq3: Do initialization after parsing the extradataRonald S. Bultje2011-05-211-9/+10
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-21/+21
| * Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-021-1/+1
* | Use av_fast_malloc instead of av_fast_realloc.Reimar Döffinger2011-05-071-2/+2
* | In svq3 decoder, check negative mb_type, fix potential crash.Baptiste Coudurier2011-05-061-1/+1
* | SVQ3: do not modify const input bufferBaptiste Coudurier2011-05-051-3/+19
* | SVQ3: Check that things match up after a frame.Baptiste Coudurier2011-05-051-1/+13
* | SVQ3: Move svq3 specific fields to their own context.Baptiste Coudurier2011-05-051-35/+62
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-21/+21
* | replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini2011-05-021-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-8/+0
|\ \ | |/
| * lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-8/+0
| * Replace mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-181-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-031-1/+3
|\ \ | |/
| * lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-1/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-2/+2
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-5/+4
* | Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-301-2/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-211-5/+4
|/
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-4/+5
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-151-23/+21
* Fix SVQ3Jason Garrett-Glaser2011-01-141-9/+11
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-11/+9
* SVQ3: Allow decoding if thread_count is > 1Alexander Strange2010-12-151-5/+0
* Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263Baptiste Coudurier2010-06-151-2/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* svq3 now in working condition, at least vissually, ill let fate tell usMichael Niedermayer2010-02-251-15/+15
* fix compilation, sorry ive not checked cvslog for a while :(((Michael Niedermayer2010-02-251-15/+15
* Fix svq3_* function declarations.Rafaël Carré2010-01-271-2/+2
* Apply changes made in r21308 to svq3.c.Jai Menon2010-01-191-4/+0
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-121-0/+1
* Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer2010-01-121-1/+1
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-121-10/+25
* SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.Jai Menon2009-12-121-0/+1
* Add additional long names for the Sorenson Vector Quantizer 3 decoder.Stefano Sabatini2009-10-191-1/+1
* Check thread count as multithreaded decoding is not supported.Michael Niedermayer2009-09-091-0/+5
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Parse frame size code, see "svq3.c: parse frame size" thread on ML.Ronald S. Bultje2009-08-041-3/+14
OpenPOWER on IntegriCloud