aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-08few more error checksMichael Niedermayer
Originally committed as revision 2021 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-07the reference sw doesnt like some legal headers ...Michael Niedermayer
Originally committed as revision 2020 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-07warning fixAlex Beregszaszi
Originally committed as revision 2019 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-07mpeg 2 seeking fixMichael Niedermayer
Originally committed as revision 2018 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-07Optimized simple idct for arm by Frederic 'dilb' Boulay ↵Alex Beregszaszi
<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
2003-07-06CODEC_FLAG_LOW_DELAY fixMichael Niedermayer
Originally committed as revision 2016 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-05merge U and V statistics, 33% reduction in memory requirement, compression ↵Michael Niedermayer
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
2003-07-05memleak fix by (Jake Page <jake at CS dot Stanford dot EDU>)Michael Niedermayer
with minor fix by me Originally committed as revision 2014 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-04av_free_packet SEGV fix by (Arthur van Hoff (javanator))Michael Niedermayer
Originally committed as revision 2013 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-04mpeg1 bad frame_rate_base fix by (Arthur van Hoff (javanator))Michael Niedermayer
Originally committed as revision 2012 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-04moved frame_count to wmadeccontextAlex Beregszaszi
Originally committed as revision 2011 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-04uniformization (now it uses the same trace functions as h264, defined in ↵Alex Beregszaszi
common.h) Originally committed as revision 2010 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-04unwanted second definition of CHECKED_ALLOCZAlex Beregszaszi
Originally committed as revision 2009 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-04PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)Romain Dolbeau
Originally committed as revision 2008 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-04undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)Michael Niedermayer
Originally committed as revision 2007 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-03Mpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad dot com>)Ivan Kalvachev
Originally committed as revision 2006 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-03Missing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine ↵Michael Niedermayer
at inwind dot it>) Originally committed as revision 2005 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-03fix last_block_index<=0 bugMichael Niedermayer
Originally committed as revision 2004 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-03segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)Michael Niedermayer
Originally committed as revision 2003 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-0310l found by Curi Fabio Eduardo (SFL) <curif@TELEFONICA.COM.AR>Alex Beregszaszi
Originally committed as revision 2002 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-02cleanup / cosmeticsMichael Niedermayer
Originally committed as revision 2001 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-0220% less memory needed for 8bit AC state (worst compression rate loss was ↵Michael Niedermayer
0.2%, all other files had <=0.1% loss) Originally committed as revision 2000 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-29moved the tables into header files (and applied the 'static' patch). Nick: ↵Alex Beregszaszi
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
2003-06-29*** fix for read()Giancarlo Formicuccia
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
2003-06-29PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at ↵Michael Niedermayer
irisa dot fr>) Originally committed as revision 1997 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-29build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>)Sam Hocevar
Originally committed as revision 1996 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-28try to filter _all_ PATs if no SDT could be found patch by (<gbazin at ↵Michael Niedermayer
altern dot org>) + mpegtsenc.c compile fix by me Originally committed as revision 1995 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-28'ffserver=no' default for Darwin patch by ("Steven M. Schultz" <sms at 2BSD ↵Steven M. Schultz
dot COM>) Originally committed as revision 1994 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-28fix CHECKED_ALLOCZ(0)Michael Niedermayer
Originally committed as revision 1993 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-28gcc 2.95 workaroundMichael Niedermayer
Originally committed as revision 1992 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-27- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)Mike Melanson
- 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
2003-06-27Fix third pixel motion compensationMike Melanson
Originally committed as revision 1990 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-272x100lMichael Niedermayer
Originally committed as revision 1989 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-26blinking blocks around thin vertical lines and dots bugfixMichael Niedermayer
Originally committed as revision 1988 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-25tv standard selection support for dv1394 and grab (v4l)Alex Beregszaszi
Originally committed as revision 1987 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-24support for armv5tel (XScale used in iPAQs)Alex Beregszaszi
Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-23DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>)Ivan Kalvachev
Originally committed as revision 1985 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-22CONFIG_ENCODERS cleanupMichael Niedermayer
Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-21the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ↵Michael Niedermayer
dot com>) Originally committed as revision 1983 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-21fixing concealment MVs predictionMichael Niedermayer
Originally committed as revision 1982 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-20lossless jpeg supportAlex Beregszaszi
Originally committed as revision 1981 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-20warning fixesAlex Beregszaszi
Originally committed as revision 1980 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-201000lAlex Beregszaszi
Originally committed as revision 1979 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-20pal vs ntsc fix by stoyan k <stoyan@i-space.org>Alex Beregszaszi
Originally committed as revision 1978 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-20some warning fixesAlex Beregszaszi
Originally committed as revision 1977 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-20don't step on the contextMike Melanson
Originally committed as revision 1976 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-204, not 2Mike Melanson
Originally committed as revision 1975 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-19fixing "internal error in orderYUV" bugMichael Niedermayer
Originally committed as revision 10313 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
2003-06-19added support for B-frames and multiple slicesMike Melanson
Originally committed as revision 1974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-19fix identifier to fix compilationMike Melanson
Originally committed as revision 1973 to svn://svn.ffmpeg.org/ffmpeg/trunk