Michael Niedermayer
2b70eb2bed
fix support for avis with sample_size > packet size
...
Originally committed as revision 7110 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f24d50e5fc
TUNECPU is never used
...
Originally committed as revision 7109 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4dc62701e1
simplify [TARGET_]ARCH_* setting
...
Originally committed as revision 7108 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f57620d512
add copyright notices for myself and Diego
...
Originally committed as revision 7107 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
20d46c038a
Remove alpha channel from RGB555
...
Originally committed as revision 7106 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
08d23410ea
BGR555 has never been working as alpha supporting format. Remove the false setting.
...
Originally committed as revision 7105 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
550f6f974b
parse video frame headers to get key flag
...
Originally committed as revision 7104 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6264a515d0
forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...)
...
Originally committed as revision 20962 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
c2271987f8
fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...)
...
Originally committed as revision 20961 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
4cedbe5c8a
Remove stray newline.
...
Originally committed as revision 20959 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
f7c9f48dc6
10l forgot (skip non keyframes after seeking between syncpoint and the first keyframe)
...
Originally committed as revision 7103 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
39c6a118f0
remove broken decoder locking code
...
seeks now cause a special flush packet to be inserted into the queue and decoder flush happens in the decoder thread where it should
Originally committed as revision 7102 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
43a8686416
print error when unsupported sample rate is used with swf
...
Originally committed as revision 7101 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
06599638dd
check max_pts_distance
...
Originally committed as revision 7100 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0a3b575bc7
skip non keyframes after seeking between syncpoint and the first keyframe
...
Originally committed as revision 7099 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c873bc17bf
remove unused variables
...
Originally committed as revision 7098 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
a57d13b713
throw error if unsupported resolution is used with h261
...
Originally committed as revision 7097 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
09e151848a
removing unused code
...
Originally committed as revision 7096 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ryan Martell
1ad20f96f2
remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com
...
Original thread:
Date: 11/15/2006 05:15 PM
Subject: [Ffmpeg-devel] [PATCH] rtsp.c minor cleanup
Originally committed as revision 7095 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
e4bb70838f
Update to libnut API, non-negative errors
...
Originally committed as revision 7094 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
3666f75d33
make option field const
...
Originally committed as revision 7093 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9c9143989b
set CONFIG_OS2 using new method
...
Originally committed as revision 7092 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
860391a53e
gcc always #defines __MINGW32__ on mingw targets
...
Originally committed as revision 7091 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
02f9d8fb95
I suppose I can add myself, at least for my vorbis encoder...
...
Originally committed as revision 7090 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8e5606bfcd
detect a few more errors (fixes libmp3-bug.avi again)
...
make pickyness of the decoder user selectable through error_resilience param like for video decoders
Originally committed as revision 7089 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
4e762357ee
add movenc.c maintainers
...
Originally committed as revision 7088 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
9123f531be
update to libnut API, don't free the streams
...
Originally committed as revision 7087 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3e4134f697
Also remove cws2fws on clean.
...
Originally committed as revision 7086 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4d15aae193
Do not build output_example and qt-faststart by default.
...
Originally committed as revision 7085 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
009618ea0d
Remove duplicate *.lib from rm command.
...
Originally committed as revision 7084 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c5173a3b09
Remove ifneq MINGW condition around man page uninstallation. We don't do
...
OS-dependent conditions in Makefiles anymore and I doubt this is correct.
If it turns out to be a problem it can easily be fixed.
Originally committed as revision 7083 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9464f2b836
Move BeOS extralibs handling into configure.
...
Originally committed as revision 7082 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
eaa53b957b
MinGW compilation fix, inet_aton and #includes depend on networking support.
...
Originally committed as revision 7081 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bedb355098
Remove tar target, it's hardly useful.
...
Originally committed as revision 7080 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0701ca7f95
set status variables automatically in check_header and check_func
...
Originally committed as revision 7079 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
18b67ae59e
rename HAVE_DLFCN to HAVE_DLFCN_H
...
Originally committed as revision 7078 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c21d6325ab
improve broken shell detection, and give a better error message
...
Originally committed as revision 7077 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2dbe0bd45f
check for frames with 2*size > max_dist and no crc
...
Originally committed as revision 7076 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8ba3e5d843
resync from last syncpoint
...
Originally committed as revision 7075 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a26353e211
remove skip spam
...
Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ee50a7c1e5
making decoding more error robust
...
Originally committed as revision 7073 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
7e5f82dc06
move comment
...
Originally committed as revision 7072 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
54eb77c05e
Move BeOS-specific code into os_support.c.
...
Originally committed as revision 7071 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
9bb328d397
reset internal buffer during seeking
...
Originally committed as revision 7070 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
bd60e11bf4
more checks and error messages
...
Originally committed as revision 7069 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
576a85f7c9
remove workaround for missing inttypes.h
...
Originally committed as revision 7068 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
b362567605
changed rgba32_to routines to support both alpha and non-alpha formats (see r7066 too)
...
Originally committed as revision 7067 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
8e96866a52
changed rgba32_to routines to support both alpha and non-alpha formats
...
Originally committed as revision 7066 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
d8b45f7961
Fix possible overflows. Found by Steven Johnson
...
Originally committed as revision 7065 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
eda70b4276
Add myself as maintainer for the imc* files.
...
Originally committed as revision 7064 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago