summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAge
* svq3: propagate codec memory allocation failure in context initDustin Brody2011-08-15
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* H.264: faster write_back_*Jason Garrett-Glaser2011-07-03
* Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser2011-06-13
* svq3: Check negative mb_type to fix potential crash.Baptiste Coudurier2011-06-03
* svq3: Move svq3-specific fields to their own context.Baptiste Coudurier2011-06-03
* svq3: Do initialization after parsing the extradataRonald S. Bultje2011-05-21
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* Replace mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-18
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-20
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-15
* Fix SVQ3Jason Garrett-Glaser2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* SVQ3: Allow decoding if thread_count is > 1Alexander Strange2010-12-15
* Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263Baptiste Coudurier2010-06-15
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* svq3 now in working condition, at least vissually, ill let fate tell usMichael Niedermayer2010-02-25
* fix compilation, sorry ive not checked cvslog for a while :(((Michael Niedermayer2010-02-25
* Fix svq3_* function declarations.Rafaël Carré2010-01-27
* Apply changes made in r21308 to svq3.c.Jai Menon2010-01-19
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-12
* Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer2010-01-12
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-12
* SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.Jai Menon2009-12-12
* Add additional long names for the Sorenson Vector Quantizer 3 decoder.Stefano Sabatini2009-10-19
* Check thread count as multithreaded decoding is not supported.Michael Niedermayer2009-09-09
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Parse frame size code, see "svq3.c: parse frame size" thread on ML.Ronald S. Bultje2009-08-04
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-30
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård2009-03-01
* 1000l for me, wrong pix_fmt.Michael Niedermayer2009-02-24
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix sample URL.Diego Biurrun2008-12-25
* 10l, svq3 didnt set h->cbp, this broke decoding a little.Michael Niedermayer2008-12-18