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-20Remove unused variable, fixes the warning:Diego Biurrun
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-10Remove redundant code forgotten in the splitBenjamin Larsson
2009-09-08Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.Benjamin Larsson
2009-05-17IndentBenjamin Larsson
2009-05-17Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3Benjamin Larsson
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-17use intptr_t to cast pointers to int in codecs maintained by benjamin larssonRamiro Polla
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
2008-10-03atrac3dec: cosmetics: indentationAurelien Jacobs
2008-09-30atrac3: ensure input frame is not overwritten (it is const)Aurelien Jacobs
2008-08-12mdct wrapper function to match fftLoren Merritt
2008-08-12remove mdct tmp bufferLoren Merritt
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-03Sample tested and the code worked so the comment is removedBenjamin Larsson
2008-05-22Update copyright and textBenjamin Larsson
2008-05-22Fix decoding of 01-Untitled(1).oma, patch by Maxim PoliakovskiMaxim Poliakovski
2008-04-29Transform codec names into single words.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-02-01constMichael Niedermayer
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-07-30Handle malloc failurePanagiotis Issaris
2007-07-27Replace a return of -1 with ENOMEM.Panagiotis Issaris
2007-04-18Deobfuscade decodeTonalComponents calling logic.Benjamin Larsson
2007-04-18Atrac3 decoder.Benjamin Larsson