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
|
Tue, 30 Jun 2009 07:43:32 +0000 |
bcoudurier |
cosmetics, change case and comments alignment
libavformat
|
Tue, 30 Jun 2009 07:41:40 +0000 |
bcoudurier |
correctly compute frame flags with closed gop
libavformat
|
Mon, 29 Jun 2009 22:48:07 +0000 |
alexc |
Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).
libavformat
|
Mon, 29 Jun 2009 18:49:15 +0000 |
stefano |
Make the configure script select the input/output devices using
libavformat
|
Mon, 29 Jun 2009 18:37:29 +0000 |
michael |
indent
libavformat
|
Mon, 29 Jun 2009 18:36:49 +0000 |
michael |
id3v2.4.0 uses syncsafe integers for sizes of frames.
libavformat
|
Sun, 28 Jun 2009 21:05:46 +0000 |
stefano |
Remove inconsistent use of a @brief command in av_write_trailer()
libavformat
|
Sun, 28 Jun 2009 21:01:51 +0000 |
stefano |
Use consistently the third person in doxy, as recommended by the
libavformat
|
Thu, 25 Jun 2009 19:44:44 +0000 |
michael |
Fix id3v2.2 frame size parsing.
libavformat
|
Thu, 25 Jun 2009 19:26:39 +0000 |
michael |
Fix id3v2.3/4 tag size parsing.
libavformat
|
Thu, 25 Jun 2009 19:10:27 +0000 |
bcoudurier |
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M
libavformat
|
Thu, 25 Jun 2009 19:01:16 +0000 |
bcoudurier |
Only set CODEC_ID_PROBE when a packet from a stream having a PES header
libavformat
|
Thu, 25 Jun 2009 18:48:57 +0000 |
bcoudurier |
limit raw packet buffer size used for codec probing
libavformat
|
Thu, 25 Jun 2009 00:17:47 +0000 |
bcoudurier |
only set par if it does not indicates a rotation, ex iphone 3GS
libavformat
|
Wed, 24 Jun 2009 23:04:05 +0000 |
rbultje |
Remove any reference to ASFContext.packet_size and replace it with
libavformat
|
Wed, 24 Jun 2009 22:10:53 +0000 |
jbr |
flvdec: Build a Speex header during FLV demuxing using required and
libavformat
|
Wed, 24 Jun 2009 09:40:00 +0000 |
reimar |
Reindent after last patch.
libavformat
|
Wed, 24 Jun 2009 09:38:42 +0000 |
reimar |
mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set.
libavformat
|
Wed, 24 Jun 2009 08:57:53 +0000 |
reimar |
mov_read_packet: extract code that searches for the stream/sample to demux next
libavformat
|