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
/
raw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add raw demuxer for Chinese AVS elementary streams
Stefan Gehrer
2009-02-21
1
-0
/
+56
*
Add a context to av_log() call.
Benoit Fouet
2009-02-16
1
-1
/
+1
*
Make format long_names consistent.
Diego Biurrun
2009-02-16
1
-10
/
+10
*
Whitespace cosmetics to align return statements.
Benoit Fouet
2009-01-27
1
-1
/
+1
*
Check buffer is inside what is passed when probing for flac.
Benoit Fouet
2009-01-27
1
-1
/
+2
*
Handle ID3v2 tags in raw FLAC streams by skipping them.
David DeHaven
2009-01-25
1
-1
/
+18
*
Fix probing of files with ID3v2 tags. Discussed at
Alex Converse
2009-01-19
1
-3
/
+10
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-59
/
+59
*
Remove silly FIXME comment.
Michael Niedermayer
2008-12-14
1
-1
/
+1
*
ADTS AAC probe.
Michael Niedermayer
2008-12-02
1
-1
/
+33
*
raw dnxhd de/muxer
Baptiste Coudurier
2008-10-24
1
-0
/
+39
*
Assume mono if no other information for raw.
Michael Niedermayer
2008-10-18
1
-1
/
+2
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-1
/
+1
*
write number of samples in FLAC extradata.
Justin Ruggles
2008-09-14
1
-0
/
+18
*
change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it
Justin Ruggles
2008-09-01
1
-1
/
+1
*
simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.
Aurelien Jacobs
2008-09-01
1
-13
/
+6
*
check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER
Justin Ruggles
2008-09-01
1
-1
/
+1
*
create a separate codec_id for E-AC-3
Justin Ruggles
2008-09-01
1
-2
/
+56
*
Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.
Peter Ross
2008-08-23
1
-0
/
+35
*
Surround format-specific functions with matching preprocessor conditionals.
Diego Biurrun
2008-08-15
1
-0
/
+26
*
Surround AVInputFormat declarations with format-specific #ifdefs.
Diego Biurrun
2008-08-15
1
-0
/
+32
*
Replace generic CONFIG_MUXERS preprocessor condition around format-specific
Diego Biurrun
2008-08-15
1
-2
/
+7
*
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat
Diego Biurrun
2008-08-15
1
-13
/
+13
*
cosmetics: Remove redundant #endif comments that are very close to the #ifdef
Diego Biurrun
2008-08-15
1
-13
/
+13
*
cosmetics: misc spelling fixes
Diego Biurrun
2008-08-15
1
-9
/
+9
*
check url_fseek return value
Baptiste Coudurier
2008-07-31
1
-2
/
+3
*
Detect IDR less H.264 correctly.
Michael Niedermayer
2008-07-26
1
-2
/
+3
*
h264_probe()
Michael Niedermayer
2008-07-12
1
-1
/
+45
*
Alphabetically order AVInputFormat/AVOutputFormat declarations.
Diego Biurrun
2008-07-07
1
-199
/
+200
*
Add a note to remind people to add new raw formats to the Makefile.
Diego Biurrun
2008-07-07
1
-0
/
+3
*
spelling cosmetics in PCM codec long names
Diego Biurrun
2008-07-07
1
-8
/
+8
*
remove useless close funcs
Baptiste Coudurier
2008-06-19
1
-23
/
+1
*
cosmetics: s/Id/id/ in libavformat where Id refers to id Software.
Stefano Sabatini
2008-06-05
1
-1
/
+1
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-33
/
+33
*
raw mlp demuxer
Ramiro Polla
2008-05-30
1
-0
/
+13
*
Replace some occurrences of 0 with CODEC_ID_NONE.
Carl Eugen Hoyos
2008-05-12
1
-10
/
+10
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-4
/
+5
*
dts probe
Benjamin Larsson
2008-05-03
1
-1
/
+35
*
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,
Luca Barbato
2008-05-02
1
-0
/
+36
*
raw GSM demuxer (does not work yet as parser is missing)
Michael Niedermayer
2008-04-28
1
-0
/
+13
*
set demuxers .value and use common audio_read_header function
Baptiste Coudurier
2008-04-28
1
-78
/
+14
*
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
Bartlomiej Wolowiec
2008-04-22
1
-1
/
+4
*
Compute AC3 frame CRC for stronger raw AC3 format probing.
Andreas Öman
2008-04-21
1
-0
/
+4
*
Raw dts muxer
Benjamin Larsson
2008-04-20
1
-0
/
+14
*
Set pts/dts in raw (yuv,rgb,pcm) demuxers.
Michael Niedermayer
2008-01-12
1
-1
/
+9
*
Do not force fps unless the user actually specified one.
Michael Niedermayer
2007-12-26
1
-1
/
+4
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-22
/
+22
*
move unrelated functions declarations out of allformats.h
Aurelien Jacobs
2007-09-11
1
-0
/
+1
*
100000l (forgotten return)
Michael Niedermayer
2007-08-10
1
-1
/
+1
[next]