summaryrefslogtreecommitdiffstats
path: root/libavformat/amr.c
Commit message (Expand)AuthorAgeFilesLines
* Set frame_size in the amr demuxerMartin Storsjö2010-09-031-0/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-2/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-8/+8
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-3/+3
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* kill uninitialised variable warning in amr_read_packet()Måns Rullgård2007-07-071-1/+1
* remove empty write trailer functionsVitor Sessak2007-06-271-6/+0
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* unused #defineMichael Niedermayer2006-10-101-2/+0
* remove dummy amr_read_close()Michael Niedermayer2006-10-101-6/+1
* more factoriztaion and a FIXME noteMichael Niedermayer2006-10-101-11/+6
* factorze another 2 linesMichael Niedermayer2006-10-101-4/+2
* set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...Michael Niedermayer2006-10-101-0/+2
* factorize (untested)Michael Niedermayer2006-10-101-57/+28
* return cleanupMichael Niedermayer2006-10-101-6/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-2/+2
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-081-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-12/+5
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* Place proper #ifdef around muxer-specific code.Gianluigi Tiesi2006-01-221-0/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-19/+19
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-12/+12
* AVPacket.posMichael Niedermayer2005-05-261-1/+2
* Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb)Roberto Togni2005-04-241-2/+2
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-7/+7
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-3/+2
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-281-57/+123
* amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)Johannes Carlsson2003-06-181-3/+3
* * amr format - by Johannes CarlssonZdenek Kabelac2003-06-061-0/+178
OpenPOWER on IntegriCloud