Thu, 05 Mar 2009 07:36:16 +0000 |
schreter |
Pass packet position to the parser, so frame's AVPacket.pos is computed correctly.
libavformat
|
Wed, 04 Mar 2009 07:57:09 +0000 |
alexc |
MOV: fix demuxing fragmented files
libavformat
|
Wed, 04 Mar 2009 05:40:53 +0000 |
melanson |
Fix a condition that causes an infinite loop, but only when compiled with
libavformat
|
Wed, 04 Mar 2009 00:57:37 +0000 |
rbultje |
Split rtsp_send_cmd() into two functions, one for the actual sending of the
libavformat
|
Tue, 03 Mar 2009 20:24:17 +0000 |
michael |
Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer
libavformat
|
Tue, 03 Mar 2009 18:19:44 +0000 |
alexc |
MOV: fix crash when 'meta' occurs before first 'trak'
libavformat
|
Tue, 03 Mar 2009 17:06:18 +0000 |
rbultje |
Rename "fd1" variable ro "fd". There were previously two variables (fd1 and
libavformat
|
Tue, 03 Mar 2009 17:04:51 +0000 |
rbultje |
Add url_get_file_handle(), which is used to get the file descriptor
libavformat
|
Tue, 03 Mar 2009 16:53:04 +0000 |
rbultje |
Reindent after r17777.
libavformat
|
Tue, 03 Mar 2009 16:52:35 +0000 |
rbultje |
Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix
libavformat
|
Tue, 03 Mar 2009 16:48:56 +0000 |
rbultje |
Recognize the "application" data type, which is required for WMS/UDP
libavformat
|
Tue, 03 Mar 2009 16:19:37 +0000 |
benoit |
Add a context to av_log() calls.
libavformat
|
Tue, 03 Mar 2009 14:09:10 +0000 |
diego |
Remove deprecated vhook subsystem.
libavformat
|
Tue, 03 Mar 2009 13:57:09 +0000 |
rbultje |
Remove size_t cast in setting s->priv_data directly to the (integer) file
libavformat
|
Tue, 03 Mar 2009 13:51:34 +0000 |
rbultje |
Don't let finalize_packet() touch pkt->stream_index. Instead, let individual
libavformat
|
Tue, 03 Mar 2009 13:42:16 +0000 |
rbultje |
Reindent after r17764.
libavformat
|
Tue, 03 Mar 2009 13:41:50 +0000 |
rbultje |
In the current implementation of rtp_parse_packet(), finalize_packet() is
libavformat
|
Tue, 03 Mar 2009 13:26:17 +0000 |
rbultje |
Reduce allocated length of the HTTP authentication request field buffer, as
libavformat
|
Tue, 03 Mar 2009 12:57:07 +0000 |
diego |
cosmetics: Fix indentation.
libavformat
|
Mon, 02 Mar 2009 09:28:37 +0000 |
benoit |
Add context to some av_log() calls.
libavformat
|
Mon, 02 Mar 2009 05:18:33 +0000 |
diego |
Change a bunch of codec long_names to be more consistent and descriptive.
libavformat
|
Sun, 01 Mar 2009 16:35:25 +0000 |
aurel |
deprecate old metadata API
libavformat
|
Sun, 01 Mar 2009 16:06:26 +0000 |
aurel |
fix missed usage of old metadata API in mov demuxer
libavformat
|
Sun, 01 Mar 2009 15:38:06 +0000 |
aurel |
use new metadata API in libavformat/utils.c
libavformat
|
Sun, 01 Mar 2009 15:28:56 +0000 |
aurel |
use new metadata API in r3d demuxer
libavformat
|
Sun, 01 Mar 2009 14:50:03 +0000 |
aurel |
new metadata API is now officially part of public API
libavformat
|
Sun, 01 Mar 2009 14:29:30 +0000 |
aurel |
simplify metadata conversion and fixes gcc-2.95 at the same time
libavformat
|
Sun, 01 Mar 2009 03:48:35 +0000 |
michael |
Change the timebase of the raw demuxer to one that can represent the ts of fields.
libavformat
|
Sun, 01 Mar 2009 03:17:24 +0000 |
michael |
Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes
libavformat
|
Sun, 01 Mar 2009 00:12:08 +0000 |
aurel |
Add some basic metadata conversion tables for matroska and asf.
libavformat
|
Sat, 28 Feb 2009 23:34:16 +0000 |
aurel |
add a metadata conversion API
libavformat
|
Sat, 28 Feb 2009 19:34:50 +0000 |
lucabe |
Document ff_rtp_codec_id()
libavformat
|
Sat, 28 Feb 2009 18:35:53 +0000 |
cehoyos |
Change TS seeking so it returns position/timestamp of a key frame.
libavformat
|
Sat, 28 Feb 2009 18:23:19 +0000 |
lucabe |
Fix typo in a comment
libavformat
|
Sat, 28 Feb 2009 18:21:43 +0000 |
lucabe |
Document ff_rtp_enc_name()
libavformat
|
Sat, 28 Feb 2009 17:31:25 +0000 |
jbr |
cosmetics: indentation
libavformat
|
Sat, 28 Feb 2009 17:24:56 +0000 |
lucabe |
Document ff_rtp_get_codec_info()
libavformat
|
Sat, 28 Feb 2009 17:24:46 +0000 |
jbr |
Separate the raw FLAC demuxer from raw.c and put in a new file,
libavformat
|
Sat, 28 Feb 2009 16:02:29 +0000 |
rbultje |
Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used
libavformat
|
Sat, 28 Feb 2009 15:15:54 +0000 |
mru |
Revert "Improve frame rate guessing for streams with two fields per frame."
libavformat
|
Sat, 28 Feb 2009 13:14:46 +0000 |
cehoyos |
Improve frame rate guessing for streams with two fields per frame.
libavformat
|
Fri, 27 Feb 2009 23:12:14 +0000 |
aurel |
use new metadata API in nut muxer
libavformat
|
Fri, 27 Feb 2009 23:10:34 +0000 |
aurel |
use new metadata API in nut demuxer
libavformat
|
Fri, 27 Feb 2009 14:13:15 +0000 |
reimar |
Do not allow standard-frame-rate detection to increase the value of
libavformat
|
Fri, 27 Feb 2009 10:07:12 +0000 |
reimar |
Simplify ipmovie.c pts calculation by using an appropriate time_base.
libavformat
|
Fri, 27 Feb 2009 08:31:20 +0000 |
benoit |
Add a context to av_log() call.
libavformat
|
Fri, 27 Feb 2009 08:02:34 +0000 |
reimar |
Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1
libavformat
|
Fri, 27 Feb 2009 07:56:24 +0000 |
reimar |
Detect the case when the time base is exact but far finer than necessary to
libavformat
|
Thu, 26 Feb 2009 23:47:32 +0000 |
michael |
Add ticks_per_frame, this should hopefully fix the regressions caused
libavformat
|
Thu, 26 Feb 2009 22:39:53 +0000 |
aurel |
cosmetics: vertical alignment
libavformat
|
Thu, 26 Feb 2009 22:38:46 +0000 |
aurel |
use new metadata API in rpl demuxer
libavformat
|
Thu, 26 Feb 2009 22:35:26 +0000 |
aurel |
use new metadata API in wc3 demuxer
libavformat
|
Thu, 26 Feb 2009 22:34:18 +0000 |
stefano |
Mark as "internal but installed" the avio.h file.
libavformat
|
Thu, 26 Feb 2009 22:28:42 +0000 |
stefano |
Add a @file notice to avio.h.
libavformat
|
Thu, 26 Feb 2009 16:17:17 +0000 |
aurel |
move static tables from asf.h to non-static tables in asf.c
libavformat
|
Thu, 26 Feb 2009 15:44:19 +0000 |
aurel |
rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency
libavformat
|