Thu, 24 Apr 2008 23:09:28 +0000 |
michael |
minor memleak
libavformat
|
Wed, 16 Apr 2008 06:46:54 +0000 |
diego |
Print duration with higher precision.
libavformat
|
Tue, 15 Apr 2008 13:50:02 +0000 |
michael |
Do not detect a format if another has the same score.
libavformat
|
Sun, 13 Apr 2008 08:55:02 +0000 |
reimar |
Do not call update_initial_durations if pkt->duration is 0.
libavformat
|
Sat, 22 Mar 2008 01:06:57 +0000 |
diego |
typo: occured --> occurred
libavformat
|
Sat, 15 Mar 2008 16:15:47 +0000 |
diego |
typo fixes
libavformat
|
Sat, 08 Mar 2008 21:59:11 +0000 |
ramiro |
Introduce max_picture_buffer variable in AVFormatContext,
libavformat
|
Thu, 06 Mar 2008 17:44:42 +0000 |
bcoudurier |
do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf
libavformat
|
Sun, 24 Feb 2008 16:28:35 +0000 |
michael |
Set indexmem to a saner default.
libavformat
|
Wed, 20 Feb 2008 20:24:38 +0000 |
michael |
revert 12156
libavformat
|
Wed, 20 Feb 2008 03:40:07 +0000 |
michael |
Get rid of a fake timestamp discontinuity at the begin of V.VOB.
libavformat
|
Wed, 20 Feb 2008 03:20:06 +0000 |
michael |
Make timestamp interpolation work with mpeg2 field pictures.
libavformat
|
Fri, 15 Feb 2008 20:32:32 +0000 |
michael |
Fix timestamps and durations if the first packets have no durations nor timestamps,
libavformat
|
Sat, 02 Feb 2008 22:55:58 +0000 |
michael |
Remove incorrect casts that should have never been there.
libavformat
|
Sun, 27 Jan 2008 15:43:17 +0000 |
aurel |
Add support for Matroska attachments.
libavformat
|
Mon, 21 Jan 2008 23:43:25 +0000 |
aurel |
ensure av_rescale_q() can be calculated (won't divide by zero)
libavformat
|
Wed, 16 Jan 2008 22:14:26 +0000 |
diego |
misc spelling/grammar fixes
libavformat
|
Sun, 13 Jan 2008 13:33:37 +0000 |
michael |
user specifyable maximum amount of memory to use for the index.
libavformat
|
Sat, 29 Dec 2007 16:34:51 +0000 |
michael |
indent
libavformat
|
Sat, 29 Dec 2007 16:13:03 +0000 |
michael |
Try to fix url_split() so that the ?foobar part is in the path and only the path.
libavformat
|
Thu, 27 Dec 2007 00:16:48 +0000 |
michael |
Fix detected fps for old divx/xvid.
libavformat
|
Sun, 23 Dec 2007 13:16:55 +0000 |
reimar |
100l, av_read_packet must check for read_packet error, in case of
libavformat
|
Thu, 20 Dec 2007 00:25:18 +0000 |
aurel |
remove double check of pb->read_seek
libavformat
|
Wed, 19 Dec 2007 23:26:18 +0000 |
aurel |
use proper url_is_streamed() API
libavformat
|
Wed, 19 Dec 2007 20:57:13 +0000 |
michael |
Merge recently added and still unused play and pause functions.
libavformat
|
Wed, 19 Dec 2007 14:07:13 +0000 |
reimar |
Add a av_close_input_stream function
libavformat
|
Wed, 19 Dec 2007 10:56:17 +0000 |
michael |
Allow overriding codec_ids.
libavformat
|
Mon, 17 Dec 2007 19:12:43 +0000 |
reimar |
Simplify av_close_input_file similarly to av_open_input_file previously
libavformat
|
Mon, 17 Dec 2007 19:08:17 +0000 |
reimar |
Simplify av_open_input_file
libavformat
|
Mon, 17 Dec 2007 17:41:24 +0000 |
reimar |
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option
libavformat
|