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-12-01
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-28
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-10-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-07-17
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-03-23
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-21
amr: Set the AVFMT_GENERIC_INDEX flag
Martin Storsjö
2011-03-21
amr: Set the pkt->pos field properly to the start of the packet
Martin Storsjö
2011-03-21
amr: Set the codec->bit_rate field based on the last packet
Martin Storsjö
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-17
Merge remote-tracking branch 'newdev/master'
Michael Niedermayer
2011-03-16
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-07
avio: deprecate url_feof
Anton Khirnov
2011-03-05
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-02-26
lavf: replace remaining uses of put_tag with avio_write
Anton Khirnov
2011-02-25
lavf: replace remaining uses of put_tag with avio_write
Anton Khirnov
2011-02-22
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-22
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
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
[next]