index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
amr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-3
/
+3
*
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-02
1
-2
/
+2
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-2
/
+2
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-8
/
+8
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-3
/
+3
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
kill uninitialised variable warning in amr_read_packet()
Måns Rullgård
2007-07-07
1
-1
/
+1
*
remove empty write trailer functions
Vitor Sessak
2007-06-27
1
-6
/
+0
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-2
/
+0
*
unused #define
Michael Niedermayer
2006-10-10
1
-2
/
+0
*
remove dummy amr_read_close()
Michael Niedermayer
2006-10-10
1
-6
/
+1
*
more factoriztaion and a FIXME note
Michael Niedermayer
2006-10-10
1
-11
/
+6
*
factorze another 2 lines
Michael Niedermayer
2006-10-10
1
-4
/
+2
*
set duration and timebase (based on a patch by Simon Morlat simon.morlat linp...
Michael Niedermayer
2006-10-10
1
-0
/
+2
*
factorize (untested)
Michael Niedermayer
2006-10-10
1
-57
/
+28
*
return cleanup
Michael Niedermayer
2006-10-10
1
-6
/
+3
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-2
/
+2
*
Fix some "'static' is not at beginning of declaration" warnings.
Diego Biurrun
2006-08-08
1
-1
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-12
/
+5
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
Place proper #ifdef around muxer-specific code.
Gianluigi Tiesi
2006-01-22
1
-0
/
+6
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-19
/
+19
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-12
/
+12
*
AVPacket.pos
Michael Niedermayer
2005-05-26
1
-1
/
+2
*
Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb)
Roberto Togni
2005-04-24
1
-2
/
+2
*
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-06-19
1
-7
/
+7
*
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-29
1
-3
/
+2
*
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
Michael Niedermayer
2003-09-28
1
-57
/
+123
*
amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)
Johannes Carlsson
2003-06-18
1
-3
/
+3
*
* amr format - by Johannes Carlsson
Zdenek Kabelac
2003-06-06
1
-0
/
+178