Thu, 30 Jul 2009 15:04:19 +0000 |
rbultje |
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function
libavformat
|
Thu, 30 Jul 2009 08:21:11 +0000 |
bcoudurier |
return EOF in image2 demuxer
libavformat
|
Wed, 29 Jul 2009 17:12:47 +0000 |
diego |
Remove pointless '#ifdef DEBUG' around dprintf macro.
libavformat
|
Wed, 29 Jul 2009 02:17:08 +0000 |
bcoudurier |
Stop parsing in read_header only after finding pmt, and
libavformat
|
Tue, 28 Jul 2009 17:51:12 +0000 |
bcoudurier |
rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com
libavformat
|
Mon, 27 Jul 2009 14:32:54 +0000 |
rbultje |
Cosmetics: remove spaces between function name and arguments in declaration,
libavformat
|
Mon, 27 Jul 2009 14:29:06 +0000 |
rbultje |
Use named initializers and use new/free_context() instead of extradata()
libavformat
|
Mon, 27 Jul 2009 14:03:53 +0000 |
rbultje |
Implement support for EOS as used by WMS and other RTSP servers that do not
libavformat
|
Mon, 27 Jul 2009 14:00:10 +0000 |
rbultje |
Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See
libavformat
|
Mon, 27 Jul 2009 12:36:22 +0000 |
benoit |
Only consider -1 as an error return value for open().
libavformat
|
Sun, 26 Jul 2009 19:09:35 +0000 |
rbultje |
Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:
libavformat
|
Sun, 26 Jul 2009 12:20:04 +0000 |
mru |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
libavformat
|
Fri, 24 Jul 2009 21:28:44 +0000 |
aurel |
fix various compilation dependencies
libavformat
|
Fri, 24 Jul 2009 21:28:03 +0000 |
aurel |
fix compilation of cavsvideo demuxer
libavformat
|
Tue, 21 Jul 2009 07:18:14 +0000 |
kostya |
Register some additional AMF types in libavformat/flv.h
libavformat
|
Sun, 19 Jul 2009 09:38:58 +0000 |
stefano |
Use globally consistent include guard names.
libavformat
|
Wed, 15 Jul 2009 10:00:16 +0000 |
benoit |
Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in
libavformat
|
Wed, 15 Jul 2009 05:52:49 +0000 |
diego |
Use ff_neterrno instead of errno in tcp.c.
libavformat
|
Mon, 13 Jul 2009 17:16:36 +0000 |
diego |
Only #define lseek to _lseeki64 on MinGW, not MinGW CE.
libavformat
|
Sun, 12 Jul 2009 22:31:05 +0000 |
diego |
Make (de)muxers for format variants select the main format (de)muxer.
libavformat
|
Wed, 08 Jul 2009 08:52:56 +0000 |
benoit |
Add block_align to sox input.
libavformat
|
Wed, 08 Jul 2009 08:26:57 +0000 |
benoit |
Fix mem leak when user preallocates an AVFormatContext, passes it to
libavformat
|
Mon, 06 Jul 2009 21:54:37 +0000 |
aurel |
flvdec: expose metadata through the generic metadata API
libavformat
|
Mon, 06 Jul 2009 21:49:33 +0000 |
aurel |
flvdec: re-enable metadata parsing
libavformat
|
Mon, 06 Jul 2009 21:46:37 +0000 |
aurel |
flvdec: don't set format and codec context from metadata values
libavformat
|
Mon, 06 Jul 2009 17:08:32 +0000 |
reimar |
Check for packet_length 0, it is already treated as invalid by the padding check,
libavformat
|
Sat, 04 Jul 2009 08:02:01 +0000 |
bcoudurier |
fix and simplify long gop mpeg codec ul computation
libavformat
|
Sat, 04 Jul 2009 07:56:58 +0000 |
bcoudurier |
set index duration to 0 for cbr, specifying whole container coverage
libavformat
|
Sat, 04 Jul 2009 07:52:28 +0000 |
bcoudurier |
use ber4 length for descriptors preferred by specs
libavformat
|
Sat, 04 Jul 2009 07:49:12 +0000 |
bcoudurier |
write profile and level local tag in mpeg descriptor
libavformat
|