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
/
asfdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:
Ronald S. Bultje
2009-07-26
1
-0
/
+8
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-1
/
+1
*
Check for packet_length 0, it is already treated as invalid by the padding ch...
Reimar Döffinger
2009-07-06
1
-1
/
+1
*
Fix indentation
Reimar Döffinger
2009-07-03
1
-2
/
+2
*
Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.
Reimar Döffinger
2009-07-03
1
-0
/
+4
*
Remove any reference to ASFContext.packet_size and replace it with
Ronald S. Bultje
2009-06-24
1
-11
/
+10
*
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-06-22
1
-2
/
+2
*
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:
Ronald S. Bultje
2009-06-09
1
-2
/
+17
*
fix get_str16_nolen with odd len, fix #1065
Baptiste Coudurier
2009-05-24
1
-2
/
+3
*
move DEBUG define before include to get dprintf and move guidcmp before print...
Baptiste Coudurier
2009-05-24
1
-6
/
+6
*
Per-stream language-tags extraction in asfdec.
Cyril Comparon
2009-05-12
1
-1
/
+32
*
Mark gsize variable as av_unused, fixes the warning:
Diego Biurrun
2009-04-19
1
-1
/
+1
*
Revert previous removal of gsize variable. It breaks seeking.
Diego Biurrun
2009-04-19
1
-0
/
+1
*
Remove unused variable gsize, fixes the warning:
Diego Biurrun
2009-04-18
1
-1
/
+0
*
Remove nonsensical assignment from asf_read_seek() found by CSA.
Michael Niedermayer
2009-04-17
1
-1
/
+0
*
Remove unused variable from asf_read_header() found by CSA.
Michael Niedermayer
2009-04-17
1
-2
/
+0
*
Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,
Ronald S. Bultje
2009-04-17
1
-1
/
+1
*
Moving variable declarations in asf_build_simple_index() to clarify&prettify ...
Michael Niedermayer
2009-04-17
1
-10
/
+7
*
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist
Ronald S. Bultje
2009-04-16
1
-1
/
+1
*
Don't strip the first three characters off of any metadata in ASF file.
Ronald S. Bultje
2009-03-28
1
-1
/
+1
*
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
Reimar Döffinger
2009-03-18
1
-7
/
+7
*
Add a special guidcmp function to compare ASF guids, to avoid the many
Reimar Döffinger
2009-03-18
1
-19
/
+24
*
cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com
avcoder
2009-03-17
1
-26
/
+25
*
Add some basic metadata conversion tables for matroska and asf.
Aurelien Jacobs
2009-03-01
1
-0
/
+1
*
move static tables from asf.h to non-static tables in asf.c
Aurelien Jacobs
2009-02-26
1
-36
/
+36
*
rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency
Aurelien Jacobs
2009-02-26
1
-0
/
+1090