index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
wav.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
wav: return av_get_packet errors unchanged.
Reimar Döffinger
2009-10-02
1
-2
/
+2
*
Remove url_feof check that would be triggered only after incorrectly producing
Reimar Döffinger
2009-10-02
1
-2
/
+0
*
Remove useless setting of pkt->size, av_get_packet already handles that.
Reimar Döffinger
2009-10-02
1
-3
/
+0
*
Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.
Diego Biurrun
2009-09-22
1
-91
/
+88
*
Move find_guid function and guid_data array to a globally available place.
Diego Biurrun
2009-09-22
1
-23
/
+23
*
cosmetics: whitespace, prettyprinting, coding style fixes
Diego Biurrun
2009-08-10
1
-28
/
+29
*
Sony Wave64 demuxer
Daniel Verkamp
2009-08-10
1
-1
/
+119
*
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-06-22
1
-10
/
+10
*
Change find_tag return type to int64_t, fix a bug
Baptiste Coudurier
2009-06-03
1
-6
/
+3
*
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
-3
/
+3
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-4
/
+4
*
Avoid segfault due to not set AVCodec.
Michael Niedermayer
2008-09-24
1
-1
/
+1
*
add error message for unsupported codecs in WAVE.
Justin Ruggles
2008-09-14
1
-0
/
+2
*
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-02
1
-2
/
+2
*
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-08-24
1
-2
/
+2
*
remove useless close funcs
Baptiste Coudurier
2008-06-19
1
-6
/
+1
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-2
/
+2
*
Decrease returning probe score for WAV demuxer to avoid
Vladimir Voroshilov
2008-04-19
1
-1
/
+6
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-11
/
+11
*
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
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
1
-1
/
+1
*
Add FACT chunk for non-PCM wav formats
Michel Bardiaux
2007-02-12
1
-1
/
+32
*
better generic index building and seeking code
Michael Niedermayer
2007-02-05
1
-4
/
+3
*
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
1
-2
/
+2
*
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-21
1
-0
/
+2
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
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
-182
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-15
/
+6
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
Fix compilation with --disable-muxers.
Gianluigi Tiesi
2006-07-05
1
-1
/
+1
*
Move initialisations and internal symbols in allformats.h,
Diego Pettenò
2006-06-30
1
-0
/
+1
*
dont read over the end of a data chunk and at the end search for the next
Michael Niedermayer
2006-06-28
1
-2
/
+16
*
use standard codec tag if the specified tag is out of range and would be
Måns Rullgård
2006-06-16
1
-1
/
+1
*
NuppelVideo/MythTVVideo support, including rtjpeg decoder
Reimar Döffinger
2006-03-27
1
-0
/
+4
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
TrueSpeech compatible audio decoder by Konstantin Shishkov
Diego Biurrun
2006-01-03
1
-0
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-8
/
+8
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-8
/
+8
*
DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat...
Corey Hickey
2005-11-13
1
-0
/
+1
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-8
/
+8
*
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
Reimar Döffinger
2005-09-02
1
-0
/
+12
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-9
/
+9
*
Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)
Vidar Madsen
2005-07-15
1
-1
/
+2
*
28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp)
Calcium
2005-03-23
1
-1
/
+3
*
pseudo codec tag for adpcm_swf
Alex Beregszaszi
2005-02-25
1
-0
/
+1
*
wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen ...
Michael Niedermayer
2005-01-12
1
-0
/
+2
[prev]
[next]