Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-15Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser
2011-01-15Fix SVQ3Jason Garrett-Glaser
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2010-12-15SVQ3: Allow decoding if thread_count is > 1Alexander Strange
2010-06-16Fix svq3 watermark log uncompress on 64bit, probably fixes issue 1263Baptiste Coudurier
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-25svq3 now in working condition, at least vissually, ill let fate tell usMichael Niedermayer
2010-02-25fix compilation, sorry ive not checked cvslog for a while :(((Michael Niedermayer
2010-01-28Fix svq3_* function declarations.Rafaël Carré
2010-01-19Apply changes made in r21308 to svq3.c.Jai Menon
2010-01-13Split motion vector prediction off h264.c/h.Michael Niedermayer
2010-01-13Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer
2010-01-12Get rid of #include "svq3.c"Michael Niedermayer
2009-12-12SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.Jai Menon
2009-10-19Add additional long names for the Sorenson Vector Quantizer 3 decoder.Stefano Sabatini
2009-09-10Check thread count as multithreaded decoding is not supported.Michael Niedermayer
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-08-05Parse frame size code, see "svq3.c: parse frame size" thread on ML.Ronald S. Bultje
2009-05-30remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-01SVQ3: Fix decoding with A32_BITSTREAM_READERMåns Rullgård
2009-02-251000l for me, wrong pix_fmt.Michael Niedermayer
2009-02-24Add and use ff_pixfmt_list_420.Michael Niedermayer
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-25Fix sample URL.Diego Biurrun
2008-12-1810l, svq3 didnt set h->cbp, this broke decoding a little.Michael Niedermayer
2008-12-17Fix svq3 decoding, is_complex was not initialized.Michael Niedermayer
2008-11-24move decoder initialization in separate function, earlier failure detectionBaptiste Coudurier
2008-11-22cosmetics: indentation, prettyprintingDiego Biurrun
2008-11-22cosmetics: consistent function declarationsDiego Biurrun
2008-11-22cosmetics: Put statements after 'if' on their own line.Diego Biurrun
2008-10-29Add the function declaration of ff_svq1_packet_checksum to svq1.h and includeDiego Biurrun
2008-10-27svq3 watermark code now needs zlibBaptiste Coudurier
2008-10-27svq3 watermark decoding support, based on reverse engineering work by chronoBaptiste Coudurier
2008-10-25svq3: remove unused includeAurelien Jacobs
2008-10-15Include zlib.h as it is needed for watermark support,Michael Niedermayer
2008-07-1610000l, revertMichael Niedermayer
2008-07-16The funny memcpyin svq3 generally has src & dst overlapping, so itMichael Niedermayer
2008-07-16Print slice num as well.Michael Niedermayer
2008-07-14Fix infinite loop at EOF.Michael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange