22 Commits (189db9c9829b970b3e28006c9f00d6960f71cff1)

Author SHA1 Message Date
Martin Storsjö 651b276ef7 libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions 14 years ago
Martin Storsjö 3dd82afc74 libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed 14 years ago
Martin Storsjö 7073938121 libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate 14 years ago
Martin Storsjö 882221afde libopencore-amr: Cosmetics: Rewrap and align 14 years ago
Martin Storsjö 02c63a109f libopencore-amr, libvo-amrbwenc: Rename variables and functions 14 years ago
Martin Storsjö 9b9c6405fd libopencore-amr: Convert commented out debug logging into av_dlog 14 years ago
Martin Storsjö 89e7e640f7 libopencore-amr: Remove an unused state variable 14 years ago
Martin Storsjö 0e03f94d61 libopencore-amr: Remove a useless local variable 14 years ago
Martin Storsjö c48ce4eb50 libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static const 14 years ago
Martin Storsjö 900a129f4f libopencore-amr, libvo-amrwbenc: Return proper error codes in most places 14 years ago
Martin Storsjö a8ec07c933 libopencore-amr: Don't print carriage returns in log messages 14 years ago
Martin Storsjö 587331414b libopencore-amr: Remove an old workaround for libamr header weirdness 14 years ago
Martin Storsjö 57ddffe843 libopencore-amr: Make the opaque encoder pointer a void* 14 years ago
Martin Storsjö dbff4da914 libopencore-amr: Remove unused code fragments 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 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
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
Diego Biurrun 0b175caac8 Add support for external OpenCORE libraries for AMR-NB/WB support. 16 years ago
Martin Storsjö a2ce9a9914 Use IF1 frame sizes in AMR-WB. 16 years ago
Diego Biurrun 6532cd55b1 Move AMR-WB-specific code to the AMR-WB section of the file. 16 years ago
Diego Biurrun 4e1424fdc7 cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file. 16 years ago
Diego Biurrun d8ed5bae6f cosmetics: K&R coding style, indent correctly, break overly long lines 16 years ago
Diego Biurrun e0c1e12a62 Replace 'x == 0' if conditions with '!x'. 16 years ago
Diego Biurrun 76b58f9f94 cosmetics: Remove pointless {}. 16 years ago
Diego Biurrun e09989be45 Surround AMR_WB encoding code by appropriate #ifdefs. 16 years ago
Diego Biurrun 9c0ef69af7 cosmetics: Move some more code around to avoid #ifdeffery. 16 years ago
Diego Biurrun c005a3ba59 cosmetics: Move functions around so that encoding and decoding functions are 16 years ago
Diego Biurrun 4d7d5ede5d Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after 16 years ago
Diego Biurrun d2dfde0811 Add av_cold attribute to amr_nb decoding/encoding initialization functions. 16 years ago
Diego Biurrun a068a7f1f0 Drop unused libamr-nb fixed-point glue code. 16 years ago
Robert Swain f0ed92df60 Fix second amr_nb_decode_frame() to also use the new AVPacket argument 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Benoit Fouet f683ea1cab Add const qualifiers to decode functions. 16 years ago
Benoit Fouet 7d2cc552ed Fix warning "format not a string literal and no format arguments". 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Benoit Fouet 79aeec0839 Make AMR-NB block size const and 8 bits. 17 years ago
Benoit Fouet 675bc0bccb Define block size for AMR-WB (use IF2 table). 17 years ago
Diego Biurrun cf6cb7c562 typo 17 years ago
Diego Biurrun 6f1af73557 Give all wrappers for external libraries names starting with lib. 18 years ago
Diego Biurrun f5a756ef26 Give libamr decoders/encoders a lib prefix in the name. 18 years ago
Diego Biurrun 9a79101f1e Remove the build instructions from the doxygen comments, they are duplicated 18 years ago
Diego Biurrun ee4c54a313 Doxygen comment wording/spelling 18 years ago