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-07-31Remove unused debug av_log() calls.Diego Biurrun
2009-05-30remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-27Use ff_hwaccel_pixfmt_list_420[] in H.263 decoder.Gwenole Beauchesne
2009-02-27Add HW acceleration hooks for MPEG-4 / H.263 decoding.Gwenole Beauchesne
2009-02-24add ff_find_hwaccel() by Gwenole BeauchesneMichael Niedermayer
2009-02-24Another AVhwaccel hunk from Gwenole Beauchesne.Michael Niedermayer
2009-02-24Add and use ff_pixfmt_list_420.Michael Niedermayer
2009-02-24Approved hunk from the AVHWaccel patch by Gwenole Beauchesne.Gwenole Beauchesne
2009-02-23More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne
2009-02-11Initialize s->gob_index for Intel variant of H.263 tooKostya Shishkov
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-26Change "H.263 Intel" long name to "Intel H.263".Stefano Sabatini
2009-01-25Make more descriptive the long names for the various variants of H.263.Stefano Sabatini
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
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-12-22Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().Michael Niedermayer
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-29Remove leading whitespace in long codec name that was committed in r13017Robert Swain
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-28Add long names to some AVCodec declarations.Stefano Sabatini
2008-04-17Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.Alexander Strange
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-03-05Avoid linking with h263 and mpeg4 find_frame_end()Aurelien Jacobs
2008-02-01constMichael Niedermayer
2007-12-02spellingVitor Sessak
2007-11-10intrax8 decoder patch by "someone"Michael Niedermayer
2007-06-13Workaround adjustments for DivX 6.1 and laterLord
2007-06-12misc spelling fixesDiego Biurrun
2007-05-10disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs
2007-05-10move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.cAurelien Jacobs
2007-05-08Move H.263 parser to its own file.Diego Biurrun
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-03-08Corrections so that builds with DEBUG workMichel Bardiaux
2007-01-231/0 fixMichael Niedermayer
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-11-07add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-0410l in r6412Loren Merritt