Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-06-30apedec: add flush functionMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-2016l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov
2009-12-05refactor and optimize scalarproductLoren Merritt
2009-12-041-13% faster apply_filter, 1-3% faster ape decoding on core2Loren Merritt
2009-12-04100l trocadero: call emms_c() after doing decoding with SIMD in APE decoderKostya Shishkov
2009-12-03avoid an unpredictable branchLoren Merritt
2009-12-03inline to allow constant propagationLoren Merritt
2009-11-20Implement missing case for decoding samples with large pivot value in APEKostya Shishkov
2009-09-16Monkey's Audio uses subframes too, declare that in its capabilitiesKostya Shishkov
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-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28Fix Doxygen comments for APE decoder.Kostya Shishkov
2008-11-19Add channel layout to several audio decoders I maintainKostya Shishkov
2008-09-24Correct wrong lower limit and condition used in APE decoderKostya Shishkov
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-29While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-06Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10smaller tablesMichael Niedermayer
2008-03-05Remove unused elements from tables.Michael Niedermayer
2008-03-05Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer
2008-03-05Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer
2008-02-01constMichael Niedermayer
2008-01-31cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ...Baptiste Coudurier
2007-12-02Fix some spelling mistakes.Diego Biurrun
2007-12-02spellingVitor Sessak
2007-09-13Monkey Audio decoderKostya Shishkov