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
/
mmf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-7
/
+7
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-2
/
+2
*
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-02
1
-2
/
+2
*
Mark several libavformat arrays const
Reimar Döffinger
2008-08-24
1
-1
/
+1
*
Remove useless empty close functions in mmf and mm demuxers.
Reimar Döffinger
2008-08-24
1
-6
/
+1
*
Move a function and an #ifdef CONFIG_MUXERS so that functions used only for
Diego Biurrun
2008-07-11
1
-8
/
+8
*
Remove wrappers of pcm_read_seek().
Ramiro Polla
2008-06-06
1
-7
/
+1
*
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
-7
/
+7
*
move unrelated functions declarations out of allformats.h
Aurelien Jacobs
2007-09-11
1
-1
/
+1
*
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
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-2
/
+0
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-12
1
-1
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-16
/
+6
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
Move initialisations and internal symbols in allformats.h,
Diego Pettenò
2006-06-30
1
-0
/
+1
*
report to user if mmf with midi found (and not supported)
Alex Beregszaszi
2006-04-20
1
-0
/
+4
*
Properly #ifdef muxer-specific parts.
Gildas Bazin
2006-01-19
1
-1
/
+1
*
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
-4
/
+4
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-6
/
+6
*
Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.
Diego Biurrun
2005-09-20
1
-1
/
+1
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-11
/
+11
*
Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)
Vidar Madsen
2005-07-15
1
-0
/
+334