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
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-02Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer
2012-11-01qcelpdec: set channel layoutJustin Ruggles
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-12-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-19qcelpdec: K&R formatting cosmeticsAsen Lekov
2011-12-19qcelpdec: cosmetics: drop some pointless parenthesesDiego Biurrun
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-05qcelpdec: cosmetics: do not add line break before opening bracket in 'for',Justin Ruggles
2011-10-05qcelp: check output buffer size before decodingJustin Ruggles
2011-10-05qcelpdec: fix the return value of qcelp_decode_frame().Chris Rankin
2011-09-08qcelpdec: fix the return value of qcelp_decode_frame().Chris Rankin
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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-07-02Grammar fixesMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-04-21Implement QCELP postfilter.Ronald S. Bultje
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-01-04Reindent after last commitVitor Sessak
2010-01-04Add missing "static" qualifierVitor Sessak
2009-11-09Do not hardcode filter order in ff_acelp_lspd2lpc()Vitor Sessak
2009-11-04Implement ff_scale_vector_to_given_sum_of_squares()Reynaldo H. Verdejo Pinochet
2009-08-03Expose QCELP's floating-point LSP-to-LPC functionColin McQuillan
2009-08-03Make the LSP naming more consistentColin McQuillan
2009-06-29Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje
2009-05-13Fix bandwith vs. bandwiDth typo.Diego Biurrun
2009-05-04Properly handle SILENCE frame. Patch by Kenan Gillet.Kenan Gillet
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-04-07Move scale factor computation to its own function. Patch by KenanKenan Gillet
2009-04-04Add missing static qualifier from function declaration. Patch by KenanKenan Gillet
2009-03-10Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet
2009-03-10Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'Reynaldo H. Verdejo Pinochet
2009-03-04Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpcReynaldo H. Verdejo Pinochet
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-16Split ff_log_missing_feature into ff_log_missing_featureKenan Gillet