3 Commits (1235429c2792e879d50a06cc851f3065f1a481d5)

Author SHA1 Message Date
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
Diego Biurrun 79f20349ce Add complete instructions for the brave people wishing to fiddle with the 18 years ago
Stanislav Brabec 91024272cb Replace hackish support for amr-nb and amr-wb. Instead of including the source 18 years ago
Diego Biurrun 0c8351b80f Update download URL with a link to a working version. 18 years ago
Víctor Paesa 414425e064 Print a list of valid AMR bitrates if a wrong one is used. 18 years ago
Benoit Fouet 5558bda833 Return correct decoded size, decoder is called with only one frame at a time. 18 years ago
Diego Biurrun e7b85a15c8 cosmetics: Fix indentation. 18 years ago
Benoit Fouet 8896cdd379 Remove useless pointer shift. 18 years ago
Benoit Fouet 636b69c5a4 Remove commented-out while loop. 18 years ago
Diego Biurrun 7038fa6102 Explain which configure options are necessary for which AMR variant. 18 years ago
Robert Swain 2c48a21c4f Update specification and reference implementation links. 18 years ago
Benoit Fouet db56acd480 Accept only existing bitrates. 18 years ago
Benoit Fouet c4f452fd03 Remove useless casts as recommended by Måns Rullgård. 18 years ago
Benoit Fouet be6753c07f Cosmetics in amr.c. 18 years ago
Benoit Fouet e7a5854d23 Move the initialization on context definition. In amr.c, only the 18 years ago
Panagiotis Issaris e0b67c7618 Doxygenize the existing amr.c documentation. 18 years ago
Panagiotis Issaris 930344d854 Fix spelling. 18 years ago
Benoit Fouet 487747de57 Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com. 18 years ago
Baptiste Coudurier 7910d13474 always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR 18 years ago