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-12-21build: fix standalone compilation of ADX encoderDiego Biurrun
2011-12-21build: fix standalone compilation of ADPCM decodersDiego Biurrun
2011-12-14v410 encoder and decoderDerek Buitenhuis
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard
2011-12-10Dxtory capture format decoderKostya Shishkov
2011-11-27avformat: add CRI ADX format demuxerJustin Ruggles
2011-11-27adx: add an ADX parser.Justin Ruggles
2011-11-27adx: calculate correct LPC coeffsJustin Ruggles
2011-11-25snow: split snow in snowdec and snowencLuca Barbato
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
2011-11-12VBLE DecoderDerek Buitenhuis
2011-11-10avcodec: add support for planar signed 8-bit PCM.Justin Ruggles
2011-11-08BMV demuxer and decoderKostya Shishkov
2011-10-28lavc: remove "legacy" mpegvideo decoder.Anton Khirnov
2011-10-26avcodec: remove the Zork PCM encoder.Justin Ruggles
2011-10-23g722: split decoder and encoder into separate filesJustin Ruggles
2011-10-20libspeexenc: add libspeex encoderJustin Ruggles
2011-10-20Only test-compile w32pthreads.h if W32THREADS are available.Diego Biurrun
2011-10-19Ut Video decoderKostya Shishkov
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-10-12rv34: move inverse transform functions to DSP contextJanne Grunau
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje
2011-09-22Apple ProRes decoderMaxim Poliakovski
2011-09-12adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles
2011-09-07Add LATM muxerKieran Kunhya
2011-08-17Use parsers for RealVideo 3/4 to determine correct PTSKostya Shishkov
2011-07-27bink: make IDCT take 32-bit inputKostya Shishkov
2011-07-22add Flash Screen Video 2 decoderKostya Shishkov
2011-07-20Remove snow/dwt test programMans Rullgard
2011-07-19eac3enc: use frame exponent strategy when applicable.Justin Ruggles
2011-07-19cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will alsoJustin Ruggles
2011-07-09mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-14ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
2011-06-07Move E-AC-3 encoder functions to a separate eac3enc.c file.Justin Ruggles
2011-06-05Skip tableprint.h during 'make checkheaders'.Diego Biurrun
2011-06-05Skip generated table headers during 'make checkheaders'.Diego Biurrun
2011-06-05Fix build of eval-test programMans Rullgard
2011-06-04Skip headers not designed to work standalone during 'make checkheaders'.Diego Biurrun
2011-05-28ac3enc: add support for E-AC-3 encoding.Justin Ruggles
2011-05-24lavc: remove msmpeg4v1 encoder.Anton Khirnov
2011-05-19Rename costablegen.c ---> cos_tablegen.c.Diego Biurrun
2011-05-19Collapse tableprint.c into tableprint.h.Diego Biurrun
2011-05-19Simplify trig table rulesMans Rullgard
2011-05-19Simplify CLEANFILES make variable by using wildcards.Diego Biurrun
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-05-17dct: build dct32 as separate object filesMans Rullgard
2011-05-16Remove unused header mpegaudio3.h.Diego Biurrun