Fabrice Bellard [Fri, 12 Dec 2003 16:56:38 +0000 (16:56 +0000)]
fixed top_field_first support when encoding
Originally committed as revision 2600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Fri, 12 Dec 2003 16:55:12 +0000 (16:55 +0000)]
fill codec info
Originally committed as revision 2599 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 11 Dec 2003 16:14:27 +0000 (16:14 +0000)]
fixing h263p encoding without UMV
Originally committed as revision 2598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 11 Dec 2003 16:00:53 +0000 (16:00 +0000)]
obmc encoding flag (forgot to commit...)
Originally committed as revision 2597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 11 Dec 2003 11:17:54 +0000 (11:17 +0000)]
set AVCodecContext.width/height before get_buffer()
Originally committed as revision 2596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 10 Dec 2003 19:17:15 +0000 (19:17 +0000)]
update
Originally committed as revision 2595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 10 Dec 2003 17:07:11 +0000 (17:07 +0000)]
update -interlace help
Originally committed as revision 2594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 10 Dec 2003 17:06:36 +0000 (17:06 +0000)]
generate MPEG elementary streams in all cases - added interlaced MPEG2 test
Originally committed as revision 2593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 10 Dec 2003 17:05:41 +0000 (17:05 +0000)]
interlaced dct encoding fix
Originally committed as revision 2592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 10 Dec 2003 16:51:54 +0000 (16:51 +0000)]
interlaced DCT support for MPEG2 encoding
Originally committed as revision 2591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 10 Dec 2003 16:49:20 +0000 (16:49 +0000)]
fixed interlaced encoding
Originally committed as revision 2590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 10 Dec 2003 16:20:28 +0000 (16:20 +0000)]
10l (uninitialized var ...)
Originally committed as revision 2589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 10 Dec 2003 14:50:09 +0000 (14:50 +0000)]
-interlace option - better consistency in help
Originally committed as revision 2588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 10 Dec 2003 11:18:36 +0000 (11:18 +0000)]
fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed aspect ratio problem if CODEC_ID_MPEG2VIDEO is used to decode an MPEG1 stream (which is the recommended codec id for mpeg video)
Originally committed as revision 2587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 10 Dec 2003 02:34:09 +0000 (02:34 +0000)]
MB_TYPE_INTERLACED info fix
Originally committed as revision 2586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Tue, 9 Dec 2003 18:06:18 +0000 (18:06 +0000)]
suppress PTS in packets when not needed (slightly smaller files), fixed PTS generation in some cases, added provision for DTS generation, slightly better SCR generation (initial patch by Michel Bardiaux)
Originally committed as revision 2585 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 9 Dec 2003 15:34:44 +0000 (15:34 +0000)]
copy packet without omitting the padding
Originally committed as revision 2584 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 9 Dec 2003 14:51:49 +0000 (14:51 +0000)]
fixed low delay decoding
Originally committed as revision 2583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 9 Dec 2003 14:03:55 +0000 (14:03 +0000)]
100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l100l
Originally committed as revision 2582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 9 Dec 2003 13:47:08 +0000 (13:47 +0000)]
slice structured fixes
Originally committed as revision 2581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 9 Dec 2003 01:55:54 +0000 (01:55 +0000)]
motion_subsample_log2
Originally committed as revision 2580 to svn://svn.ffmpeg.org/ffmpeg/trunk
Wolfgang Hesseler [Tue, 9 Dec 2003 01:49:56 +0000 (01:49 +0000)]
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
cleanups & fixes by me
Originally committed as revision 2579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 9 Dec 2003 00:17:43 +0000 (00:17 +0000)]
better get_packet_size and probe
Originally committed as revision 2578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 8 Dec 2003 18:26:22 +0000 (18:26 +0000)]
FF_DEBUG_PICT_INFO and CODEC_FLAG_GRAY support
Originally committed as revision 2577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 8 Dec 2003 17:54:40 +0000 (17:54 +0000)]
msb pts support
Originally committed as revision 2576 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 8 Dec 2003 17:50:38 +0000 (17:50 +0000)]
using LIBAVFORMAT_IDENT
Originally committed as revision 2575 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 8 Dec 2003 17:45:59 +0000 (17:45 +0000)]
Advanced intra coding, modified quantization and alternative inter vlc regression tests
Originally committed as revision 2574 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 8 Dec 2003 17:42:20 +0000 (17:42 +0000)]
AIC/MQ encoding fix
Originally committed as revision 2573 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 8 Dec 2003 11:35:09 +0000 (11:35 +0000)]
cosmetics
Originally committed as revision 2572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 8 Dec 2003 11:32:06 +0000 (11:32 +0000)]
more correct header parsing
Originally committed as revision 2571 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 8 Dec 2003 02:23:22 +0000 (02:23 +0000)]
alternative inter vlc encoding fix
Originally committed as revision 2570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 7 Dec 2003 02:10:30 +0000 (02:10 +0000)]
slice flush / position fix
Originally committed as revision 2569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 7 Dec 2003 01:33:45 +0000 (01:33 +0000)]
h263 slice structured mode
slice cleanup
Originally committed as revision 2568 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 5 Dec 2003 23:12:03 +0000 (23:12 +0000)]
removing unused var & converting 64->32bit
Originally committed as revision 2567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 5 Dec 2003 01:03:12 +0000 (01:03 +0000)]
AVFrame.interlaced_frame fixes
Originally committed as revision 2566 to svn://svn.ffmpeg.org/ffmpeg/trunk
Glyn Kennington [Fri, 5 Dec 2003 00:41:58 +0000 (00:41 +0000)]
SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot compsoc dot net>)
Originally committed as revision 2565 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 5 Dec 2003 00:19:46 +0000 (00:19 +0000)]
export top_field_first & interlaced_frame
Originally committed as revision 2564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 4 Dec 2003 19:15:37 +0000 (19:15 +0000)]
set has_b_frames correctly, fixes rv20 dr1 with mplayer
Originally committed as revision 2563 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 4 Dec 2003 18:46:49 +0000 (18:46 +0000)]
cleanup
Originally committed as revision 2562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 4 Dec 2003 18:34:47 +0000 (18:34 +0000)]
rv20 (h263) b frame decoding support
Originally committed as revision 2561 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 4 Dec 2003 14:14:43 +0000 (14:14 +0000)]
this should make the decoder safe for big-endian platforms
Originally committed as revision 2560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 3 Dec 2003 22:23:08 +0000 (22:23 +0000)]
altivec.h bug workaround (untested)
Originally committed as revision 2559 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 3 Dec 2003 16:47:17 +0000 (16:47 +0000)]
cleanup
Originally committed as revision 2558 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 3 Dec 2003 16:07:41 +0000 (16:07 +0000)]
h263 modified quantization fix
Originally committed as revision 2557 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Wed, 3 Dec 2003 04:58:48 +0000 (04:58 +0000)]
DUCK codec
Originally committed as revision 2556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Wed, 3 Dec 2003 04:22:15 +0000 (04:22 +0000)]
initial support for Duck TrueMotion v1 (think of it as On2 VP1); only
16-bit mode supported thus far
Originally committed as revision 2555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 3 Dec 2003 01:16:35 +0000 (01:16 +0000)]
split ff_h263_decode_mb() into h263 and mpeg4 versions
Originally committed as revision 2554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 2 Dec 2003 22:02:57 +0000 (22:02 +0000)]
h263_h_loop_filter_mmx
Originally committed as revision 2553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 2 Dec 2003 20:28:10 +0000 (20:28 +0000)]
h263_v_loop_filter_mmx
Originally committed as revision 2552 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 1 Dec 2003 20:04:14 +0000 (20:04 +0000)]
h263 MV prediction doesnt match mpeg4, for some slices configurations (fixes RV20 MVs)
Originally committed as revision 2551 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 1 Dec 2003 15:49:10 +0000 (15:49 +0000)]
10l
Originally committed as revision 2550 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 1 Dec 2003 15:23:14 +0000 (15:23 +0000)]
h263 loop filter
fixed h263 modified quantization
CODEC_FLAG_OBMC
Originally committed as revision 2549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Mon, 1 Dec 2003 13:59:08 +0000 (13:59 +0000)]
off by 1 in the palette
Originally committed as revision 2548 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 30 Nov 2003 19:04:56 +0000 (19:04 +0000)]
4th frame type ...
Originally committed as revision 2547 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 30 Nov 2003 18:08:35 +0000 (18:08 +0000)]
rv20 sub_id == 0x20200002 support
Originally committed as revision 2546 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 30 Nov 2003 17:30:18 +0000 (17:30 +0000)]
cleanup
Originally committed as revision 2545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 30 Nov 2003 17:22:51 +0000 (17:22 +0000)]
rv10 fix
Originally committed as revision 2544 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 30 Nov 2003 14:35:35 +0000 (14:35 +0000)]
rv20 decoder
Originally committed as revision 2543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 29 Nov 2003 08:44:33 +0000 (08:44 +0000)]
forgot
Originally committed as revision 2542 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 29 Nov 2003 08:37:51 +0000 (08:37 +0000)]
h263 alternative inter vlc support
Originally committed as revision 2541 to svn://svn.ffmpeg.org/ffmpeg/trunk
Laurent Aimar [Sat, 29 Nov 2003 00:21:33 +0000 (00:21 +0000)]
H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
Originally committed as revision 2540 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 29 Nov 2003 00:19:24 +0000 (00:19 +0000)]
intra16x16 fix
Originally committed as revision 2539 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 28 Nov 2003 23:38:43 +0000 (23:38 +0000)]
10000l
Originally committed as revision 2538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 28 Nov 2003 22:09:09 +0000 (22:09 +0000)]
cleanup
Originally committed as revision 2537 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 28 Nov 2003 21:31:20 +0000 (21:31 +0000)]
h263 OBMC & 4MV support
cleanup
Originally committed as revision 2536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Fri, 28 Nov 2003 19:19:01 +0000 (19:19 +0000)]
seek by mouse in ffplay patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 2535 to svn://svn.ffmpeg.org/ffmpeg/trunk
Wolfgang Hesseler [Fri, 28 Nov 2003 15:14:24 +0000 (15:14 +0000)]
debug parameter patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
Originally committed as revision 2534 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 27 Nov 2003 13:38:00 +0000 (13:38 +0000)]
dont read from b frames if draw_horiz_band==NULL
Originally committed as revision 2533 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Thu, 27 Nov 2003 01:40:13 +0000 (01:40 +0000)]
* 3x encoding speedup. Finally we seem to be on par with libdv
in terms of time and we're doing slightly better w.r.t. to
quality. I don't think there's much room for improvement
left, but I'd like to try and vectorize a couple of things.
Btw, any ideas on what may impact performance will be greatly
appreciated.
Originally committed as revision 2532 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Wed, 26 Nov 2003 20:57:15 +0000 (20:57 +0000)]
- Add reget_buffer() function to AVCodecContext
- Add default reget_buffer implementation in libavcodec/utils.c
- Remove AVCodecContext.cr_available, no longer needed
- Remove CODEC_CAP_CR, no longer used
- Add img_copy() prototype to avcodec.h (function from imgconvert.c)
- Rename img_copy() to jpeg_img_copy() in libavformat/jpeg.c to avoid
conflict
- Updated msrle, msvideo1, rpza, smc to use reget_buffer
Originally committed as revision 2531 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 25 Nov 2003 00:35:18 +0000 (00:35 +0000)]
16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>)
Originally committed as revision 2530 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 24 Nov 2003 21:53:32 +0000 (21:53 +0000)]
10l
Originally committed as revision 2529 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 24 Nov 2003 17:59:56 +0000 (17:59 +0000)]
Patch for PPM probing by (Rob Joyce <rjoyce at twcny dot rr dot com>)
Originally committed as revision 2528 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 23 Nov 2003 18:49:53 +0000 (18:49 +0000)]
theora alpha3 support (with maintaining backward compatibility, maybe we should remove all backward compatibility codes after final theora release?)
Originally committed as revision 2527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sun, 23 Nov 2003 18:43:09 +0000 (18:43 +0000)]
finally working with old theora bitstream (flipped image), the only sample I have is decoded successfully (theora.ogg)
Originally committed as revision 2526 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 20 Nov 2003 11:22:25 +0000 (11:22 +0000)]
fixed memory leak
Originally committed as revision 2525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Wed, 19 Nov 2003 02:34:40 +0000 (02:34 +0000)]
Add more resilience in reading ffm files. In particular, don't assume
that the write pointer is correct. This can happen in certain failure
modes.
Originally committed as revision 2524 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Wed, 19 Nov 2003 02:23:17 +0000 (02:23 +0000)]
Changed a bunch of calls to sprintf to snprintf to protect against buffer
overflows.
Fix streaming from non-streaming ffm files. It turned out that you
always got 'index & id do not match' errors.
Add some more error detection on getting FFM feeds
Originally committed as revision 2523 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 16 Nov 2003 19:23:39 +0000 (19:23 +0000)]
av_d2q() documentation
Originally committed as revision 2522 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Sun, 16 Nov 2003 14:26:50 +0000 (14:26 +0000)]
set frame rate information, for good measure
Originally committed as revision 2521 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Sat, 15 Nov 2003 18:18:42 +0000 (18:18 +0000)]
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
Mike Melanson [Fri, 14 Nov 2003 05:42:14 +0000 (05:42 +0000)]
yep, FLI support
Originally committed as revision 2519 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 13 Nov 2003 23:45:25 +0000 (23:45 +0000)]
qprd with b frames fix
Originally committed as revision 2518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 13 Nov 2003 23:22:06 +0000 (23:22 +0000)]
qprd needs mbd=2
Originally committed as revision 2517 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Thu, 13 Nov 2003 22:20:12 +0000 (22:20 +0000)]
* sys/types.h for size_t
Originally committed as revision 2516 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Thu, 13 Nov 2003 22:15:11 +0000 (22:15 +0000)]
* *FILE needs <stdio.h>
Originally committed as revision 2515 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Thu, 13 Nov 2003 21:55:05 +0000 (21:55 +0000)]
silence few warnings
Originally committed as revision 2514 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 12 Nov 2003 22:06:15 +0000 (22:06 +0000)]
better fix
Originally committed as revision 2513 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 12 Nov 2003 22:01:13 +0000 (22:01 +0000)]
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
Måns Rullgård [Wed, 12 Nov 2003 21:56:57 +0000 (21:56 +0000)]
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
Michael Niedermayer [Wed, 12 Nov 2003 13:03:51 +0000 (13:03 +0000)]
ac prediction with rate distorted qp fix
Originally committed as revision 2510 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 12 Nov 2003 12:25:44 +0000 (12:25 +0000)]
rate distored optimal lambda->qp support
Originally committed as revision 2509 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 12 Nov 2003 12:22:50 +0000 (12:22 +0000)]
last frame
Originally committed as revision 2508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivan Kalvachev [Wed, 12 Nov 2003 01:19:36 +0000 (01:19 +0000)]
mpegvideo is back
Originally committed as revision 2507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Mon, 10 Nov 2003 19:02:56 +0000 (19:02 +0000)]
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
Fabrice Bellard [Mon, 10 Nov 2003 18:59:45 +0000 (18:59 +0000)]
initial seek support
Originally committed as revision 2505 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Mon, 10 Nov 2003 18:54:17 +0000 (18:54 +0000)]
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
Fabrice Bellard [Mon, 10 Nov 2003 18:49:58 +0000 (18:49 +0000)]
frame rate should be completely disabled in asf (closer now) - disabled seek
Originally committed as revision 2503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Mon, 10 Nov 2003 18:48:33 +0000 (18:48 +0000)]
initial seek support
Originally committed as revision 2502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Mon, 10 Nov 2003 18:47:52 +0000 (18:47 +0000)]
seek support
Originally committed as revision 2501 to svn://svn.ffmpeg.org/ffmpeg/trunk