Baptiste Coudurier
|
217e2f4679
|
remove useless var
Originally committed as revision 13230 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
42b9f45c0d
|
10l, fix compilation
Originally committed as revision 13229 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
5dae74e095
|
use duration from pkt
Originally committed as revision 13228 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
56b8a7b72a
|
simplify
Originally committed as revision 13227 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
252c189bc4
|
simplify
Originally committed as revision 13226 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
38baa83c8a
|
no need to sleep to hide crashes
Originally committed as revision 13225 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
2ea2340e34
|
check pkt stream index before returning packet, prevent segfault
Originally committed as revision 13224 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
c4355f4eaa
|
open logfile in append mode, don't overwrite it
Originally committed as revision 13223 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
8a0b55ff35
|
do not forget to free packet, fix memleak
Originally committed as revision 13222 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
afe359c110
|
Make gbuf2 a table instead of an array
Originally committed as revision 13221 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
53da3f5f92
|
Remove unneeded var from context
Originally committed as revision 13220 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Stefano Sabatini
|
5a635bc729
|
Make ffserver use parse_options().
Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 13219 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Stefano Sabatini
|
cad2af9760
|
Improve parse_primary() error message.
Patch by Stefano Sabatini and Michael Niedermayer
Originally committed as revision 13218 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
David Bolt
|
475f4d8d4b
|
Print timestamp with increased precision.
Patch by David Bolt
Originally committed as revision 13217 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
3ceac114ee
|
Cosmetics: indentation
Originally committed as revision 13216 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
c32985829a
|
Simplify irms()
Originally committed as revision 13215 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
bf6497e911
|
Simplify add_wav()
Originally committed as revision 13214 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
c7666095fa
|
Only one out of two values of gbuf1 is actually used. Make it half the size.
Originally committed as revision 13213 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
65189c6cac
|
Make etable1 and etable2 tables instead of arrays.
Originally committed as revision 13212 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
59ffb6e2cc
|
Simplify ra144_decode_frame() by unrolling a senseless
loop.
Thanks mkhdor for suggesting this patch.
Originally committed as revision 13211 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
432a54ef80
|
Use ff_sqrt() function instead of using a table
Originally committed as revision 13210 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Ben Littler
|
74a926ff04
|
update adding codec docs
Originally committed as revision 13209 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Stefano Sabatini
|
1b068b2984
|
Let ffplay support "-version".
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13208 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Carl Eugen Hoyos
|
392f227393
|
Do not loop endlessly if converting into dv with timestamps Jan 1st not
immediately following a lapyear.
Patch by babupillai.
Fixes issue 443.
Originally committed as revision 13207 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Lars Täuber
|
4860abb116
|
support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net
Originally committed as revision 13206 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
3e67f255a4
|
remove useless/obsolete comments
Originally committed as revision 13205 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
ad0b44b31a
|
remove useless close function
Originally committed as revision 13204 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
3b35f4ab51
|
split swf de/muxer
Originally committed as revision 13203 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
585dac65db
|
only print debug info when sample is actually added
Originally committed as revision 13202 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
285a3da9bd
|
warn about multiple fourcc
Originally committed as revision 13201 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
978677a779
|
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451
Originally committed as revision 13200 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Mike Melanson
|
3c16e03dbc
|
correct build documentation for qt-faststart utility
Originally committed as revision 13199 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
47abbd3eb9
|
Cosmetics: move function to remove forward declarations
Originally committed as revision 13198 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
f1bf6ba3db
|
Minor simplification of rotate_block()
Originally committed as revision 13197 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
f54b42736d
|
Cosmetics: indentation
Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
0c62d04e00
|
Cosmetics: rename variable
Originally committed as revision 13195 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
37e77035f2
|
Simplify ra144_decode_frame()
Originally committed as revision 13194 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
0bd134abd3
|
Simplify vsad16_mmx2().
Originally committed as revision 13193 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
e1a51a578e
|
Remove a useless temporary buffer
Originally committed as revision 13192 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
6bf6a9301b
|
Simplify vsad16_mmx().
Originally committed as revision 13191 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Vitor Sessak
|
b8caf9bf28
|
Convert ra144.h tables from hex to decimal
Originally committed as revision 13190 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
e13810223a
|
Simplify vsad_intra16_mmx2()
Originally committed as revision 13189 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
06bb35f94c
|
Simplify vsad_intra16_mmx()
Originally committed as revision 13188 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Lars Täuber
|
1472b7dd28
|
LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net
Originally committed as revision 13187 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Diego Biurrun
|
8f89843475
|
The MPEG4AAC codec is provided by an external library and will be disabled
with the next libavcodec major version bump.
Originally committed as revision 13186 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Diego Biurrun
|
9f4aa35359
|
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13185 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
ee83232aa9
|
Avoid using log2() freebsd does not support it.
Originally committed as revision 13184 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Jeremy Kolb
|
ba321adb94
|
Store license value in a variable for later use.
patch by Jeremy Kolb, jkolb wsi com
Originally committed as revision 13183 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Stefano Sabatini
|
e6375662db
|
cosmetics: Make 'ffserver -h' output consistent with other ff* tools.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13182 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Diego Biurrun
|
51c86db57b
|
Fix big-endian vs. little-endian typo.
Originally committed as revision 13181 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |