Michael Niedermayer
75b213ed54
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them
...
Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ff0e0b62a2
update forgotten regression test chcksums for
...
====
Author: michael
Date: Mon Mar 5 03:41:49 2007
New Revision: 8240
Modified:
trunk/libavformat/asf-enc.c
Log:
create codec_comment_header which looks more like what M$ creates, sane or not ...
Originally committed as revision 8260 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
066a81a80f
change management of "ab" option in ffmpeg.c, so that it works as "b" option.
...
patch by Benoit Fouet % benoit P fouet A purplelabs P com %
Original thread:
Subj: [Ffmpeg-devel] [PATCH] use new way to handle "ab" option
Date: 03/03/2007 10:51 PM
Originally committed as revision 8244 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
737287f802
all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too
...
Originally committed as revision 8239 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
634b256913
all asf files i have have this field at 2 so lets try to change it to that ...
...
Originally committed as revision 8238 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
01d193aaec
Relicense to LGPL and add standard license header.
...
Approved by the author, Sebastien Bechet, over email.
Originally committed as revision 8188 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
eebfba2e24
Add standard LGPL header with Fabrice's permission.
...
Originally committed as revision 8150 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ee5db69e85
Fix 'rm -r' vs 'rm -f' typo.
...
Originally committed as revision 8145 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
89daa6b8b6
synchronize to latest ffm changes
...
Originally committed as revision 8092 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
4eaf1ddf60
1l, clean up feed1.ffm after finishing the server test
...
Originally committed as revision 8075 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
508826f961
fix the server regression test (it produced for me identical results in more runs, really).
...
Originally committed as revision 8074 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
400615b68b
use aiff when we can, some players only support aiff
...
Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1d7d9935b2
always use audio spread (instead of "video no spread" for audio ...)
...
Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5a4f1328ef
oops forgot this one (increase preroll time to min of my asfs)
...
Originally committed as revision 7956 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a98d3e829a
increaseing preroll time to the minimum of the asf files i have
...
Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d9076fe7c3
remove md5 check for wma as there are rounding differences between cpus
...
Originally committed as revision 7954 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0786943a00
disabling vorbis regression test for now, both encoder and decoder behave strange and have to be fixed
...
Originally committed as revision 7953 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0d9f863340
dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect?
...
Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
5600b6e19e
Regression changes after addition of fact chunk to non-PCM wav
...
Originally committed as revision 7951 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2d241e6687
fix broken memset(padding, 0) code
...
add a few asserts
Originally committed as revision 7903 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
190972a06e
iam pretty sure send time is dts and not pts ...
...
Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3160138fc2
vorbis regression test
...
(using .asf as our .ogg muxer depends on libogg, nut muxer depends on libnut and vorbis in avi/mpeg is not really a good idea)
Originally committed as revision 7874 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
dc8918ad93
fix regression tests due to pixel format name changes
...
Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6d3d8daef9
wma regression test
...
Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d0115a2614
Add seektest to list of PHONY targets.
...
Originally committed as revision 7860 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
716ae7caf8
indent
...
Originally committed as revision 7844 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b929eb5041
dont output information about what is demuxed after a seek failure
...
Originally committed as revision 7843 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
93dd19e069
10l uninitalized cola
...
seek regression tests are now deterministic
Originally committed as revision 7833 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f97b7e66de
seek regression tests
...
Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
200d9a885b
Do not run (broken) ffserver test by default and warn about its brokenness.
...
Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5c1844ab56
fix msmpeg4v3 tag in asf
...
Originally committed as revision 7606 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2a04823942
Add/update some comments.
...
Originally committed as revision 7578 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7dc0c991da
Rename do_libav var so as not to clash with the do_libav function on Solaris.
...
Originally committed as revision 7577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
b82d0bfe10
update swf regression checksum
...
Originally committed as revision 7557 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9e32e071e1
Revert broken removal of variable indirection.
...
Originally committed as revision 7532 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Roman Shaposhnik
e950141a58
* Fixing a bug with incorrect bits set in AAUX source pack
...
* Making DV codec release a buffer on exit
* Flagging accepted pix_fmts for DV encoder
Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7ef605023c
Remove leftover variable.
...
Originally committed as revision 7523 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7507022d4d
Remove unnecessary variable indirection.
...
Originally committed as revision 7522 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
45ddd8b021
merge fragmented mpeg4adv section in regression.sh
...
Originally committed as revision 7519 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
aeeb0cac3d
100l: Fix damage from a buggy emacs macro.
...
Originally committed as revision 7517 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0fc3a83159
Merge redundant comments.
...
Originally committed as revision 7514 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8deb894f11
Add two more variables for temporary files.
...
Originally committed as revision 7512 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d9c211ee74
comment grammar fixes
...
Originally committed as revision 7511 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3dd9fa77bf
Bail out immediately with software scaler instead of failing the tests.
...
Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
3b72ec7536
change regression tests for swf, use same as flv, swf muxer only supports mp3
...
Originally committed as revision 7433 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
662fd26cfc
change regression tests for swf, use same as flv, swf muxer only supports mp3
...
Originally committed as revision 7432 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
396a5e6837
store a few values in the header as difference to the last
...
this makes frames a few bytes smaller (0.1% for high bitrate but >1% for low bitrates)
Originally committed as revision 7401 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
f01bd9da81
Correct value for the test.
...
Originally committed as revision 7398 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Allan Hsu
148c9bdbb8
Patch for the FLV muxer to supply more complete metadata
...
in the onMetaData header. Patch by Allan Hsu <allan at counterpop dot net>.
Originally committed as revision 7382 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
919cb8731e
Fix regression tests with out-of-tree builds.
...
Originally committed as revision 7364 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago