Sun, 19 Apr 2009 11:40:03 +0000 |
diego |
Revert previous removal of gsize variable. It breaks seeking.
libavformat
|
Sat, 18 Apr 2009 15:01:20 +0000 |
diego |
Remove unused variable gsize, fixes the warning:
libavformat
|
Sat, 18 Apr 2009 08:35:46 +0000 |
jai_menon |
Cosmetics : reindent after last commit and remove redundant comment.
libavformat
|
Sat, 18 Apr 2009 08:34:15 +0000 |
jai_menon |
Add speex tag to nsv_codec_audio_tags.
libavformat
|
Sat, 18 Apr 2009 05:54:47 +0000 |
jai_menon |
Change nsvf_index_data to nsvs_file_offset for increased clarity.
libavformat
|
Fri, 17 Apr 2009 19:17:14 +0000 |
jai_menon |
Introduce codec id for MPEG-4 ALS and associate it with corresponding
libavformat
|
Fri, 17 Apr 2009 18:18:29 +0000 |
michael |
Remove useless init from aiff_read_header() found by CSA.
libavformat
|
Fri, 17 Apr 2009 18:08:39 +0000 |
michael |
Remove 2 ++ from check_pes() that are useless, found by CSA.
libavformat
|
Fri, 17 Apr 2009 17:42:41 +0000 |
michael |
Remove unused variable from flv_read_metabody() found by CSA.
libavformat
|
Fri, 17 Apr 2009 15:13:01 +0000 |
michael |
Remove nonsensical assignment from asf_read_seek() found by CSA.
libavformat
|
Fri, 17 Apr 2009 14:38:52 +0000 |
michael |
Move declarations in sync() closer to where they are used.
libavformat
|
Fri, 17 Apr 2009 14:16:37 +0000 |
michael |
Remove unused variable from asf_read_header() found by CSA.
libavformat
|
Fri, 17 Apr 2009 14:05:57 +0000 |
rbultje |
Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,
libavformat
|
Fri, 17 Apr 2009 12:37:39 +0000 |
michael |
Moving variable declarations in asf_build_simple_index() to clarify&prettify code.
libavformat
|
Thu, 16 Apr 2009 12:46:06 +0000 |
reimar |
Remove unused audio_pts field from ea demuxer struct
libavformat
|
Thu, 16 Apr 2009 12:39:14 +0000 |
reimar |
Remove unused code from Westwood VQA/AUD demuxer.
libavformat
|
Thu, 16 Apr 2009 00:41:31 +0000 |
rbultje |
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist
libavformat
|
Wed, 15 Apr 2009 20:18:02 +0000 |
michael |
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
libavformat
|
Wed, 15 Apr 2009 13:04:34 +0000 |
rbultje |
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,
libavformat
|
Wed, 15 Apr 2009 06:41:08 +0000 |
conrad |
Ensure that there's pages to read for duration calculation in the ogg demuxer
libavformat
|
Tue, 14 Apr 2009 15:01:46 +0000 |
rbultje |
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
libavformat
|
Tue, 14 Apr 2009 13:22:40 +0000 |
rbultje |
Increase the SDP buffer size (again!) and also increase the temporary
libavformat
|
Mon, 13 Apr 2009 16:59:38 +0000 |
stefano |
Rename pbBufPtr() to put_bits_ptr().
libavformat
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavformat
|
Mon, 13 Apr 2009 04:02:51 +0000 |
bcoudurier |
seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext
libavformat
|
Mon, 13 Apr 2009 03:38:55 +0000 |
bcoudurier |
Set frame defaults in try_decode_frame.
libavformat
|
Mon, 13 Apr 2009 03:32:02 +0000 |
bcoudurier |
reindent
libavformat
|
Sun, 12 Apr 2009 09:04:12 +0000 |
bcoudurier |
remove useless wrapper
libavformat
|
Sun, 12 Apr 2009 08:53:22 +0000 |
reimar |
Move ea demuxer messages that are irrelevant to ordinary users from
libavformat
|
Sun, 12 Apr 2009 08:52:16 +0000 |
bcoudurier |
remove useless wrapper
libavformat
|