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
/
asf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '84b721db366c0734fdfd23c8daaa7da7da21f761'
Michael Niedermayer
2013-02-10
1
-0
/
+1
|
\
|
*
asfdec: also read Metadata Library Object
Vladimir Pantelic
2013-02-09
1
-0
/
+1
*
|
asfdec: parse payload extension list
Michael Niedermayer
2012-11-03
1
-0
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-06
1
-3
/
+3
|
\
\
|
|
/
|
*
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-10-06
1
-3
/
+3
*
|
asfenc: rename put_guid to ff_put_guid
Peter Ross
2011-11-05
1
-0
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-17
1
-0
/
+2
|
\
\
|
|
/
|
*
make containers pass palette change in AVPacket
Kostya Shishkov
2011-04-15
1
-0
/
+2
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-1
/
+1
|
*
asf: split ASFContext into muxer and demuxer parts.
Anton Khirnov
2011-02-09
1
-58
/
+0
|
*
asf: make ff_guidcmp inline and move it to asf.h
Anton Khirnov
2011-02-09
1
-1
/
+6
|
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
|
*
lavf: move ff_put_str16_nolen from asf to avio and rename it
Anton Khirnov
2011-01-21
1
-1
/
+0
*
|
move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.h
Peter Ross
2011-04-07
1
-9
/
+1
*
|
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-1
/
+1
*
|
asf: split ASFContext into muxer and demuxer parts.
Anton Khirnov
2011-02-11
1
-58
/
+0
*
|
asf: make ff_guidcmp inline and move it to asf.h
Anton Khirnov
2011-02-11
1
-1
/
+6
*
|
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-28
1
-1
/
+1
*
|
lavf: move ff_put_str16_nolen from asf to avio and rename it
Anton Khirnov
2011-01-23
1
-1
/
+0
|
/
*
make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)
Peter Ross
2010-12-26
1
-0
/
+2
*
asf: Add asf_jfif_media guid
Martin Storsjö
2010-07-20
1
-0
/
+1
*
Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier
Zhentan Feng
2010-03-24
1
-0
/
+1
*
Use ASF supports "markers" which are a name and a time stamp to create
Vladimir Pantelic
2010-03-08
1
-0
/
+1
*
Detect Windows Media DRM protected files and display warning if no key
Daniel G. Taylor
2009-10-11
1
-0
/
+3
*
Remove any reference to ASFContext.packet_size and replace it with
Ronald S. Bultje
2009-06-24
1
-1
/
+0
*
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c:
Ronald S. Bultje
2009-06-09
1
-19
/
+0
*
Fix bandwith vs. bandwiDth typo.
Diego Biurrun
2009-05-12
1
-1
/
+1
*
Per-stream language-tags extraction in asfdec.
Cyril Comparon
2009-05-12
1
-0
/
+4
*
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
Reimar Döffinger
2009-03-18
1
-24
/
+24
*
Add some basic metadata conversion tables for matroska and asf.
Aurelien Jacobs
2009-03-01
1
-0
/
+3
*
move static tables from asf.h to non-static tables in asf.c
Aurelien Jacobs
2009-02-26
1
-90
/
+22
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and
Ronald S. Bultje
2008-12-18
1
-0
/
+21
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
typo: begining --> beginning
Diego Biurrun
2007-12-23
1
-1
/
+1
*
spelling
Vitor Sessak
2007-12-01
1
-1
/
+1
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
1
-3
/
+3
*
add a comment to indicate which #endif belong to which #define
Guillaume Poirier
2007-06-17
1
-1
/
+1
*
add multiple inclusion guards to headers
Måns Rullgård
2007-06-17
1
-0
/
+5
*
include all prerequisites in header files
Måns Rullgård
2007-06-16
1
-0
/
+4
*
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate
Ryan Martell
2007-02-20
1
-0
/
+1
*
use dvr-ms timestamps
Michael Niedermayer
2007-02-10
1
-1
/
+1
*
iam pretty sure send time is dts and not pts ...
Michael Niedermayer
2007-02-07
1
-1
/
+0
*
extract aspect ratio
Michael Niedermayer
2007-01-31
1
-0
/
+4
*
check fragment offset and size
Michael Niedermayer
2007-01-22
1
-2
/
+2
*
doxygenize comments
Michael Niedermayer
2007-01-22
1
-29
/
+29
*
remove a few unused and duplicated variables
Michael Niedermayer
2007-01-22
1
-5
/
+1
*
simplify GUIDs
Michael Niedermayer
2007-01-21
1
-28
/
+23
*
Minor modifications to handle mms streaming.
Ryan Martell
2006-12-04
1
-1
/
+1
[next]