Fri, 11 Jan 2008 01:00:04 +0000 |
aurel |
Add one more parameter to avc_parse_nal_units so that it allows not to
libavformat
|
Fri, 11 Jan 2008 00:47:02 +0000 |
aurel |
Check return value of avc_parse_nal_units().
libavformat
|
Thu, 10 Jan 2008 13:54:30 +0000 |
rbultje |
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),
libavformat
|
Thu, 10 Jan 2008 13:52:35 +0000 |
rbultje |
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler
libavformat
|
Thu, 10 Jan 2008 08:34:37 +0000 |
lucabe |
Pass a proper context to av_log()
libavformat
|
Tue, 08 Jan 2008 23:08:51 +0000 |
diego |
Fix random typos.
libavformat
|
Tue, 08 Jan 2008 22:07:59 +0000 |
reimar |
url_write is part of the public API so it may not be under ifdef.
libavformat
|
Tue, 08 Jan 2008 13:55:15 +0000 |
bcoudurier |
check av_new_stream return value
libavformat
|
Tue, 08 Jan 2008 13:48:52 +0000 |
bcoudurier |
check av_new_stream return value
libavformat
|
Mon, 07 Jan 2008 23:52:51 +0000 |
ivo |
Linux Media Labs MPEG-4 (LMLM4) demuxer
libavformat
|
Mon, 07 Jan 2008 23:42:52 +0000 |
ivo |
Implement read_timestamp and enable seeking in PVA files.
libavformat
|
Mon, 07 Jan 2008 23:40:04 +0000 |
ivo |
cosmetics
libavformat
|
Mon, 07 Jan 2008 23:39:47 +0000 |
ivo |
remove unnecessary check
libavformat
|
Mon, 07 Jan 2008 23:38:12 +0000 |
ivo |
use ff_parse_pes_pts for parsing an MPEG-PES timestamp
libavformat
|
Mon, 07 Jan 2008 23:32:57 +0000 |
ivo |
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it
libavformat
|
Mon, 07 Jan 2008 00:03:19 +0000 |
aurel |
Make ff_mkv_codec_tags lie entirely in .rodata section.
libavformat
|
Sun, 06 Jan 2008 22:50:09 +0000 |
diego |
cosmetics: Add another pair of parentheses to aid readability.
libavformat
|
Sun, 06 Jan 2008 16:02:55 +0000 |
diego |
Rename two structures, identifiers starting with _[A-Z] are reserved.
libavformat
|
Sun, 06 Jan 2008 14:18:13 +0000 |
bcoudurier |
cosmetics, split overly long lines
libavformat
|
Sun, 06 Jan 2008 10:00:04 +0000 |
lucabe |
Make AVRtpPayloadTypes static and constant
libavformat
|
Sat, 05 Jan 2008 22:33:27 +0000 |
ivo |
cosmetics, superfluous space
libavformat
|
Sat, 05 Jan 2008 22:28:42 +0000 |
ivo |
proper check for valid pva_pts
libavformat
|
Sat, 05 Jan 2008 22:27:49 +0000 |
ivo |
do not return an error, but warn and recover when encountering an audio packet
libavformat
|
Sat, 05 Jan 2008 22:18:44 +0000 |
ivo |
validate streamid before use
libavformat
|
Sat, 05 Jan 2008 22:15:19 +0000 |
ivo |
change audio codec id to mp2
libavformat
|
Sat, 05 Jan 2008 22:13:27 +0000 |
ivo |
proper type and initialization of pva_pts
libavformat
|
Sat, 05 Jan 2008 22:10:00 +0000 |
ivo |
remove unnecessary shift
libavformat
|
Fri, 04 Jan 2008 23:09:58 +0000 |
aurel |
improve CRC API
libavformat
|
Fri, 04 Jan 2008 20:09:48 +0000 |
lucabe |
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies
libavformat
|
Fri, 04 Jan 2008 19:33:50 +0000 |
lucabe |
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
libavformat
|
Fri, 04 Jan 2008 17:52:16 +0000 |
michael |
Move *malloc() out of tree.c, that way the code can be used with
libavformat
|
Fri, 04 Jan 2008 13:00:47 +0000 |
benoit |
Make three rm demuxer functions non static.
libavformat
|
Thu, 03 Jan 2008 12:49:12 +0000 |
lucabe |
Rationalize some dependencies between rtsp and rtp
libavformat
|
Thu, 03 Jan 2008 11:59:20 +0000 |
lucabe |
Fix the RTP muxer dependencies
libavformat
|
Thu, 03 Jan 2008 10:02:46 +0000 |
ivo |
use one shift less in get_pts()
libavformat
|
Thu, 03 Jan 2008 02:12:08 +0000 |
aurel |
mention libavfilter in warning about deprecated vhook
libavformat
|
Wed, 02 Jan 2008 19:40:43 +0000 |
diego |
Drop RTSP default protocol.
libavformat
|
Wed, 02 Jan 2008 18:53:38 +0000 |
diego |
cosmetics: Reindent.
libavformat
|
Wed, 02 Jan 2008 18:53:12 +0000 |
diego |
Merge double-nested if into && condition.
libavformat
|
Wed, 02 Jan 2008 17:17:56 +0000 |
aurel |
move num_packets=0 where it belongs
libavformat
|
Wed, 02 Jan 2008 10:45:28 +0000 |
ivo |
TechnoTrend PVA Demuxer
libavformat
|
Wed, 02 Jan 2008 00:08:36 +0000 |
diego |
cosmetics: sort()
libavformat
|
Tue, 01 Jan 2008 22:54:35 +0000 |
diego |
Add portable way to check for the existence of definitions and
libavformat
|
Tue, 01 Jan 2008 22:05:51 +0000 |
michael |
Extract aspect ratio from ODML/vprp.
libavformat
|
Mon, 31 Dec 2007 16:49:18 +0000 |
michael |
Correct doxy about timestamp units of read_timestamp().
libavformat
|
Mon, 31 Dec 2007 16:47:25 +0000 |
michael |
Document return of read_timestamp.
libavformat
|
Mon, 31 Dec 2007 16:43:35 +0000 |
michael |
More verbose aspect ratio error msg.
libavformat
|
Sat, 29 Dec 2007 20:49:03 +0000 |
aurel |
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
libavformat
|
Sat, 29 Dec 2007 18:35:38 +0000 |
aurel |
clear internal queue when seeking
libavformat
|
Sat, 29 Dec 2007 18:32:47 +0000 |
aurel |
move internal queue freeing code in its own function
libavformat
|
Sat, 29 Dec 2007 18:30:27 +0000 |
aurel |
fix memory leak (patch by Gabriel Fort gforte _at_ wyplay _dot_ com)
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
|
Fri, 28 Dec 2007 13:07:43 +0000 |
ivo |
Sun Rasterfile decoder
libavformat
|
Fri, 28 Dec 2007 11:25:25 +0000 |
lu_zero |
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent
libavformat
|
Fri, 28 Dec 2007 11:23:25 +0000 |
lu_zero |
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support
libavformat
|