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-22Hook up the MD studio demuxer and Atrac1 decoder.Benjamin Larsson
2009-09-02add missing wmapro decoder partsSascha Sommer
2009-08-27Decoder for LPCM as used in Bluray discs.Christian Schmidt
2009-08-25Add Bluray Subtitle SupportStephen Backway
2009-08-23TwinVQ decoderVitor Sessak
2009-07-09Merge the AAC encoder from SoC svn. It is still considered experimental.Alex Converse
2009-07-07Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.Diego Biurrun
2009-06-29Revert r19149 "Disable native Vorbis encoder"David Conrad
2009-06-19Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger
2009-06-13Electronic Arts Madcow decoderPeter Ross
2009-06-12DPX (Digital Picture Exchange) image decoderJimmy Christensen
2009-06-11Disable native Vorbis encoder; quality is much worse than libvorbis andDavid Conrad
2009-06-05Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun
2009-06-03AAC ADTS to AudioSpecificConfig bitstream filterAlex Converse
2009-05-12V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier
2009-05-07Add 8088flex TMV video decoder.Daniel Verkamp
2009-04-22Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer
2009-04-03Add VC-1 bitstream decoding through VA API.Gwenole Beauchesne
2009-04-02Register VA API HW accelerators.Gwenole Beauchesne
2009-03-23Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encodersDiego Biurrun
2009-03-20PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.Daniel Verkamp
2009-03-20Split TrueHD decoder from MLPRamiro Polla
2009-03-10Add REGISTER_HWACCEL() for hardware accelerators.Gwenole Beauchesne
2009-02-07Replace the calls to the deprecated function register_avcodec() withStefano Sabatini
2009-02-06Use libopenjpeg for jpeg2k decoding.Jai Menon
2009-02-05Electronic Arts TQI decoderPeter Ross
2009-02-02cosmetics: Place all subtitle entries together.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-17added demuxer for FunCom ISS audio files,Stefan Gehrer
2009-01-16Add mpeg1_vdpau decoder.Carl Eugen Hoyos
2009-01-16Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-13Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer
2009-01-05Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2008-12-20RV30 decoderKostya Shishkov
2008-12-15Move documentation of avcodec_register_all() from allcodecs.c toStefano Sabatini
2008-12-02Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet
2008-12-01enable RV40 decoderKostya Shishkov
2008-11-08Electronic Arts TGQ video decoderPeter Ross
2008-10-24Speex decoding via libspeexDavid Conrad
2008-10-24dnxhd parserBaptiste Coudurier
2008-10-06Remove obsolete liba52 wrapper code.Diego Biurrun
2008-09-08Remove stuff under #if LIBAVCODEC_VERSION_INT.Michael Niedermayer
2008-09-01create a separate codec_id for E-AC-3Justin Ruggles
2008-09-01Remaining parts of Nellymoser encoderBartlomiej Wolowiec
2008-08-21Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain
2008-08-19alacenc: last few hunks approved by michaelJai Menon
2008-08-19Add F64BE, F64LE and F64BE PCM codecs.Peter Ross