2008-12-16 |
bcoudurier |
check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure
libavformat
|
2008-12-16 |
compn |
add MPNG fourcc
libavformat
|
2008-12-16 |
compn |
two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list
libavformat
|
2008-12-16 |
compn |
QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi
libavformat
|
2008-12-16 |
compn |
add rpza avi fourcc
libavformat
|
2008-12-14 |
rbultje |
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread
libavformat
|
2008-12-14 |
rbultje |
Reindent something that looks weird.
libavformat
|
2008-12-14 |
rbultje |
Add comment to indicate why the SDP line buffer is as big as it is.
libavformat
|
2008-12-14 |
rbultje |
Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion
libavformat
|
2008-12-14 |
michael |
10l (forgot sample_size)
libavformat
|
2008-12-14 |
stefano |
Make register_avcodec() call avcodec_init().
libavformat
|
2008-12-14 |
mru |
oggflac: fix bitstream reader usage
libavformat
|
2008-12-14 |
michael |
Fix non interleaved variable fps ODML avis.
libavformat
|
2008-12-14 |
michael |
Remove silly FIXME comment.
libavformat
|
2008-12-14 |
melanson |
The POSIX namespace shall be held sacrosanct. To that end,
libavformat
|
2008-12-13 |
lucabe |
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace
libavformat
|
2008-12-13 |
lucabe |
Remove useless typedef
libavformat
|
2008-12-13 |
lucabe |
Remove unused types
libavformat
|
2008-12-13 |
reimar |
Avoid _t in gxf enum type names
libavformat
|
2008-12-13 |
rbultje |
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
libavformat
|
2008-12-13 |
rbultje |
Don't access RMContext directly in rdt.c. Rather, use the return value of
libavformat
|
2008-12-13 |
rbultje |
Separate the packet fetching from the data reading, so that the data reading
libavformat
|
2008-12-13 |
diego |
100l: Add missing backslashes.
libavformat
|
2008-12-13 |
diego |
cosmetics: Break some lines for a more aesthetically pleasing result.
libavformat
|
2008-12-13 |
diego |
Remove misleading comment, _t is POSIX-reserved namespace.
libavformat
|
2008-12-13 |
diego |
whitespace cosmetics
libavformat
|
2008-12-13 |
diego |
Avoid _t in identifier names, _t is reserved by POSIX.
libavformat
|
2008-12-13 |
diego |
Matroska uses tables from isom.c, so add the object file to its dependencies.
libavformat
|
2008-12-13 |
lu_zero |
Rename type to be consistent
libavformat
|
2008-12-13 |
mru |
mpegts: replace Program_t typedef with "struct Program"
libavformat
|
2008-12-12 |
aurel |
matroska: sort codec tags list
libavformat
|
2008-12-12 |
aurel |
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)
libavformat
|
2008-12-12 |
compn |
add another mpeg4 avi fourcc from uncommon codecs list
libavformat
|
2008-12-12 |
diego |
Add sys/time.h header #include, fixes compilation on OS/2.
libavformat
|
2008-12-12 |
ods15 |
Update lavf/libnut.c to _tt type names in libnut API
libavformat
|
2008-12-11 |
aurel |
avoid POSIX reserved _t suffix
libavformat
|
2008-12-11 |
bcoudurier |
parse pasp atom and set sample aspect ratio,
libavformat
|
2008-12-11 |
bcoudurier |
remove _t in typedef for POSIX compatibility
libavformat
|
2008-12-11 |
michael |
Remove comment suggesting using variables ending in _t as this would break POSIX.
libavformat
|
2008-12-11 |
reimar |
Avoid _t in typedef type
libavformat
|
2008-12-11 |
michael |
remove _t for POSIX compatibility.
libavformat
|
2008-12-11 |
rbultje |
Fix indenting.
libavformat
|
2008-12-11 |
reimar |
Use "struct gxf_stream_info" instead of "st_info_t",
libavformat
|
2008-12-11 |
reimar |
Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment.
libavformat
|
2008-12-11 |
melanson |
add 'ACDV' FourCC (which is just complete JPEG files in individual AVI
libavformat
|
2008-12-08 |
compn |
add mpeg2 fourcc and aac format tag from asf
libavformat
|
2008-12-07 |
henry |
bind to the multicast address if possible
libavformat
|
2008-12-07 |
reynaldo |
COSMETICS
libavformat
|
2008-12-06 |
rbultje |
Remove static variable and a printf using it. See "[PATCH] asf.c: move
libavformat
|
2008-12-06 |
rbultje |
Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.
libavformat
|
2008-12-06 |
rbultje |
Do not access s->gb directly in functions that have a local copy of that
libavformat
|
2008-12-05 |
compn |
add VX1K h263 and DMK2 mpeg4 avi fourccs
libavformat
|
2008-12-04 |
cehoyos |
Recognize pnm file as images.
libavformat
|
2008-12-04 |
bcoudurier |
WRAW fourcc
libavformat
|
2008-12-03 |
diego |
Add necessary header for av_set_program_name and av_program_add_stream_index.
libavformat
|
2008-12-03 |
compn |
add fourccs from avi files
libavformat
|
2008-12-03 |
michael |
add GEOX fourcc for mpeg4
libavformat
|
2008-12-03 |
diego |
Move declaration of av_set_program_name and av_program_add_stream_index
libavformat
|
2008-12-03 |
diego |
Delete unnecessary 'extern' keywords.
libavformat
|
2008-12-03 |
compn |
add FFDS fourcc, ok'd by kostya
libavformat
|