]> git.sesse.net Git - ffmpeg/log
ffmpeg
20 years agofixed memory leak
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

20 years agoAdd more resilience in reading ffm files. In particular, don't assume
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

20 years agoChanged a bunch of calls to sprintf to snprintf to protect against buffer
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

20 years agoav_d2q() documentation
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

20 years agoset frame rate information, for good measure
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

20 years agouse the proper file framerate (specified by a float); account the pts
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

20 years agoyep, FLI support
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

20 years agoqprd with b frames fix
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

20 years agoqprd needs mbd=2
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

20 years ago* sys/types.h for size_t
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

20 years ago* *FILE needs <stdio.h>
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

20 years agosilence few warnings
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

20 years agobetter fix
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

20 years agosmall mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge dot net>)
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

20 years agosupport more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))
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

20 years agoac prediction with rate distorted qp fix
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

20 years agorate distored optimal lambda->qp support
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

20 years agolast frame
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

20 years agompegvideo is back
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

20 years agosimpler bandwidth allocation for RTSP streaming - use av_read_frame() - initial suppo...
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

20 years agoinitial seek support
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

20 years agouse av_read_frame() - added initial seek support (rename -start to -ss (mplayer....
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

20 years agoframe rate should be completely disabled in asf (closer now) - disabled seek
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

20 years agoinitial seek support
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

20 years agoseek support
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

20 years agoseeking support - fixed some ADPCM decoding cases
Fabrice Bellard [Mon, 10 Nov 2003 18:44:27 +0000 (18:44 +0000)]
seeking support - fixed some ADPCM decoding cases

Originally committed as revision 2500 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agofixed double free
Fabrice Bellard [Mon, 10 Nov 2003 18:43:12 +0000 (18:43 +0000)]
fixed double free

Originally committed as revision 2499 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoadded parsing
Fabrice Bellard [Mon, 10 Nov 2003 18:42:51 +0000 (18:42 +0000)]
added parsing

Originally committed as revision 2498 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoseek support for PCM formats
Fabrice Bellard [Mon, 10 Nov 2003 18:41:45 +0000 (18:41 +0000)]
seek support for PCM formats

Originally committed as revision 2497 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agouse parsers
Fabrice Bellard [Mon, 10 Nov 2003 18:40:14 +0000 (18:40 +0000)]
use parsers

Originally committed as revision 2496 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoinitial seek support - more generic play/pause support
Fabrice Bellard [Mon, 10 Nov 2003 18:39:26 +0000 (18:39 +0000)]
initial seek support - more generic play/pause support

Originally committed as revision 2495 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoinitial av_read_frame() and av_seek_frame() support
Fabrice Bellard [Mon, 10 Nov 2003 18:37:55 +0000 (18:37 +0000)]
initial av_read_frame() and av_seek_frame() support

Originally committed as revision 2494 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoalso parse extradata for MPEG4
Fabrice Bellard [Mon, 10 Nov 2003 18:33:58 +0000 (18:33 +0000)]
also parse extradata for MPEG4

Originally committed as revision 2493 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agonew audio/video parser API
Fabrice Bellard [Mon, 10 Nov 2003 15:29:20 +0000 (15:29 +0000)]
new audio/video parser API

Originally committed as revision 2492 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoexported mpa_decode_header for new parser API
Fabrice Bellard [Mon, 10 Nov 2003 15:21:16 +0000 (15:21 +0000)]
exported mpa_decode_header for new parser API

Originally committed as revision 2491 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agocomment fix
Fabrice Bellard [Mon, 10 Nov 2003 15:19:05 +0000 (15:19 +0000)]
comment fix

Originally committed as revision 2490 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoadded palette support to the QT demuxer; registered SMC video decoder
Mike Melanson [Mon, 10 Nov 2003 03:17:32 +0000 (03:17 +0000)]
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

20 years agoadded Apple Graphics (SMC) decoder
Mike Melanson [Mon, 10 Nov 2003 03:14:04 +0000 (03:14 +0000)]
added Apple Graphics (SMC) decoder

Originally committed as revision 2488 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago4bpp support
Roberto Togni [Sun, 9 Nov 2003 21:54:49 +0000 (21:54 +0000)]
4bpp support

Originally committed as revision 2487 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago8BPS decoder
Roberto Togni [Fri, 7 Nov 2003 22:39:18 +0000 (22:39 +0000)]
8BPS decoder

Originally committed as revision 2486 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoSet buffer hints, use cr where available
Roberto Togni [Fri, 7 Nov 2003 21:21:36 +0000 (21:21 +0000)]
Set buffer hints, use cr where available

Originally committed as revision 2485 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoAdd cr codec capability and buffer hints
Roberto Togni [Fri, 7 Nov 2003 21:20:24 +0000 (21:20 +0000)]
Add cr codec capability and buffer hints

Originally committed as revision 2484 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago1000l
Michael Niedermayer [Thu, 6 Nov 2003 23:22:17 +0000 (23:22 +0000)]
1000l

Originally committed as revision 11407 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

20 years agofix context=1
Michael Niedermayer [Thu, 6 Nov 2003 22:05:22 +0000 (22:05 +0000)]
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

20 years agocvsignore patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux [Thu, 6 Nov 2003 11:38:19 +0000 (11:38 +0000)]
cvsignore patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)

Originally committed as revision 2482 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago100l: sometime palette was not copied to output frame
Roberto Togni [Wed, 5 Nov 2003 23:27:23 +0000 (23:27 +0000)]
100l: sometime palette was not copied to output frame

Originally committed as revision 2481 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago * fixes for broken builds on Solaris, OS2 and all bingendian
Roman Shaposhnik [Tue, 4 Nov 2003 19:35:43 +0000 (19:35 +0000)]
   * 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

20 years ago-sws 0 && -ssf chs fixed
Michael Niedermayer [Tue, 4 Nov 2003 13:52:12 +0000 (13:52 +0000)]
-sws 0 && -ssf chs fixed

Originally committed as revision 11380 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

20 years agouse .mp4 in one of the mpeg4 regression tests
Michael Niedermayer [Tue, 4 Nov 2003 12:57:19 +0000 (12:57 +0000)]
use .mp4 in one of the mpeg4 regression tests

Originally committed as revision 2479 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoremoving borderline spyware
Michael Niedermayer [Tue, 4 Nov 2003 12:55:26 +0000 (12:55 +0000)]
removing borderline spyware

Originally committed as revision 2478 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoffv1 regression test
Michael Niedermayer [Mon, 3 Nov 2003 21:59:21 +0000 (21:59 +0000)]
ffv1 regression test

Originally committed as revision 2477 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agomovenc patch by (Gildas Bazin <gbazin at altern dot org>)
Gildas Bazin [Mon, 3 Nov 2003 21:51:07 +0000 (21:51 +0000)]
movenc patch by (Gildas Bazin <gbazin at altern dot org>)

Originally committed as revision 2476 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at 2BSD...
Michael Niedermayer [Mon, 3 Nov 2003 20:04:10 +0000 (20:04 +0000)]
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

20 years agoav_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michael Niedermayer [Mon, 3 Nov 2003 18:06:54 +0000 (18:06 +0000)]
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

20 years agoflush fix (untested)
Michael Niedermayer [Mon, 3 Nov 2003 17:42:50 +0000 (17:42 +0000)]
flush fix (untested)

Originally committed as revision 2473 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago-target option patch by (Vidar Madsen <vidar at prosalg dot no>)
Vidar Madsen [Mon, 3 Nov 2003 17:28:44 +0000 (17:28 +0000)]
-target option patch by (Vidar Madsen <vidar at prosalg dot no>)
this isnt complete or bugfree but its better than nothing

Originally committed as revision 2472 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoonly add prefix after \n
Michael Niedermayer [Mon, 3 Nov 2003 13:58:26 +0000 (13:58 +0000)]
only add prefix after \n

Originally committed as revision 2471 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago10l (fixes dct coeff noise reduction)
Michael Niedermayer [Mon, 3 Nov 2003 13:31:02 +0000 (13:31 +0000)]
10l (fixes dct coeff noise reduction)

Originally committed as revision 2470 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoav_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux [Mon, 3 Nov 2003 13:26:22 +0000 (13:26 +0000)]
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)

Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago10l (forgot that the dstW offset is hardcoded in the asm)
Michael Niedermayer [Mon, 3 Nov 2003 02:19:57 +0000 (02:19 +0000)]
10l (forgot that the dstW offset is hardcoded in the asm)

Originally committed as revision 11369 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

20 years agonoise reduction of dct coefficients
Michael Niedermayer [Sun, 2 Nov 2003 23:19:47 +0000 (23:19 +0000)]
noise reduction of dct coefficients

Originally committed as revision 2468 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago10l ...
Michael Niedermayer [Sun, 2 Nov 2003 22:56:47 +0000 (22:56 +0000)]
10l ...

Originally committed as revision 2467 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoMoved to new palette API
Roberto Togni [Sun, 2 Nov 2003 21:57:55 +0000 (21:57 +0000)]
Moved to new palette API
Added check to aviod stride change between frames

Originally committed as revision 2466 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoMake avi and asf demuxer export palette in palctrl
Roberto Togni [Sun, 2 Nov 2003 21:55:38 +0000 (21:55 +0000)]
Make avi and asf demuxer export palette in palctrl

Originally committed as revision 2465 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoFix some palette related defines, bump build number
Roberto Togni [Sun, 2 Nov 2003 21:53:28 +0000 (21:53 +0000)]
Fix some palette related defines, bump build number

Originally committed as revision 2464 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoffv1 rgb support
Michael Niedermayer [Sat, 1 Nov 2003 17:38:25 +0000 (17:38 +0000)]
ffv1 rgb support

Originally committed as revision 2463 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago;
Michael Niedermayer [Sat, 1 Nov 2003 14:29:32 +0000 (14:29 +0000)]
;

Originally committed as revision 2462 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoint_fast??_t emulation for broken systems which dont conform to ISO C
Michael Niedermayer [Sat, 1 Nov 2003 10:20:14 +0000 (10:20 +0000)]
int_fast??_t emulation for broken systems which dont conform to ISO C
this should be ported to mplayers configure if it works

Originally committed as revision 2461 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago100l: free previous frame, not current one!
Roberto Togni [Fri, 31 Oct 2003 22:56:16 +0000 (22:56 +0000)]
100l: free previous frame, not current one!
Set reference flag for frames.

Originally committed as revision 2460 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoDon't memcpy from unallocated memory
Roberto Togni [Fri, 31 Oct 2003 22:28:19 +0000 (22:28 +0000)]
Don't memcpy from unallocated memory

Originally committed as revision 2459 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago * DV demuxer is now capable of decoding auxilary audio stream. So,
Roman Shaposhnik [Fri, 31 Oct 2003 22:26:26 +0000 (22:26 +0000)]
   * DV demuxer is now capable of decoding auxilary audio stream. So,
     everybody who still uses second streo track for dubbing can
     now export it.

   * void* -> DVDemuxContext* change (per Fabrice's suggestion).

   * -dv1394 capture now works in all modes.

Originally committed as revision 2458 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoconfigure on SGI IRIX patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux [Fri, 31 Oct 2003 10:27:37 +0000 (10:27 +0000)]
configure on SGI IRIX patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)

Originally committed as revision 2457 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoNew options for intra/inter matrices patch by (Vidar Madsen <vidar at prosalg dot...
Vidar Madsen [Fri, 31 Oct 2003 10:25:21 +0000 (10:25 +0000)]
New options for intra/inter matrices patch by (Vidar Madsen <vidar at prosalg dot no>)

Originally committed as revision 2456 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agomove identical code into its own function
Michael Niedermayer [Thu, 30 Oct 2003 22:51:02 +0000 (22:51 +0000)]
move identical code into its own function
intXY_t -> int_fastXY_t

Originally committed as revision 2455 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoinitalize various uninitalized variables and avoid coded_picture_number as its not...
Michael Niedermayer [Thu, 30 Oct 2003 21:05:00 +0000 (21:05 +0000)]
initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess)

Originally committed as revision 2454 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago100l (SAR is written as height/width instead of width/height in the MPEG1 standard)
Michael Niedermayer [Thu, 30 Oct 2003 19:55:44 +0000 (19:55 +0000)]
100l (SAR is written as height/width instead of width/height in the MPEG1 standard)

Originally committed as revision 2453 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agopts fix and related fixes
Michael Niedermayer [Thu, 30 Oct 2003 16:58:49 +0000 (16:58 +0000)]
pts fix and related fixes

Originally committed as revision 2452 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agorevised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
Mike Melanson [Thu, 30 Oct 2003 05:40:58 +0000 (05:40 +0000)]
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)

Originally committed as revision 2451 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agodumping funny numbers from first zygo i frame header
Michael Niedermayer [Wed, 29 Oct 2003 17:30:13 +0000 (17:30 +0000)]
dumping funny numbers from first zygo i frame header

Originally committed as revision 2450 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoinitial support for zygovideo
Alex Beregszaszi [Wed, 29 Oct 2003 14:54:45 +0000 (14:54 +0000)]
initial support for zygovideo

Originally committed as revision 2449 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoadded MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API
Fabrice Bellard [Wed, 29 Oct 2003 14:25:27 +0000 (14:25 +0000)]
added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API

Originally committed as revision 2448 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agomake AVFMT_NOHEADER flag dynamic - added av_open_input_stream()
Fabrice Bellard [Wed, 29 Oct 2003 14:20:56 +0000 (14:20 +0000)]
make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()

Originally committed as revision 2447 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agompeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS)
Fabrice Bellard [Wed, 29 Oct 2003 14:16:31 +0000 (14:16 +0000)]
mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS)

Originally committed as revision 2446 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoadded fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handlin...
Fabrice Bellard [Wed, 29 Oct 2003 14:08:18 +0000 (14:08 +0000)]
added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed)

Originally committed as revision 2445 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago1/0 fix by (Tim Allen <tim at proximity dot com dot au>)
Michael Niedermayer [Tue, 28 Oct 2003 10:55:15 +0000 (10:55 +0000)]
1/0 fix by (Tim Allen <tim at proximity dot com dot au>)

Originally committed as revision 2444 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agolinear blend 1 line shift fix
Michael Niedermayer [Tue, 28 Oct 2003 09:23:26 +0000 (09:23 +0000)]
linear blend 1 line shift fix

Originally committed as revision 2443 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoXvMC speedup by removing one memcpy and doing MB packing
Ivan Kalvachev [Mon, 27 Oct 2003 23:22:43 +0000 (23:22 +0000)]
XvMC speedup by removing one memcpy and doing MB packing

Originally committed as revision 2442 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agomake convert_matrix() independant of MpegEncContext
Michael Niedermayer [Mon, 27 Oct 2003 14:37:30 +0000 (14:37 +0000)]
make convert_matrix() independant of MpegEncContext

Originally committed as revision 2441 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoGCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac...
Panagiotis Issaris [Sun, 26 Oct 2003 10:49:49 +0000 (10:49 +0000)]
GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>)

Originally committed as revision 2440 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoAltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)
James Klicman [Sun, 26 Oct 2003 10:14:05 +0000 (10:14 +0000)]
AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>)

Originally committed as revision 2439 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agofixing the remaning block-align checks
Michael Niedermayer [Sun, 26 Oct 2003 09:56:21 +0000 (09:56 +0000)]
fixing the remaning block-align checks

Originally committed as revision 2438 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoblock algn patch by ("Assaf Yaari" <assafy at mobixell dot com>)
Assaf Yaari [Sun, 26 Oct 2003 09:49:45 +0000 (09:49 +0000)]
block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>)

Originally committed as revision 2437 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoreorder table instead of wasting instructions to reorder the input to match the table
Michael Niedermayer [Sat, 25 Oct 2003 21:59:28 +0000 (21:59 +0000)]
reorder table instead of wasting instructions to reorder the input to match the table

Originally committed as revision 2436 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago10l
Michael Niedermayer [Sat, 25 Oct 2003 19:44:37 +0000 (19:44 +0000)]
10l

Originally committed as revision 2435 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agosegfault fix
Michael Niedermayer [Sat, 25 Oct 2003 19:30:14 +0000 (19:30 +0000)]
segfault fix

Originally committed as revision 2434 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agosupport Cinepak files with funky (not divisible by 4) resolutions
Mike Melanson [Sat, 25 Oct 2003 15:22:34 +0000 (15:22 +0000)]
support Cinepak files with funky (not divisible by 4) resolutions

Originally committed as revision 2433 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agoadded XVID fourcc (ISO MPEG-4?) and AC3 fourcc
Mike Melanson [Sat, 25 Oct 2003 04:41:53 +0000 (04:41 +0000)]
added XVID fourcc (ISO MPEG-4?) and AC3 fourcc

Originally committed as revision 2432 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years agodiff -up looks better then diff -u
Michael Niedermayer [Sat, 25 Oct 2003 00:35:25 +0000 (00:35 +0000)]
diff -up looks better then diff -u

Originally committed as revision 2431 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago * adding integer/floating point AAN implementations for DCT 2-4-8
Roman Shaposhnik [Sat, 25 Oct 2003 00:32:54 +0000 (00:32 +0000)]
   * adding integer/floating point AAN implementations for DCT 2-4-8

Originally committed as revision 2430 to svn://svn.ffmpeg.org/ffmpeg/trunk

20 years ago * sh doesn't understand $(command) type of Command substitution.
Roman Shaposhnik [Fri, 24 Oct 2003 23:48:53 +0000 (23:48 +0000)]
* sh doesn't understand $(command) type of Command substitution.
      It's a ksh'ism.

Originally committed as revision 2429 to svn://svn.ffmpeg.org/ffmpeg/trunk