Sun, 10 May 2009 01:41:35 +0000 |
bcoudurier |
remove useless max_payload_size variable
libavformat
|
Sun, 10 May 2009 01:37:58 +0000 |
bcoudurier |
do not write dts if pts is not set
libavformat
|
Sun, 10 May 2009 01:02:18 +0000 |
bcoudurier |
fix total bitrate computation, based on patch by corp186, chasedouglas at gmail dot com
libavformat
|
Wed, 06 May 2009 23:02:26 +0000 |
conrad |
Warning fix: Make ogg_stream.codec const
libavformat
|
Wed, 06 May 2009 22:01:54 +0000 |
stefano |
Add 8088flex TMV file demuxer.
libavformat
|
Wed, 06 May 2009 05:40:43 +0000 |
kostya |
Add floating point audio decoding to WavPack decoder.
libavformat
|
Tue, 05 May 2009 04:30:08 +0000 |
bcoudurier |
dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034
libavformat
|
Tue, 05 May 2009 04:27:24 +0000 |
bcoudurier |
more dvcprohd .mov fourcc, see #1034
libavformat
|
Sun, 03 May 2009 09:32:40 +0000 |
banan |
Remove dead assignments found by CSA
libavformat
|
Tue, 28 Apr 2009 19:51:50 +0000 |
stefano |
Convert names to the FFmpeg style.
libavformat
|
Mon, 27 Apr 2009 07:27:39 +0000 |
benoit |
Add avlanguage helpers in libavformat.
libavformat
|
Thu, 23 Apr 2009 18:44:03 +0000 |
ivo |
avoid possibly uninitialized return value
libavformat
|
Wed, 22 Apr 2009 19:37:57 +0000 |
jai_menon |
NSV : Add TOC2 parsing and seeking support.
libavformat
|
Wed, 22 Apr 2009 08:39:46 +0000 |
andoma |
It should be #if, not #ifdef
libavformat
|
Wed, 22 Apr 2009 02:58:20 +0000 |
michael |
Require 4 instead of 3 frames for detecting mp3,
libavformat
|
Tue, 21 Apr 2009 23:23:15 +0000 |
ramiro |
Add raw MLP muxer.
libavformat
|
Mon, 20 Apr 2009 20:06:55 +0000 |
lucabe |
Fix crash when receiving from SDP
libavformat
|
Sun, 19 Apr 2009 21:24:36 +0000 |
michael |
Add zygo fourcc.
libavformat
|
Sun, 19 Apr 2009 13:29:11 +0000 |
diego |
Mark gsize variable as av_unused, fixes the warning:
libavformat
|
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
|