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
/
swf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
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
*
seems safer to set pts timebase to sample rate, fix some mp3
Baptiste Coudurier
2007-03-08
1
-1
/
+1
*
fix pts handling
Baptiste Coudurier
2007-03-08
1
-16
/
+7
*
10l, audio_fifo is a static array
Alex Beregszaszi
2007-03-06
1
-1
/
+0
*
use AVFormatContext with av_log
Baptiste Coudurier
2007-03-05
1
-2
/
+2
*
more explicit message
Baptiste Coudurier
2007-03-05
1
-2
/
+2
*
cleanup useless fields
Baptiste Coudurier
2007-03-04
1
-8
/
+0
*
simplify swf muxer
Baptiste Coudurier
2007-03-04
1
-136
/
+26
*
support for adpcm swf, pcm
Baptiste Coudurier
2007-03-02
1
-4
/
+14
*
don't parse whole swf file in header, can now play ffserver swf streams
Baptiste Coudurier
2007-03-01
1
-9
/
+6
*
factorize
Baptiste Coudurier
2007-03-01
1
-10
/
+7
*
remove nonsense time base code, use swf ms per frame, only video frames conta...
Baptiste Coudurier
2007-03-01
1
-8
/
+3
*
use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header
Alex Beregszaszi
2007-02-25
1
-2
/
+1
*
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-21
1
-1
/
+1
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-1
/
+1
*
seek back at the end of file after updating header
Baptiste Coudurier
2007-01-14
1
-0
/
+1
*
simplify
Baptiste Coudurier
2007-01-14
1
-13
/
+4
*
priv_data is allocated internally
Baptiste Coudurier
2007-01-14
1
-6
/
+1
*
enable mjpeg in swf
Baptiste Coudurier
2007-01-14
1
-0
/
+28
*
simplify
Baptiste Coudurier
2007-01-14
1
-5
/
+3
*
swf can contain only one audio track, simplify
Baptiste Coudurier
2007-01-14
1
-10
/
+9
*
use ch_id as AVStream id and simplify
Baptiste Coudurier
2007-01-14
1
-17
/
+10
*
always export audiostreams
Baptiste Coudurier
2007-01-14
1
-27
/
+22
*
always export videostreams
Baptiste Coudurier
2007-01-14
1
-12
/
+7
*
priv_data is allocated/freed internally
Baptiste Coudurier
2007-01-08
1
-7
/
+1
*
simplify
Baptiste Coudurier
2007-01-05
1
-4
/
+1
*
dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3
Baptiste Coudurier
2007-01-05
1
-4
/
+1
*
print error when unsupported sample rate is used with swf
Baptiste Coudurier
2006-11-16
1
-0
/
+1
*
fix mp3 in swf decoding
Aurelien Jacobs
2006-10-25
1
-1
/
+3
*
don't use ast before checking it's not NULL
Aurelien Jacobs
2006-10-22
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
VP5 and VP6 video decoder
Aurelien Jacobs
2006-09-09
1
-10
/
+23
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-14
/
+6
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-5
/
+5
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-56
/
+56
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-6
/
+6
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-16
/
+16
*
10l
Alex Beregszaszi
2005-07-02
1
-1
/
+1
*
tell the user if compressed swf found
Alex Beregszaszi
2005-07-02
1
-2
/
+10
*
AVPacket.pos
Michael Niedermayer
2005-05-26
1
-4
/
+2
*
switch to native time bases
Michael Niedermayer
2005-04-30
1
-6
/
+6
*
common.h -> common.h/bitstream.h
Michael Niedermayer
2004-12-29
1
-0
/
+1
*
nonsense removial
Michael Niedermayer
2004-08-18
1
-55
/
+4
*
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-06-19
1
-4
/
+4
*
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-29
1
-5
/
+4
*
move time_base (pts_num/pts_den) from AVFormatContext -> AVStream
Michael Niedermayer
2004-05-21
1
-2
/
+3
[next]