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-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-08-21Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger
2009-07-31Remove unused debug av_log() calls.Diego Biurrun
2009-07-30Remove unused variable intra_count.Diego Biurrun
2009-07-29Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun
2009-04-17Get rid of an unused variable, found by the clang static analyzer.Michael Niedermayer
2009-04-11Get rid of INIT_VLC_USE_STATIC in msmpeg4Michael Niedermayer
2009-04-11Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-10Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit...Michael Niedermayer
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-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-10-04Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2008-06-25remove duplicate tablesStefan Gehrer
2008-05-31Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-01-15Add a couple of missing consts.Sigbjørn Skjæret
2007-11-08cosmetics: indentationAurelien Jacobs
2007-11-08split wmv2 in its own fileAurelien Jacobs
2007-11-08rename some msmpeg4 symbols and make them non-staticAurelien Jacobs
2007-08-13Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun
2007-08-06make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-22modify msmpeg4 functions to generate VC1 compatible block layer bitstreamFortin Denis
2007-06-21static (inline) X => ff_XDenis Fortin
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-06-05Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin
2007-05-10split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs
2007-03-14kill av_mallocz_static() calls in init_rl()Michael Niedermayer
2006-11-12rename inverse -> ff_inverseMåns Rullgård
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-28dc_val should be signedMåns Rullgård
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer
2006-06-27Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov
2006-03-08(f)printf --> av_log conversionSteve L'Homme
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-08-26Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer