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
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-25cosmetics: Add '0' to float constants ending in '.'.Diego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12qcelp: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-01qcelpdec: set channel layoutJustin Ruggles
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-12-19qcelpdec: K&R formatting cosmeticsAsen Lekov
2011-12-19qcelpdec: cosmetics: drop some pointless parenthesesDiego Biurrun
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
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-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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
2008-12-28Silence one warning when compiling with icc:Carl Eugen Hoyos
2008-12-26COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet
2008-12-26Part 2 of Kenan Gillet's QCELP silence handling patch.Reynaldo H. Verdejo Pinochet
2008-12-20Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'Reynaldo H. Verdejo Pinochet
2008-12-11Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.Kenan Gillet