]> git.sesse.net Git - ffmpeg/log
ffmpeg
20 years agoWrite correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (Måns...
Måns Rullgård [Tue, 15 Jul 2003 22:15:37 +0000 (22:15 +0000)]
Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (Måns Rullgård))

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

20 years agoflv1 fix
Michael Niedermayer [Tue, 15 Jul 2003 20:22:22 +0000 (20:22 +0000)]
flv1 fix

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

20 years agofixed NTP generation for mpeg
Fabrice Bellard [Tue, 15 Jul 2003 19:41:40 +0000 (19:41 +0000)]
fixed NTP generation for mpeg

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

20 years agofixed RTP/TCP client support
Fabrice Bellard [Tue, 15 Jul 2003 16:57:35 +0000 (16:57 +0000)]
fixed RTP/TCP client support

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

20 years agoBeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to libs neede...
François Revol [Tue, 15 Jul 2003 13:35:20 +0000 (13:35 +0000)]
BeOS fix: NOT every ld likes undefined syms, include C++ objs, and link to libs needed for audio in.

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

20 years agocosmetic change in resync code - added PAT scanning code if no SDT is found (in the...
Fabrice Bellard [Tue, 15 Jul 2003 13:21:39 +0000 (13:21 +0000)]
cosmetic change in resync code - added PAT scanning code if no SDT is found (in the futur it would be interesting to give an API to change channel - also useful for DV input number or TV grab tunning

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

20 years ago10l
Michael Niedermayer [Mon, 14 Jul 2003 21:07:50 +0000 (21:07 +0000)]
10l

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

21 years ago10l
Michael Niedermayer [Sun, 13 Jul 2003 11:14:43 +0000 (11:14 +0000)]
10l

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

21 years agogolomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
Michael Niedermayer [Sun, 13 Jul 2003 11:06:45 +0000 (11:06 +0000)]
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
jpegls style golomb rice coder

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

21 years agosimpler
Michael Niedermayer [Sat, 12 Jul 2003 22:15:11 +0000 (22:15 +0000)]
simpler

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

21 years agocleanup
Michael Niedermayer [Sat, 12 Jul 2003 20:21:34 +0000 (20:21 +0000)]
cleanup

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

21 years ago10l
Michael Niedermayer [Sat, 12 Jul 2003 16:55:15 +0000 (16:55 +0000)]
10l

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

21 years agolossless jpeg regression test
Michael Niedermayer [Sat, 12 Jul 2003 16:26:08 +0000 (16:26 +0000)]
lossless jpeg regression test

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

21 years ago * First round of AV sync fixes.
Roman Shaposhnik [Sat, 12 Jul 2003 07:37:05 +0000 (07:37 +0000)]
   * First round of AV sync fixes.
   * -r now does the right thing.
   * frame rate and frame sizes now share same abbv. table and you
     can do -r ntsc as well as -s ntsc

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

21 years ago- Gracefully handle the case where not all the streams are requested/wanted
Giancarlo Formicuccia [Fri, 11 Jul 2003 22:30:12 +0000 (22:30 +0000)]
- Gracefully handle the case where not all the streams are requested/wanted
from the client. Simply ignore the unwanted/unasked streams.
- Don't need to pool() for every input character! (the socket is nonblocking,
so the loop is ok).
- Partially resurrect compute_send_delay for avoiding udp flood. Without a
similar patch, udp transmission is seriously unreliable.
(note that we don't link to a specific input reference stream, it's not needed
as the pts values should be coherent anyway. Also, non-monotonic pts
progression is unimportant in the long term).
- rtsp_cmd_pause must reset the time reference
patch by (Giancarlo Formicuccia <ilsensine at inwind dot it>)

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

21 years agoShared library for libavformat support patch by (Tim Allen <tim at proximity dot...
Tim Allen [Fri, 11 Jul 2003 21:33:27 +0000 (21:33 +0000)]
Shared library for libavformat support patch by (Tim Allen <tim at proximity dot com dot au>)

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

21 years agoBuilding ffmpeg with gcc-2.95.3 encountered a problem due to C99 initialization fix...
Michael Niedermayer [Thu, 10 Jul 2003 23:18:09 +0000 (23:18 +0000)]
Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initialization fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)

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

21 years agopostprocessing support
Michael Niedermayer [Thu, 10 Jul 2003 19:09:24 +0000 (19:09 +0000)]
postprocessing support
fix duplicate frames bug?

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

21 years ago1000l (forgot to commit)
Michael Niedermayer [Thu, 10 Jul 2003 16:25:30 +0000 (16:25 +0000)]
1000l (forgot to commit)

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

21 years agofix? flv escape codes
Michael Niedermayer [Thu, 10 Jul 2003 10:24:47 +0000 (10:24 +0000)]
fix? flv escape codes

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

21 years ago- Looks a tiny bit harder in mpegps_probe() for a valid start code. This is
Isaac Richards [Thu, 10 Jul 2003 09:04:04 +0000 (09:04 +0000)]
- Looks a tiny bit harder in mpegps_probe() for a valid start code.  This is
needed to detect some files produced by pvr-250/350 capture cards.
- Adds AC3 audio support to the mpegts demuxer, and makes it a little more
tolerant of bad files.
patch by (Isaac Richards <ijr at po dot cwru dot edu>)

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

21 years agoadded the official VP3 IDCT (C implementation) as well as a grayscale
Mike Melanson [Thu, 10 Jul 2003 05:16:25 +0000 (05:16 +0000)]
added the official VP3 IDCT (C implementation) as well as a grayscale
decoding mode

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

21 years agoflv cleanup / simplify
Michael Niedermayer [Thu, 10 Jul 2003 00:15:27 +0000 (00:15 +0000)]
flv cleanup / simplify

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

21 years agoflv regression test
Michael Niedermayer [Wed, 9 Jul 2003 23:52:06 +0000 (23:52 +0000)]
flv regression test

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

21 years agoflash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
Garrick Meeker [Wed, 9 Jul 2003 23:10:59 +0000 (23:10 +0000)]
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)

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

21 years agoFFmpeg & evaluating performance on the PowerPC Architecture HOWTO by (Romain Dolbeau...
Michael Niedermayer [Wed, 9 Jul 2003 20:22:11 +0000 (20:22 +0000)]
FFmpeg & evaluating performance on the PowerPC Architecture HOWTO by (Romain Dolbeau <dolbeau at irisa dot fr>)

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

21 years ago1) remove TBL support in PPC performance. It's much more useful to use the
Romain Dolbeau [Wed, 9 Jul 2003 20:18:13 +0000 (20:18 +0000)]
1) remove TBL support in PPC performance. It's much more useful to use the
    PMCs, and with Apple's CHUD it's fairly easy too. No reason to keep useless
    code around
2) make the PPC perf stuff a configure option
3) make put_pixels16_altivec a bit faster by unrolling the loop by 4
patch by (Romain Dolbeau <dolbeau at irisa dot fr>)

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

21 years agofew more error checks
Michael Niedermayer [Tue, 8 Jul 2003 22:12:17 +0000 (22:12 +0000)]
few more error checks

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

21 years agothe reference sw doesnt like some legal headers ...
Michael Niedermayer [Mon, 7 Jul 2003 20:17:44 +0000 (20:17 +0000)]
the reference sw doesnt like some legal headers ...

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

21 years agowarning fix
Alex Beregszaszi [Mon, 7 Jul 2003 16:06:00 +0000 (16:06 +0000)]
warning fix

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

21 years agompeg 2 seeking fix
Michael Niedermayer [Mon, 7 Jul 2003 11:25:31 +0000 (11:25 +0000)]
mpeg 2 seeking fix

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

21 years agoOptimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Current...
Alex Beregszaszi [Mon, 7 Jul 2003 11:19:18 +0000 (11:19 +0000)]
Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change

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

21 years agoCODEC_FLAG_LOW_DELAY fix
Michael Niedermayer [Sun, 6 Jul 2003 21:24:04 +0000 (21:24 +0000)]
CODEC_FLAG_LOW_DELAY fix

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

21 years agomerge U and V statistics, 33% reduction in memory requirement, compression rate bette...
Michael Niedermayer [Sat, 5 Jul 2003 14:18:07 +0000 (14:18 +0000)]
merge U and V statistics, 33% reduction in memory requirement, compression rate better for some files worse for others, worst compression rate loss 0.05%

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

21 years agomemleak fix by (Jake Page <jake at CS dot Stanford dot EDU>)
Michael Niedermayer [Sat, 5 Jul 2003 08:31:08 +0000 (08:31 +0000)]
memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>)
with minor fix by me

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

21 years agoav_free_packet SEGV fix by (Arthur van Hoff (javanator))
Michael Niedermayer [Fri, 4 Jul 2003 23:48:20 +0000 (23:48 +0000)]
av_free_packet  SEGV fix by (Arthur van Hoff (javanator))

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

21 years agompeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))
Michael Niedermayer [Fri, 4 Jul 2003 23:08:16 +0000 (23:08 +0000)]
mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))

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

21 years agomoved frame_count to wmadeccontext
Alex Beregszaszi [Fri, 4 Jul 2003 20:32:04 +0000 (20:32 +0000)]
moved frame_count to wmadeccontext

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

21 years agouniformization (now it uses the same trace functions as h264, defined in common.h)
Alex Beregszaszi [Fri, 4 Jul 2003 20:26:04 +0000 (20:26 +0000)]
uniformization (now it uses the same trace functions as h264, defined in common.h)

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

21 years agounwanted second definition of CHECKED_ALLOCZ
Alex Beregszaszi [Fri, 4 Jul 2003 17:16:53 +0000 (17:16 +0000)]
unwanted second definition of CHECKED_ALLOCZ

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

21 years agoPPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Romain Dolbeau [Fri, 4 Jul 2003 09:39:05 +0000 (09:39 +0000)]
PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)

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

21 years agoundefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Michael Niedermayer [Fri, 4 Jul 2003 09:14:14 +0000 (09:14 +0000)]
undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)

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

21 years agoMpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>)
Ivan Kalvachev [Thu, 3 Jul 2003 23:29:00 +0000 (23:29 +0000)]
Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>)

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

21 years agoMissing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine at inwin...
Michael Niedermayer [Thu, 3 Jul 2003 22:56:54 +0000 (22:56 +0000)]
Missing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)

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

21 years agofix last_block_index<=0 bug
Michael Niedermayer [Thu, 3 Jul 2003 22:35:39 +0000 (22:35 +0000)]
fix last_block_index<=0 bug

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

21 years agosegfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
Michael Niedermayer [Thu, 3 Jul 2003 21:09:06 +0000 (21:09 +0000)]
segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)

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

21 years ago10l found by Curi Fabio Eduardo (SFL) <curif@TELEFONICA.COM.AR>
Alex Beregszaszi [Thu, 3 Jul 2003 17:02:03 +0000 (17:02 +0000)]
10l found by Curi Fabio Eduardo (SFL) <curif@TELEFONICA.COM.AR>

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

21 years agocleanup / cosmetics
Michael Niedermayer [Wed, 2 Jul 2003 16:50:20 +0000 (16:50 +0000)]
cleanup / cosmetics

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

21 years ago20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all...
Michael Niedermayer [Wed, 2 Jul 2003 10:45:04 +0000 (10:45 +0000)]
20% less memory needed for 8bit AC state (worst compression rate loss was 0.2%, all other files had <=0.1% loss)

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

21 years agomoved the tables into header files (and applied the 'static' patch). Nick: why do...
Alex Beregszaszi [Sun, 29 Jun 2003 19:11:55 +0000 (19:11 +0000)]
moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?

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

21 years ago*** fix for read()
Giancarlo Formicuccia [Sun, 29 Jun 2003 01:25:41 +0000 (01:25 +0000)]
*** fix for read()
Reading 1-char per read() is the less intrusive way to fix the behaviour I observed.
Not a nice fix, but the client requests shouldn't steal so much bandwidth
*** fix for find_rtp_session_with_url.
Note that mplayer send one PLAY request per stream, I don't know if this should be handled
more gracefully
patch by (Giancarlo Formicuccia <ilsensine at inwind dot it>)

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

21 years agoPPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot...
Michael Niedermayer [Sun, 29 Jun 2003 00:39:57 +0000 (00:39 +0000)]
PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>)

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

21 years agobuild error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)
Sam Hocevar [Sun, 29 Jun 2003 00:23:30 +0000 (00:23 +0000)]
build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)

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

21 years agotry to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern dot...
Michael Niedermayer [Sat, 28 Jun 2003 23:44:09 +0000 (23:44 +0000)]
try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern dot org>)
+ mpegtsenc.c compile fix by me

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

21 years ago'ffserver=no' default for Darwin patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Steven M. Schultz [Sat, 28 Jun 2003 23:19:34 +0000 (23:19 +0000)]
'ffserver=no' default for Darwin patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)

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

21 years agofix CHECKED_ALLOCZ(0)
Michael Niedermayer [Sat, 28 Jun 2003 22:51:42 +0000 (22:51 +0000)]
fix CHECKED_ALLOCZ(0)

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

21 years agogcc 2.95 workaround
Michael Niedermayer [Sat, 28 Jun 2003 19:19:00 +0000 (19:19 +0000)]
gcc 2.95 workaround

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

21 years ago- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)
Mike Melanson [Fri, 27 Jun 2003 15:05:29 +0000 (15:05 +0000)]
- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)
- fix B-frame motion compensation
- cleanup motion vector math and other blocks of common code

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

21 years agoFix third pixel motion compensation
Mike Melanson [Fri, 27 Jun 2003 15:03:58 +0000 (15:03 +0000)]
Fix third pixel motion compensation

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

21 years ago2x100l
Michael Niedermayer [Fri, 27 Jun 2003 12:58:40 +0000 (12:58 +0000)]
2x100l

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

21 years agoblinking blocks around thin vertical lines and dots bugfix
Michael Niedermayer [Thu, 26 Jun 2003 11:31:34 +0000 (11:31 +0000)]
blinking blocks around thin vertical lines and dots bugfix

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

21 years agotv standard selection support for dv1394 and grab (v4l)
Alex Beregszaszi [Wed, 25 Jun 2003 10:21:45 +0000 (10:21 +0000)]
tv standard selection support for dv1394 and grab (v4l)

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

21 years agosupport for armv5tel (XScale used in iPAQs)
Alex Beregszaszi [Tue, 24 Jun 2003 15:42:10 +0000 (15:42 +0000)]
support for armv5tel (XScale used in iPAQs)

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

21 years agoDMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>)
Ivan Kalvachev [Mon, 23 Jun 2003 22:32:15 +0000 (22:32 +0000)]
DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>)

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

21 years agoCONFIG_ENCODERS cleanup
Michael Niedermayer [Sun, 22 Jun 2003 11:08:22 +0000 (11:08 +0000)]
CONFIG_ENCODERS cleanup

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

21 years agothe return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot...
Michael Niedermayer [Sat, 21 Jun 2003 01:11:31 +0000 (01:11 +0000)]
the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>)

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

21 years agofixing concealment MVs prediction
Michael Niedermayer [Sat, 21 Jun 2003 00:50:40 +0000 (00:50 +0000)]
fixing concealment MVs prediction

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

21 years agolossless jpeg support
Alex Beregszaszi [Fri, 20 Jun 2003 18:21:58 +0000 (18:21 +0000)]
lossless jpeg support

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

21 years agowarning fixes
Alex Beregszaszi [Fri, 20 Jun 2003 17:55:24 +0000 (17:55 +0000)]
warning fixes

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

21 years ago1000l
Alex Beregszaszi [Fri, 20 Jun 2003 15:51:24 +0000 (15:51 +0000)]
1000l

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

21 years agopal vs ntsc fix by stoyan k <stoyan@i-space.org>
Alex Beregszaszi [Fri, 20 Jun 2003 15:30:14 +0000 (15:30 +0000)]
pal vs ntsc fix by stoyan k <stoyan@i-space.org>

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

21 years agosome warning fixes
Alex Beregszaszi [Fri, 20 Jun 2003 15:21:25 +0000 (15:21 +0000)]
some warning fixes

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

21 years agodon't step on the context
Mike Melanson [Fri, 20 Jun 2003 02:38:29 +0000 (02:38 +0000)]
don't step on the context

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

21 years ago4, not 2
Mike Melanson [Fri, 20 Jun 2003 02:22:25 +0000 (02:22 +0000)]
4, not 2

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

21 years agofixing "internal error in orderYUV" bug
Michael Niedermayer [Thu, 19 Jun 2003 21:28:56 +0000 (21:28 +0000)]
fixing "internal error in orderYUV" bug

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

21 years agoadded support for B-frames and multiple slices
Mike Melanson [Thu, 19 Jun 2003 01:44:44 +0000 (01:44 +0000)]
added support for B-frames and multiple slices

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

21 years agofix identifier to fix compilation
Mike Melanson [Thu, 19 Jun 2003 01:25:48 +0000 (01:25 +0000)]
fix identifier to fix compilation

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

21 years agoamr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)
Johannes Carlsson [Wed, 18 Jun 2003 22:24:51 +0000 (22:24 +0000)]
amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)

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

21 years agomake ff_emulated_edge_mc() independant of MpegEncContext
Michael Niedermayer [Wed, 18 Jun 2003 22:00:23 +0000 (22:00 +0000)]
make ff_emulated_edge_mc() independant of MpegEncContext

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

21 years agooptimization: merge phases 0 and 1
Nick Kurshev [Wed, 18 Jun 2003 06:37:23 +0000 (06:37 +0000)]
optimization: merge phases 0 and 1

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

21 years agoupdate
Michael Niedermayer [Tue, 17 Jun 2003 23:29:36 +0000 (23:29 +0000)]
update

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

21 years agolossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes
Michael Niedermayer [Tue, 17 Jun 2003 22:48:51 +0000 (22:48 +0000)]
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes

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

21 years agoto be more precise
Nick Kurshev [Tue, 17 Jun 2003 07:48:50 +0000 (07:48 +0000)]
to be more precise

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

21 years agofinally works now
Nick Kurshev [Tue, 17 Jun 2003 07:22:31 +0000 (07:22 +0000)]
finally works now

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

21 years ago10l
Alex Beregszaszi [Mon, 16 Jun 2003 15:06:31 +0000 (15:06 +0000)]
10l

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

21 years agofixed segfault if sequence header has not been found before slice decoding
Fabrice Bellard [Mon, 16 Jun 2003 14:09:18 +0000 (14:09 +0000)]
fixed segfault if sequence header has not been found before slice decoding

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

21 years agocleanup
Michael Niedermayer [Mon, 16 Jun 2003 13:19:30 +0000 (13:19 +0000)]
cleanup
pegasus "pseudo yuv" (=RCT) lossless decoding support
bigendian fix?

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

21 years agoa bottle of coke (=0.5l)
Alex Beregszaszi [Mon, 16 Jun 2003 10:30:01 +0000 (10:30 +0000)]
a bottle of coke (=0.5l)

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

21 years agosome useful warning
Nick Kurshev [Mon, 16 Jun 2003 08:28:43 +0000 (08:28 +0000)]
some useful warning

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

21 years agocleanup; BSoundRecorder moved to Experimental namespace
François Revol [Sun, 15 Jun 2003 17:06:28 +0000 (17:06 +0000)]
cleanup; BSoundRecorder moved to Experimental namespace

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

21 years agolossless jpeg decoding support
Michael Niedermayer [Sun, 15 Jun 2003 00:15:57 +0000 (00:15 +0000)]
lossless jpeg decoding support

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

21 years agowin32 compile fix for ffplay by gbazin at altern dot org
Fabrice Bellard [Sat, 14 Jun 2003 11:09:57 +0000 (11:09 +0000)]
win32 compile fix for ffplay by gbazin at altern dot org

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

21 years agogolomb rice codes
Michael Niedermayer [Fri, 13 Jun 2003 21:31:28 +0000 (21:31 +0000)]
golomb rice codes
use gradients instead of prediction errors as context model
store independant quantization tables for each point
merge contexts with opposit sign

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

21 years agompeg ts demux uses DVB SI info and generates correct PTS info - added prototype mpeg...
Fabrice Bellard [Fri, 13 Jun 2003 14:28:45 +0000 (14:28 +0000)]
mpeg ts demux uses DVB SI info and generates correct PTS info - added prototype mpeg ts mux

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

21 years agodynamic array functions
Fabrice Bellard [Fri, 13 Jun 2003 14:22:23 +0000 (14:22 +0000)]
dynamic array functions

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

21 years agoChangelog update
Hetz Ben Hamo [Fri, 13 Jun 2003 09:51:17 +0000 (09:51 +0000)]
Changelog update

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

21 years ago* removed redundant includes (they were even wrongly used)
Zdenek Kabelac [Fri, 13 Jun 2003 09:36:13 +0000 (09:36 +0000)]
* removed redundant includes (they were even wrongly used)

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

21 years agoRealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a...
Nick Kurshev [Fri, 13 Jun 2003 08:31:40 +0000 (08:31 +0000)]
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
at http://www.honeypot.net/audio)

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

21 years ago..
Hetz Ben Hamo [Wed, 11 Jun 2003 21:45:23 +0000 (21:45 +0000)]
..

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

21 years agoTypo fixes (ok, mplayer team, enough laughing ;)
Hetz Ben Hamo [Wed, 11 Jun 2003 21:00:57 +0000 (21:00 +0000)]
Typo fixes (ok, mplayer team, enough laughing ;)

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