summaryrefslogtreecommitdiffstats
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-301-2/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård2009-03-011-0/+1
* 1000l for me, wrong pix_fmt.Michael Niedermayer2009-02-241-1/+1
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-241-0/+1
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Fix sample URL.Diego Biurrun2008-12-251-1/+1
* 10l, svq3 didnt set h->cbp, this broke decoding a little.Michael Niedermayer2008-12-181-0/+1
* Fix svq3 decoding, is_complex was not initialized.Michael Niedermayer2008-12-171-0/+1
* move decoder initialization in separate function, earlier failure detectionBaptiste Coudurier2008-11-241-5/+17
* cosmetics: indentation, prettyprintingDiego Biurrun2008-11-221-768/+768
* cosmetics: consistent function declarationsDiego Biurrun2008-11-221-17/+23
* cosmetics: Put statements after 'if' on their own line.Diego Biurrun2008-11-221-3/+6
* Add the function declaration of ff_svq1_packet_checksum to svq1.h and includeDiego Biurrun2008-10-281-0/+2
* svq3 watermark code now needs zlibBaptiste Coudurier2008-10-261-0/+4
* svq3 watermark decoding support, based on reverse engineering work by chronoBaptiste Coudurier2008-10-261-0/+36
* svq3: remove unused includeAurelien Jacobs2008-10-251-4/+0
* Include zlib.h as it is needed for watermark support,Michael Niedermayer2008-10-141-0/+4
* 10000l, revertMichael Niedermayer2008-07-161-1/+1
* The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer2008-07-161-1/+1
* Print slice num as well.Michael Niedermayer2008-07-161-2/+2
* Fix infinite loop at EOF.Michael Niedermayer2008-07-141-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange2008-05-111-4/+3
* Set and use h->mb_xy in SVQ3 too.Alexander Strange2008-05-111-2/+4
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-22/+22
* constsMichael Niedermayer2008-02-011-1/+1
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-051-30/+0
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-14/+14
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-2/+2
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-061-1/+1
OpenPOWER on IntegriCloud