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
|
2008-12-02 |
vitor |
Commit last ok'ed parts of QCELP decoder and enable it.
libavformat
|
2008-12-02 |
michael |
ADTS AAC probe.
libavformat
|
2008-12-01 |
vitor |
More OKed parts of the QCELP decoder
libavformat
|
2008-12-01 |
rbultje |
Implement rule-number parsing, the initial step in stream (and bitrate)
libavformat
|
2008-11-30 |
rbultje |
Change RDTDemuxContext->st into an array of streams, which will make future
libavformat
|
2008-11-30 |
rbultje |
document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia
libavformat
|
2008-11-30 |
rbultje |
Change function prototype from taking an AVStream to taking an index to the
libavformat
|