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
/
flvdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pts are unsigned according to specs, fix negative pts when 32bit pts are used
Baptiste Coudurier
2008-04-25
1
-1
/
+2
*
Remove useless code.
Michael Niedermayer
2008-04-14
1
-6
/
+0
*
Recommit r12809
Michael Niedermayer
2008-04-14
1
-0
/
+4
*
Use generic seeking code for flv. The removed code was a buggy duplicate.
Michael Niedermayer
2008-04-14
1
-12
/
+0
*
revert r12809
Michael Niedermayer
2008-04-14
1
-3
/
+0
*
Stop find_stream_info() searching for further streams if 2 streams have
Michael Niedermayer
2008-04-13
1
-0
/
+1
*
10l
Michael Niedermayer
2008-04-13
1
-0
/
+3
*
Additional checks for strange num_val in FLV metadata
Pascal Massimino
2008-03-20
1
-3
/
+5
*
Fix issue357
Michael Niedermayer
2008-02-24
1
-1
/
+7
*
flv/swf do not have a big endian codec id, they only support
Michael Niedermayer
2008-02-24
1
-1
/
+1
*
Reindent
Benjamin Larsson
2007-12-20
1
-7
/
+7
*
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
Benjamin Larsson
2007-12-20
1
-0
/
+2
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-31
/
+31
*
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...
Alex Beregszaszi
2007-11-16
1
-1
/
+2
*
support flv with invalid header
Michael Niedermayer
2007-10-31
1
-2
/
+1
*
factorize stream creation
Michael Niedermayer
2007-10-31
1
-9
/
+11
*
Nellymoser ASAO decoder
Benjamin Larsson
2007-10-15
1
-0
/
+2
*
use the VP6A codec
Aurelien Jacobs
2007-09-25
1
-0
/
+3
*
revert r10527
Aurelien Jacobs
2007-09-25
1
-49
/
+6
*
Add support for VP6A in flv.
Aurelien Jacobs
2007-09-18
1
-6
/
+49
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-2
/
+2
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-2
/
+2
*
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
1
-6
/
+5
*
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
*
workaround for broken flvtoolized files
Alex Beregszaszi
2007-03-07
1
-0
/
+6
*
flv follows in movs footsteps and has random trash in the width/height fields
Michael Niedermayer
2007-01-23
1
-2
/
+2
*
improve probe and give it the max score
Michael Niedermayer
2007-01-23
1
-2
/
+2
*
add FLV decoder metadata parsing
Allan Hsu
2006-12-12
1
-66
/
+175
*
move duration finding code into read_packet() so it can be skiped if duration...
Michael Niedermayer
2006-12-10
1
-12
/
+15
*
use amf_get_string()
Michael Niedermayer
2006-12-10
1
-8
/
+2
*
cosmetics
Michael Niedermayer
2006-12-10
1
-4
/
+2
*
amf_get_string() by Allan Hsu allan aat counterpop doot net
Michael Niedermayer
2006-12-10
1
-0
/
+16
*
get rid of AVFMTCTX_NOHEADER, create streams in read_header()
Michael Niedermayer
2006-12-10
1
-10
/
+19
*
Defines various common FLV format values between the FLV muxer and demuxer
Allan Hsu
2006-12-06
1
-26
/
+27
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
fix flvdec.c file description comment
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
document the extradata protocol for VP6F
Aurelien Jacobs
2006-10-23
1
-0
/
+6
*
use the adjustment value present in FLV to crop VP6 video
Aurelien Jacobs
2006-10-22
1
-1
/
+6
*
flv files from myspace with mp3 audio require need_parsing because the
Roberto Togni
2006-10-13
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
FLV seeking patch by Nazo. lovesyao at aol com.
Nazo
2006-09-17
1
-1
/
+18
*
VP5 and VP6 video decoder
Aurelien Jacobs
2006-09-09
1
-0
/
+5
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-6
/
+0
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-2
/
+2
*
Flash Screen Video decoder (fourcc:FSV1)
Benjamin Larsson
2006-06-01
1
-0
/
+1
*
extract duration
Michael Niedermayer
2006-03-16
1
-1
/
+12
*
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
-10
/
+10
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-9
/
+9
[next]