2009-05-05 |
bcoudurier |
dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034
libavformat
|
2009-05-05 |
bcoudurier |
more dvcprohd .mov fourcc, see #1034
libavformat
|
2009-05-03 |
banan |
Remove dead assignments found by CSA
libavformat
|
2009-04-28 |
stefano |
Convert names to the FFmpeg style.
libavformat
|
2009-04-27 |
benoit |
Add avlanguage helpers in libavformat.
libavformat
|
2009-04-23 |
ivo |
avoid possibly uninitialized return value
libavformat
|
2009-04-22 |
jai_menon |
NSV : Add TOC2 parsing and seeking support.
libavformat
|
2009-04-22 |
andoma |
It should be #if, not #ifdef
libavformat
|
2009-04-22 |
michael |
Require 4 instead of 3 frames for detecting mp3,
libavformat
|
2009-04-21 |
ramiro |
Add raw MLP muxer.
libavformat
|
2009-04-20 |
lucabe |
Fix crash when receiving from SDP
libavformat
|
2009-04-19 |
michael |
Add zygo fourcc.
libavformat
|
2009-04-19 |
diego |
Mark gsize variable as av_unused, fixes the warning:
libavformat
|
2009-04-19 |
diego |
Revert previous removal of gsize variable. It breaks seeking.
libavformat
|
2009-04-18 |
diego |
Remove unused variable gsize, fixes the warning:
libavformat
|
2009-04-18 |
jai_menon |
Cosmetics : reindent after last commit and remove redundant comment.
libavformat
|
2009-04-18 |
jai_menon |
Add speex tag to nsv_codec_audio_tags.
libavformat
|
2009-04-18 |
jai_menon |
Change nsvf_index_data to nsvs_file_offset for increased clarity.
libavformat
|
2009-04-17 |
jai_menon |
Introduce codec id for MPEG-4 ALS and associate it with corresponding
libavformat
|
2009-04-17 |
michael |
Remove useless init from aiff_read_header() found by CSA.
libavformat
|
2009-04-17 |
michael |
Remove 2 ++ from check_pes() that are useless, found by CSA.
libavformat
|
2009-04-17 |
michael |
Remove unused variable from flv_read_metabody() found by CSA.
libavformat
|
2009-04-17 |
michael |
Remove nonsensical assignment from asf_read_seek() found by CSA.
libavformat
|
2009-04-17 |
michael |
Move declarations in sync() closer to where they are used.
libavformat
|
2009-04-17 |
michael |
Remove unused variable from asf_read_header() found by CSA.
libavformat
|
2009-04-17 |
rbultje |
Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF,
libavformat
|
2009-04-17 |
michael |
Moving variable declarations in asf_build_simple_index() to clarify&prettify code.
libavformat
|
2009-04-16 |
reimar |
Remove unused audio_pts field from ea demuxer struct
libavformat
|
2009-04-16 |
reimar |
Remove unused code from Westwood VQA/AUD demuxer.
libavformat
|
2009-04-16 |
rbultje |
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist
libavformat
|
2009-04-15 |
michael |
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
libavformat
|
2009-04-15 |
rbultje |
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,
libavformat
|