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
*
amr: Mark an array const
Martin Storsjö
2012-06-17
1
-1
/
+1
*
amr: More space cleanup
Martin Storsjö
2012-06-17
1
-1
/
+1
*
amr: Cosmetic cleanup
Martin Storsjö
2012-06-17
1
-57
/
+40
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
amr demuxer: do not set AVCodecContext.frame_size.
Justin Ruggles
2012-03-05
1
-2
/
+0
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-2
/
+1
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+2
*
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-11-28
1
-1
/
+0
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-16
/
+14
*
amr: Set the AVFMT_GENERIC_INDEX flag
Martin Storsjö
2011-03-21
1
-0
/
+1
*
amr: Set the pkt->pos field properly to the start of the packet
Martin Storsjö
2011-03-21
1
-1
/
+2
*
amr: Set the codec->bit_rate field based on the last packet
Martin Storsjö
2011-03-21
1
-0
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-2
/
+2
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
1
-1
/
+1
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-1
/
+1
*
lavf: replace remaining uses of put_tag with avio_write
Anton Khirnov
2011-02-25
1
-2
/
+2
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-1
/
+1
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-4
/
+4
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-2
/
+2
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
Set frame_size in the amr demuxer
Martin Storsjö
2010-09-03
1
-0
/
+2
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
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
[next]