Mike Melanson
11498da334
set frame rate information, for good measure
...
Originally committed as revision 2521 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
d66dae57e8
use the proper file framerate (specified by a float); account the pts
...
for video and audio tracks separately
Originally committed as revision 2520 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
42cad81aea
yep, FLI support
...
Originally committed as revision 2519 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ad0d17f1f8
qprd with b frames fix
...
Originally committed as revision 2518 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
dd3e415e06
qprd needs mbd=2
...
Originally committed as revision 2517 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Zdenek Kabelac
4b813d5c5a
* sys/types.h for size_t
...
Originally committed as revision 2516 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Zdenek Kabelac
67070e4f29
* *FILE needs <stdio.h>
...
Originally committed as revision 2515 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Ivan Kalvachev
57489bc511
silence few warnings
...
Originally committed as revision 2514 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
9515c0c107
better fix
...
Originally committed as revision 2513 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7d58735942
small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>)
...
Originally committed as revision 2512 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Måns Rullgård
278de4755d
support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))
...
Originally committed as revision 2511 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
30758048ef
ac prediction with rate distorted qp fix
...
Originally committed as revision 2510 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
1f26c6f338
rate distored optimal lambda->qp support
...
Originally committed as revision 2509 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
567e36d8f1
last frame
...
Originally committed as revision 2508 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Ivan Kalvachev
c512b303c2
mpegvideo is back
...
Originally committed as revision 2507 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
e240a0bbe0
simpler bandwidth allocation for RTSP streaming - use av_read_frame() - initial support for raw MPEG2 transport stream streaming using RTSP
...
Originally committed as revision 2506 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
72ea344bd1
initial seek support
...
Originally committed as revision 2505 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
254abc2ec6
use av_read_frame() - added initial seek support (rename -start to -ss (mplayer...)) - added '-dump' option to dump input packets
...
Originally committed as revision 2504 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
afda223c6b
frame rate should be completely disabled in asf (closer now) - disabled seek
...
Originally committed as revision 2503 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
155e9ee909
initial seek support
...
Originally committed as revision 2502 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
27f388aa24
seek support
...
Originally committed as revision 2501 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
f9b5459e79
seeking support - fixed some ADPCM decoding cases
...
Originally committed as revision 2500 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
8e38ff0c07
fixed double free
...
Originally committed as revision 2499 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
ba0ce88a2d
added parsing
...
Originally committed as revision 2498 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
4986a42929
seek support for PCM formats
...
Originally committed as revision 2497 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
ccd39ae6ea
use parsers
...
Originally committed as revision 2496 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
ff762d6ed2
initial seek support - more generic play/pause support
...
Originally committed as revision 2495 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
fb2758c83d
initial av_read_frame() and av_seek_frame() support
...
Originally committed as revision 2494 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
c6f353ff61
also parse extradata for MPEG4
...
Originally committed as revision 2493 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
8424cf505c
new audio/video parser API
...
Originally committed as revision 2492 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
962d6ae6c5
exported mpa_decode_header for new parser API
...
Originally committed as revision 2491 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
8dbcc9f226
comment fix
...
Originally committed as revision 2490 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
b595afaae7
added palette support to the QT demuxer; registered SMC video decoder
...
with QT system
Originally committed as revision 2489 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Mike Melanson
11e29a4143
added Apple Graphics (SMC) decoder
...
Originally committed as revision 2488 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
aa39a62205
4bpp support
...
Originally committed as revision 2487 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
1dc1ed9933
8BPS decoder
...
Originally committed as revision 2486 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
e02c251e5a
Set buffer hints, use cr where available
...
Originally committed as revision 2485 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
074c4ca7fd
Add cr codec capability and buffer hints
...
Originally committed as revision 2484 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
468887480c
1000l
...
Originally committed as revision 11407 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
21 years ago
Michael Niedermayer
598401ceea
fix context=1
...
remove always_inline, gcc fails to inline other more important inline functions otherwise ...
Originally committed as revision 2483 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michel Bardiaux
3f76a28759
cvsignore patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 2482 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roberto Togni
1d768c3c16
100l: sometime palette was not copied to output frame
...
Originally committed as revision 2481 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
19d053c5ba
* fixes for broken builds on Solaris, OS2 and all bingendian
...
systems out there.
Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ec62c38fd5
-sws 0 && -ssf chs fixed
...
Originally committed as revision 11380 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
21 years ago
Michael Niedermayer
28c70622ec
use .mp4 in one of the mpeg4 regression tests
...
Originally committed as revision 2479 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
dd0003fa3d
removing borderline spyware
...
Originally committed as revision 2478 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
f3203047eb
ffv1 regression test
...
Originally committed as revision 2477 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Gildas Bazin
e45ccf79be
movenc patch by (Gildas Bazin <gbazin at altern dot org>)
...
Originally committed as revision 2476 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
75388c749b
2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 2475 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
3d0ef6dd52
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 2474 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago