Michael Niedermayer
7d1c3fc1d6
rate distortion mb decision support
...
fix decoding of old %16!=0 divx
fix assertion failure in motion_est.c
Originally committed as revision 2094 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
80adda8efd
debug stuff
...
Originally committed as revision 2093 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
e7124ffc68
using av_abort instead exit
...
Originally committed as revision 2092 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
7855ef1ce4
remove cs_test and swscale-example too
...
Originally committed as revision 10497 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
22 years ago
Alex Beregszaszi
c39c1dcae5
410p -> 411p
...
Originally committed as revision 2091 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
3aff069b58
CLJR decoding support
...
Originally committed as revision 2090 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Ivan Kalvachev
f23a68dff3
make MPV_frame_start fail on get_buffer failer
...
Originally committed as revision 2089 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Ivan Kalvachev
4f1bb8a983
compile xvmc only when requested
...
Originally committed as revision 2088 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Ivan Kalvachev
fb364ada4a
initial XvMC support
...
Originally committed as revision 2087 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Ivan Kalvachev
7fade368d5
initial XvMC support, define common packet for decoder <-> libXvMC communication
...
Originally committed as revision 2086 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Ivan Kalvachev
2e7b4c8442
initial XvMC support
...
Originally committed as revision 2085 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
ff862be5ed
ati vcr2 uv swap
...
Originally committed as revision 2084 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
0c938bd102
get_bits -> skip_bits
...
Originally committed as revision 2083 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
669e5093f6
warning fixes
...
Originally committed as revision 2082 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
008f085172
vcr2 cleanup
...
Originally committed as revision 2081 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6b17c988e5
ATI VCR2
...
Originally committed as revision 2080 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e94bc1006f
ATI VCR2 decoding support
...
Originally committed as revision 2079 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
14bc6e6371
fix
...
Originally committed as revision 2078 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
François Revol
438fcb754f
OSX and BeOS networking fix (socklen_t)
...
Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
be3564edad
ATI VCR1 decoder
...
Originally committed as revision 2076 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
17d71fb922
last frames & b frames encoding fix
...
Originally committed as revision 2075 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e9174ba460
last frame decoding fix
...
Originally committed as revision 2074 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a15e68deb6
bitstream changes to match JM7.2
...
Originally committed as revision 2073 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
e70fcf075b
suppressed memory leaks - added image conversion support if the codec does not support YUV420P - added raw output (any comments are welcome to simplify the API)
...
Originally committed as revision 2072 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
9f736ea256
removed unnecessary codec
...
Originally committed as revision 2071 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a93b9dbac2
mention libavformat API examples
...
Originally committed as revision 2070 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8de65d4f11
long awaited simple libavformat output API example
...
Originally committed as revision 2069 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
6a6362f088
incorrect comment
...
Originally committed as revision 2068 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7de5459d0a
mention the two asf formats
...
Originally committed as revision 2067 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
3bb07d6165
default for slices is display order again
...
optional support for field slices & slices in coded order
and single component slices for svq1 (unfinished)
Originally committed as revision 2066 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
42928ccbc2
svq3 b frame slices fix
...
Originally committed as revision 2065 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7a06ff148d
AVCodec.flush()
...
ff_draw_horiz_band() in coded order / cleanup
Originally committed as revision 2064 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
bc3513865a
added RTP/TCP protocol support
...
Originally committed as revision 2063 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
416e35081a
added correct RTSP aborting - added option to force TCP usage in RTSP playback - added experimental RTSP pause support
...
Originally committed as revision 2062 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
09787fb8af
support aborting in TCP
...
Originally committed as revision 2061 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
b7b8fc3406
suppressed RTSP abort hack - added PLAY/PAUSE
...
Originally committed as revision 2060 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
590403c702
removed warnings
...
Originally committed as revision 2059 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
019ac05ace
added primitive aborting system
...
Originally committed as revision 2058 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
d5809b0aa2
warnings are errors
...
Originally committed as revision 2057 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
ec9fca3148
added fulltest target
...
Originally committed as revision 2056 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a12eea308a
put b- prefix to libav tests to avoid incorrect ffserver test
...
Originally committed as revision 2055 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8ff7d1ad06
fixed test.conf path
...
Originally committed as revision 2054 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
cf48e6f8dc
edge fix
...
Originally committed as revision 2053 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
6674a12696
fix edge repeating bug for %16!=0 files, this fixes Quicktime mpeg4 (they arent buggy)
...
note, encoding wasnt affected by that
Originally committed as revision 2052 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
fa12b5469d
fix qmin==qmax==1 && msmpeg4 && intra bug
...
Originally committed as revision 2051 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
afdd82bbf0
fix fmt == NULL case
...
Originally committed as revision 2050 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Dan Christiansen
8d6625b621
Apple GCC 3.3 compile fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
...
Originally committed as revision 2049 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Måns Rullgård
8683e4a0c0
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
22 years ago
Michael Niedermayer
e11530e780
flv1 fix
...
Originally committed as revision 2047 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
e5526b2c39
fixed NTP generation for mpeg
...
Originally committed as revision 2046 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago