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
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
2008-05-12Set and use h->mb_xy in SVQ3 too.Alexander Strange
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-01constsMichael Niedermayer
2007-09-05Move H.264 intra prediction functions into their own contextKostya Shishkov
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-07-06Add support for streams with different chroma_qp_index_offsetAndreas Öman
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-30rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos
2007-05-15dont write over the end of ref_cacheMichael Niedermayer
2007-05-14Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-01-24crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer
2007-01-24maybe fix segfault with missing extradata (unchecked)Michael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun