70 Commits (5d3addb937946eca5391e40b5e6308e74ac6f77b)

Author SHA1 Message Date
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 4a2ef39442 cosmetics: Add '0' to float constants ending in '.'. 11 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles 1b9b6d6e5e qcelp: decode directly to the user-provided AVFrame 12 years ago
Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Justin Ruggles e3d6ab5704 qcelpdec: set channel layout 12 years ago
Diego Biurrun dafcbfe443 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Asen Lekov 25c2d76b68 qcelpdec: K&R formatting cosmetics 13 years ago
Diego Biurrun 2fd291846b qcelpdec: cosmetics: drop some pointless parentheses 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles dd376b1a12 qcelpdec: cosmetics: do not add line break before opening bracket in 'for', 13 years ago
Justin Ruggles e43dd3d2a8 qcelp: check output buffer size before decoding 13 years ago
Chris Rankin bde2570013 qcelpdec: fix the return value of qcelp_decode_frame(). 13 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Måns Rullgård 48966b02cb Grammar fixes 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Ronald S. Bultje b1078e9fe6 Move clipping of audio samples (for those codecs outputting float) from decoder 15 years ago
Ronald S. Bultje 805a83d506 Implement QCELP postfilter. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Vitor Sessak 0e426b7a6c Reindent after last commit 15 years ago
Vitor Sessak 846b231643 Add missing "static" qualifier 15 years ago
Vitor Sessak e26d131845 Do not hardcode filter order in ff_acelp_lspd2lpc() 15 years ago
Reynaldo H. Verdejo Pinochet 0c50f8e6cc Implement ff_scale_vector_to_given_sum_of_squares() 15 years ago
Colin McQuillan 33ae681f5c Expose QCELP's floating-point LSP-to-LPC function 16 years ago
Colin McQuillan 1e1e02eacd Make the LSP naming more consistent 16 years ago
Ronald S. Bultje ce863d7f36 Rename ff_log_missing_feature() to av_log_missing_feature(). 16 years ago
Diego Biurrun e19f995263 Fix bandwith vs. bandwiDth typo. 16 years ago
Kenan Gillet 5b05059d2d Properly handle SILENCE frame. Patch by Kenan Gillet. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Kenan Gillet 809e07c618 Move scale factor computation to its own function. Patch by Kenan 16 years ago
Kenan Gillet 3c00556f4b Add missing static qualifier from function declaration. Patch by Kenan 16 years ago
Reynaldo H. Verdejo Pinochet d2af569710 Cosmetics from Kenan Gillet's 'extract and share weighted_vector_sumf' 16 years ago
Reynaldo H. Verdejo Pinochet 95e8325771 Functional part Kenan Gillet's 'extract and share weighted_vector_sumf' 16 years ago
Reynaldo H. Verdejo Pinochet 87574416f7 Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Kenan Gillet 0ba39dd1a9 Split ff_log_missing_feature into ff_log_missing_feature 16 years ago
Carl Eugen Hoyos 3a095bee2b Silence one warning when compiling with icc: 16 years ago
Reynaldo H. Verdejo Pinochet a3636fa033 COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. 16 years ago
Reynaldo H. Verdejo Pinochet 4f54fb54e3 Part 2 of Kenan Gillet's QCELP silence handling patch. 16 years ago
Reynaldo H. Verdejo Pinochet 3f16ed15df Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' 16 years ago