Age | Commit message (Expand) | Author |
2011-12-20 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-12-19 | qcelpdec: K&R formatting cosmetics | Asen Lekov |
2011-12-19 | qcelpdec: cosmetics: drop some pointless parentheses | Diego Biurrun |
2011-12-03 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-12-02 | Add avcodec_decode_audio4(). | Justin Ruggles |
2011-10-05 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-10-04 | qcelpdec: cosmetics: do not add line break before opening bracket in 'for', | Justin Ruggles |
2011-10-04 | qcelp: check output buffer size before decoding | Justin Ruggles |
2011-10-04 | qcelpdec: fix the return value of qcelp_decode_frame(). | Chris Rankin |
2011-09-08 | qcelpdec: fix the return value of qcelp_decode_frame(). | Chris Rankin |
2011-06-24 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-06-24 | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-07-02 | Grammar fixes | Måns Rullgård |
2010-06-30 | Fix grammar errors in documentation | Måns Rullgård |
2010-04-21 | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje |
2010-04-21 | Implement QCELP postfilter. | Ronald S. Bultje |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-01-04 | Reindent after last commit | Vitor Sessak |
2010-01-04 | Add missing "static" qualifier | Vitor Sessak |
2009-11-09 | Do not hardcode filter order in ff_acelp_lspd2lpc() | Vitor Sessak |
2009-11-04 | Implement ff_scale_vector_to_given_sum_of_squares() | Reynaldo H. Verdejo Pinochet |
2009-08-03 | Expose QCELP's floating-point LSP-to-LPC function | Colin McQuillan |
2009-08-03 | Make the LSP naming more consistent | Colin McQuillan |
2009-06-29 | Rename ff_log_missing_feature() to av_log_missing_feature(). | Ronald S. Bultje |
2009-05-12 | Fix bandwith vs. bandwiDth typo. | Diego Biurrun |
2009-05-04 | Properly handle SILENCE frame. Patch by Kenan Gillet. | Kenan Gillet |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-04-07 | Move scale factor computation to its own function. Patch by Kenan | Kenan Gillet |
2009-04-04 | Add missing static qualifier from function declaration. Patch by Kenan | Kenan Gillet |
2009-03-09 | Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf' | Reynaldo H. Verdejo Pinochet |
2009-03-09 | Functional part Kenan Gillet's 'extract and share weighted_vector_sumf' | Reynaldo H. Verdejo Pinochet |
2009-03-04 | Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc | Reynaldo H. Verdejo Pinochet |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-16 | Split ff_log_missing_feature into ff_log_missing_feature | Kenan Gillet |
2008-12-28 | Silence one warning when compiling with icc: | Carl Eugen Hoyos |
2008-12-26 | COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. | Reynaldo H. Verdejo Pinochet |
2008-12-26 | Part 2 of Kenan Gillet's QCELP silence handling patch. | Reynaldo H. Verdejo Pinochet |
2008-12-20 | Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' | Reynaldo H. Verdejo Pinochet |
2008-12-11 | Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. | Kenan Gillet |
2008-12-08 | Make av_log_missing_feature an internal function, and change its name | Stefano Sabatini |
2008-12-04 | Silence some ICC warnings. Patch by Vitor Sessak. | Vitor Sessak |
2008-12-04 | Add expected const qualifier on 'buf' to match AVCodec.decode's declaration. | Reynaldo H. Verdejo Pinochet |
2008-12-04 | COSMETICS, add missing remarks crediting Ben and Kenan | Reynaldo H. Verdejo Pinochet |
2008-12-04 | Removes misleading const qualifier, gets rid of two compiler warnings | Reynaldo H. Verdejo Pinochet |