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
*
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
*
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2004-03-03
1
-4
/
+4
*
no limits!, warning is enough
Michael Niedermayer
2004-02-07
1
-4
/
+4
*
- made --extra-cflags option work on darwin
Tinic Uro
2004-02-06
1
-126
/
+524
*
SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot com...
Glyn Kennington
2003-12-05
1
-0
/
+2
*
disable encoders where appropriate (patch courtesy of BERO
Mike Melanson
2003-10-14
1
-0
/
+6
*
init_put_bits changed
Alex Beregszaszi
2003-10-13
1
-3
/
+3
*
64 bit pts for writing - more const usage
Fabrice Bellard
2003-09-10
1
-3
/
+3
*
add av_new_stream() usage
Fabrice Bellard
2003-08-08
1
-4
/
+1
*
per context frame_rate_base, this should finally fix frame_rate related av sy...
Michael Niedermayer
2003-03-12
1
-5
/
+7
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-7
/
+7
*
cleanup
Michael Niedermayer
2002-12-04
1
-0
/
+2
*
renamed libav to libavformat
Fabrice Bellard
2002-11-25
1
-0
/
+571