]> git.sesse.net Git - ffmpeg/history - libavcodec/qcelpdec.c
dashenc: Simplify code by using a local variable
[ffmpeg] / libavcodec / qcelpdec.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-07-25 Diego Biurruncosmetics: Add '0' to float constants ending in '.'.
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Rugglesqcelp: decode directly to the user-provided AVFrame
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-01 Justin Rugglesqcelpdec: set channel layout
2012-08-27 Diego Biurruncelp_math: Replace duplicate ff_dot_productf() by ff_sc...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-12-19 Asen Lekovqcelpdec: K&R formatting cosmetics
2011-12-19 Diego Biurrunqcelpdec: cosmetics: drop some pointless parentheses
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-04 Justin Rugglesqcelpdec: cosmetics: do not add line break before openi...
2011-10-04 Justin Rugglesqcelp: check output buffer size before decoding
2011-10-04 Chris Rankinqcelpdec: fix the return value of qcelp_decode_frame().
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-02 Måns RullgårdGrammar fixes
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-21 Ronald S. BultjeImplement QCELP postfilter.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-04 Vitor SessakReindent after last commit
2010-01-04 Vitor SessakAdd missing "static" qualifier
2009-11-09 Vitor SessakDo not hardcode filter order in ff_acelp_lspd2lpc()
2009-11-04 Reynaldo H. Verdej... Implement ff_scale_vector_to_given_sum_of_squares()
2009-08-03 Colin McQuillanExpose QCELP's floating-point LSP-to-LPC function
2009-08-03 Colin McQuillanMake the LSP naming more consistent
2009-06-29 Ronald S. BultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-05-12 Diego BiurrunFix bandwith vs. bandwiDth typo.
2009-05-04 Kenan GilletProperly handle SILENCE frame. Patch by Kenan Gillet.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-07 Kenan GilletMove scale factor computation to its own function....
2009-04-04 Kenan GilletAdd missing static qualifier from function declaration...
2009-03-09 Reynaldo H. Verdej... Cosmetics from Kenan Gillet's 'extract and share weight...
2009-03-09 Reynaldo H. Verdej... Functional part Kenan Gillet's 'extract and share weigh...
2009-03-04 Reynaldo H. Verdej... Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-16 Kenan GilletSplit ff_log_missing_feature into ff_log_missing_feature
2008-12-28 Carl Eugen HoyosSilence one warning when compiling with icc:
2008-12-26 Reynaldo H. Verdej... COSMETICS Part 3 and final of Kenan Gillet's QCELP...
2008-12-26 Reynaldo H. Verdej... Part 2 of Kenan Gillet's QCELP silence handling patch.
2008-12-20 Reynaldo H. Verdej... Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp...
2008-12-11 Kenan GilletAvoid the 'Claimed bitrate and buffer size mismatch...
2008-12-08 Stefano SabatiniMake av_log_missing_feature an internal function, and...
2008-12-04 Vitor SessakSilence some ICC warnings. Patch by Vitor Sessak.
2008-12-04 Reynaldo H. Verdej... Add expected const qualifier on 'buf' to match AVCodec...
2008-12-04 Reynaldo H. Verdej... COSMETICS, add missing remarks crediting Ben and Kenan
2008-12-04 Reynaldo H. Verdej... Removes misleading const qualifier, gets rid of two...
2008-12-02 Reynaldo H. Verdej... Trivial rephrasing, avoids too long line
2008-12-02 Reynaldo H. Verdej... Trivial, Cosmetics, mostly brace placement changes
2008-12-02 Kenan GilletCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-01 Kenan GilletMore OKed parts of the QCELP decoder
2008-11-30 Kenan GilletMore OKed parts of the QCELP decoder
2008-11-22 Reynaldo H. Verdej... Trivial, Cosmetics
2008-11-22 Reynaldo H. Verdej... Trivial, Cosmetics
2008-11-21 Kenan GilletMore OKed parts of the QCELP decoder
2008-11-16 Reynaldo H. Verdej... Credit Kenan Gillet for his contributions towards mergi...
2008-11-16 Reynaldo H. Verdej... Cosmetics
2008-11-14 Kenan GilletMore OKed parts of the QCELP decoder
2008-11-11 Kenan GilletMore OKed parts of the QCELP decoder
2008-11-09 Kenan GilletMore OKed parts of the QCELP decoder
2008-10-30 Kenan GilletOKed parts of the QCELP decoder