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
|
Fri, 03 Jul 2009 11:31:09 +0000 |
reimar |
Replace invalid Theora frame rate by 25 FPS.
libavformat
|
Fri, 03 Jul 2009 11:27:52 +0000 |
reimar |
Check for failed extradata malloc, fixes a crash in out-of-memory conditions
libavformat
|
Fri, 03 Jul 2009 11:26:14 +0000 |
reimar |
Check size of "strf" header against size of enclosing "LIST" if there is one.
libavformat
|
Fri, 03 Jul 2009 11:18:56 +0000 |
reimar |
Fix indentation
libavformat
|
Fri, 03 Jul 2009 11:18:07 +0000 |
reimar |
Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.
libavformat
|
Thu, 02 Jul 2009 12:47:58 +0000 |
michael |
If either of num or den is 0 make both 0 in av_set_pts_info().
libavformat
|
Wed, 01 Jul 2009 20:52:48 +0000 |
michael |
Make sure av_set_pts_info() does not set the fields of a timebase to
libavformat
|
Wed, 01 Jul 2009 18:50:31 +0000 |
michael |
Make arguments of av_set_pts_info() unsigned.
libavformat
|