index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
amr.c
Age
Commit message (
Expand
)
Author
2011-02-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-01-28
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-09-03
Set frame_size in the amr demuxer
Martin Storsjö
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-09-02
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
Diego Biurrun
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-07
kill uninitialised variable warning in amr_read_packet()
Måns Rullgård
2007-06-27
remove empty write trailer functions
Vitor Sessak
2007-04-08
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2006-10-10
unused #define
Michael Niedermayer
2006-10-10
remove dummy amr_read_close()
Michael Niedermayer
2006-10-10
more factoriztaion and a FIXME note
Michael Niedermayer
2006-10-10
factorze another 2 lines
Michael Niedermayer
2006-10-10
set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...
Michael Niedermayer
2006-10-10
factorize (untested)
Michael Niedermayer
2006-10-10
return cleanup
Michael Niedermayer
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-27
fix some signedness warnings
Måns Rullgård
2006-08-08
Fix some "'static' is not at beginning of declaration" warnings.
Diego Biurrun
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-01-22
Place proper #ifdef around muxer-specific code.
Gianluigi Tiesi
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-05-26
AVPacket.pos
Michael Niedermayer
2005-04-24
Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb)
Roberto Togni
2004-06-19
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-05-29
pass AVPacket into av_write_frame()
Michael Niedermayer
2003-09-28
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
Michael Niedermayer
2003-06-18
amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)
Johannes Carlsson
2003-06-06
* amr format - by Johannes Carlsson
Zdenek Kabelac
[prev]