summaryrefslogtreecommitdiff
path: root/libavcodec/amr.c
Commit message (Collapse)AuthorAge
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give libamr decoders/encoders a lib prefix in the name.Diego Biurrun2007-05-03
| | | | Originally committed as revision 8880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the build instructions from the doxygen comments, they are duplicatedDiego Biurrun2007-04-18
| | | | | | from the user level documentation and already partially outdated. Originally committed as revision 8749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygen comment wording/spellingDiego Biurrun2007-04-18
| | | | Originally committed as revision 8748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add complete instructions for the brave people wishing to fiddle with theDiego Biurrun2007-04-12
| | | | | | reference encoder/decoder source. Originally committed as revision 8720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace hackish support for amr-nb and amr-wb. Instead of including the sourceStanislav Brabec2007-04-12
| | | | | | | of the reference implementation it is possible to use proper libraries now. patch by Stanislav Brabec, sbrabec suse cz, changes and bug fixes by me Originally committed as revision 8717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update download URL with a link to a working version.Diego Biurrun2007-04-12
| | | | Originally committed as revision 8716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print a list of valid AMR bitrates if a wrong one is used.Víctor Paesa2007-04-07
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 8639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return correct decoded size, decoder is called with only one frame at a time.Benoit Fouet2007-04-06
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix indentation.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless pointer shift.Benoit Fouet2007-04-03
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out while loop.Benoit Fouet2007-04-03
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8620 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Explain which configure options are necessary for which AMR variant.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update specification and reference implementation links.Robert Swain2007-03-30
| | | | | | patch by Robert Swain, robert.swain gmail com Originally committed as revision 8551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept only existing bitrates.Benoit Fouet2007-03-29
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless casts as recommended by Måns Rullgård.Benoit Fouet2007-03-08
| | | | | | Patch by Benoit Fouet, benoit fouet % purplelabs com. Originally committed as revision 8292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics in amr.c.Benoit Fouet2007-03-08
| | | | | | | | | - remove carriage returns where (i find it) unneeded - don't break lines when defining variables - break line between variable definition and the rest of the code Patch by Ben Fouet, benoit fouet % purplelabs com. Originally committed as revision 8291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the initialization on context definition. In amr.c, only theBenoit Fouet2007-03-08
| | | | | | | | amr_wb_encode_frame function initialized its context on a different line as it defined it. Patch by Benoit Fouet, benoit fouet % purplelabs com. Originally committed as revision 8290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the existing amr.c documentation.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8087 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix spelling.Panagiotis Issaris2007-02-22
| | | | Originally committed as revision 8077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.Benoit Fouet2007-02-05
| | | | Originally committed as revision 7821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always print message when error, AV_LOG_DEBUG -> AV_LOG_ERRORBaptiste Coudurier2006-12-18
| | | | Originally committed as revision 7330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix declaration and code thingieGuillaume Poirier2006-11-20
| | | | Originally committed as revision 7140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow amr bitrate to be changed "on the fly" through avctx->bitrate.Martin2006-11-20
| | | | | | | | | Patch by Martin % marthi A graphics P cs P uni - sb P de % Original thread: date: Nov 20, 2006 6:20 PM subject: Re: [Ffmpeg-devel] [PATCH] Re: AMR bitrate Originally committed as revision 7139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample rate fixAndrew Voznytsa2006-10-28
| | | | | | patch by Andrew Voznytsa andrew.voznytsa gmail com Originally committed as revision 6820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-12
| | | | Originally committed as revision 5725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some #ifdef to allow building amr_wb alone.Michel Bardiaux2005-09-24
| | | | | | patch by Michel Bardiaux < mbardiaux -- dot -- mediaxim -- dot -- be > Originally committed as revision 4615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)Calcium2005-03-22
| | | | Originally committed as revision 4062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0)Richard van der Hoff2004-10-05
| | | | | | closes #1037380 Originally committed as revision 3562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * removed config.hZdenek Kabelac2004-04-14
| | | | Originally committed as revision 3012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log()Michael Niedermayer2004-02-23
| | | | Originally committed as revision 2808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* something unimportant ...Michael Niedermayer2004-01-09
| | | | Originally committed as revision 2682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
| | | | Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 3gp patch by JocaZdenek Kabelac2003-06-05
| | | | Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AMR-NB audio support patch by (<joca at rixmail dot se>)joca@rixmail.se2003-05-14
Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk