Michael Niedermayer
aef95c8cb9
fix last_block_index<=0 bug
...
Originally committed as revision 2004 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1b52b6bd6b
segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)
...
Originally committed as revision 2003 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
e103117177
10l found by Curi Fabio Eduardo (SFL) <curif@TELEFONICA.COM.AR>
...
Originally committed as revision 2002 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
d9ced4ca4b
cleanup / cosmetics
...
Originally committed as revision 2001 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
085565f71f
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
22 years ago
Alex Beregszaszi
9085af0751
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
22 years ago
Giancarlo Formicuccia
94d9ad5f80
*** 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
22 years ago
Michael Niedermayer
a4adb60858
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
22 years ago
Sam Hocevar
2c094d6338
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
22 years ago
Michael Niedermayer
ce34182dd7
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
22 years ago
Steven M. Schultz
d3b150363c
'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
22 years ago
Michael Niedermayer
dc939fd588
fix CHECKED_ALLOCZ(0)
...
Originally committed as revision 1993 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1e79606dd6
gcc 2.95 workaround
...
Originally committed as revision 1992 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
2e26c8d204
- 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
22 years ago
Mike Melanson
89ebf4e85e
Fix third pixel motion compensation
...
Originally committed as revision 1990 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8e937a4ad1
2x100l
...
Originally committed as revision 1989 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
cb482d2511
blinking blocks around thin vertical lines and dots bugfix
...
Originally committed as revision 1988 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
e3ee328330
tv standard selection support for dv1394 and grab (v4l)
...
Originally committed as revision 1987 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
93caefc7d6
support for armv5tel (XScale used in iPAQs)
...
Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Ivan Kalvachev
1dff7d56ad
DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>)
...
Originally committed as revision 1985 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
2a250222e6
CONFIG_ENCODERS cleanup
...
Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
4fb518c392
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
22 years ago
Michael Niedermayer
daab329603
fixing concealment MVs prediction
...
Originally committed as revision 1982 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
ccafe7b122
lossless jpeg support
...
Originally committed as revision 1981 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
611d192ce0
warning fixes
...
Originally committed as revision 1980 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
cad6f6cdee
1000l
...
Originally committed as revision 1979 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
377ea75708
pal vs ntsc fix by stoyan k <stoyan@i-space.org>
...
Originally committed as revision 1978 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
eb60dddc2e
some warning fixes
...
Originally committed as revision 1977 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
a7d3e7729a
don't step on the context
...
Originally committed as revision 1976 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
4e8eed2f3b
4, not 2
...
Originally committed as revision 1975 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a4c90ea3ba
fixing "internal error in orderYUV" bug
...
Originally committed as revision 10313 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Mike Melanson
da3b975630
added support for B-frames and multiple slices
...
Originally committed as revision 1974 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Mike Melanson
ccdaf63dc3
fix identifier to fix compilation
...
Originally committed as revision 1973 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Johannes Carlsson
2f4db4d5e5
amr typefix patch by (Johannes Carlsson <joca at rixmail dot se>)
...
Originally committed as revision 1972 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
c009df3f86
make ff_emulated_edge_mc() independant of MpegEncContext
...
Originally committed as revision 1971 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Nick Kurshev
cebe4432e9
optimization: merge phases 0 and 1
...
Originally committed as revision 1970 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
cb90660957
update
...
Originally committed as revision 1969 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
b1e6b355f7
lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes
...
Originally committed as revision 1968 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Nick Kurshev
c3b4e0eb15
to be more precise
...
Originally committed as revision 1967 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Nick Kurshev
860208a400
finally works now
...
Originally committed as revision 1966 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
971eb237b7
10l
...
Originally committed as revision 1965 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
855127bc92
fixed segfault if sequence header has not been found before slice decoding
...
Originally committed as revision 1964 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
63efe9a7e6
cleanup
...
pegasus "pseudo yuv" (=RCT) lossless decoding support
bigendian fix?
Originally committed as revision 1963 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
1433e6c499
a bottle of coke (=0.5l)
...
Originally committed as revision 1962 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Nick Kurshev
0b15bfe7cc
some useful warning
...
Originally committed as revision 1961 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
fb059921da
cleanup; BSoundRecorder moved to Experimental namespace
...
Originally committed as revision 1960 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e4d2b1f39a
lossless jpeg decoding support
...
Originally committed as revision 1959 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
31319a8ccd
win32 compile fix for ffplay by gbazin at altern dot org
...
Originally committed as revision 1958 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
11e659c203
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
22 years ago
Fabrice Bellard
5dbafeb7ba
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
22 years ago