dfdfa47cd1 
								
							
								 
							
						 
						
							
							
								
								BeOS Audio ouput patch by (François Revol <revol at free dot fr>)  
							
							Originally committed as revision 1163 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95e2ce4aa0 
								
							
								 
							
						 
						
							
							
								
								lrintf detection (based upon a patch by François Revol <revol at free dot fr>)  
							
							Originally committed as revision 1162 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31ba0b4d7f 
								
							
								 
							
						 
						
							
							
								
								gcc optimization on BeOS (patch by François Revol <revol at free dot fr>)  
							
							Originally committed as revision 1151 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26b35efb3a 
								
							
								 
							
						 
						
							
							
								
								added BeOS net_server support (R5 network stack), basically the same  
							
							problems as with winsock (sockets != fd), and the broken select().
based on older patch by Andrew Bachmann.
patch by (François Revol <revol at free dot fr>)
Originally committed as revision 1146 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80663785f7 
								
							
								 
							
						 
						
							
							
								
								-mdynamic-no-pic for darwin -> 5% speedup patch by (Dieter Shirley <dieters at schemasoft dot com>)  
							
							Originally committed as revision 1140 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								487a54d71d 
								
							
								 
							
						 
						
							
							
								
								cross compiling support  
							
							Originally committed as revision 1034 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e41e834272 
								
							
								 
							
						 
						
							
							
								
								suppressed unrelated logs  
							
							Originally committed as revision 987 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d46aba2642 
								
							
								 
							
						 
						
							
							
								
								ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)  
							
							Originally committed as revision 963 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be7109c12b 
								
							
								 
							
						 
						
							
							
								
								ar -s -> ranlib  
							
							Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab6c65f693 
								
							
								 
							
						 
						
							
							
								
								altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)  
							
							Originally committed as revision 898 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81e0d0b412 
								
							
								 
							
						 
						
							
							
								
								oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)  
							
							Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f027ca76c 
								
							
								 
							
						 
						
							
							
								
								cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>)  
							
							Originally committed as revision 883 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a43bd1d715 
								
							
								 
							
						 
						
							
							
								
								patch by Heliodoro Tammaro <helio at interactives dot org>  
							
							- configures/builds on all darwin versions
- ffserver builds on darwin (if you have the extra libraries)
- builds correctly (again) on non-darwin ppc (no -faltivec in gcc-3.2)
Originally committed as revision 880 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59925ef204 
								
							
								 
							
						 
						
							
							
								
								first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)  
							
							Originally committed as revision 875 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90cee0c351 
								
							
								 
							
						 
						
							
							
								
								darwin patches by Heliodoro Tammaro <helio at interactives dot org>  
							
							Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a399990884 
								
							
								 
							
						 
						
							
							
								
								better big/little endian test  
							
							Originally committed as revision 830 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68892110e0 
								
							
								 
							
						 
						
							
							
								
								Add logic to figure out whether strptime is present on the system. If not, then  
							
							get it built.
Originally committed as revision 819 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0147f19856 
								
							
								 
							
						 
						
							
							
								
								beos/mov/adpcm patch by François Revol <revol at free dot fr>  
							
							* Some BeOS fixes:
- errno stuff
- nanosleep() replacement
- added a doc/README.beos
* mov reader still has problems with most videos (skips many chunks),
- It should now read .mov files with zlib-compressed moov headers (aka cmov)
- added SVQ1 support.
- removed mapping 'raw ' and 'yuv2' to h263, was my mistake.
- added IMA4 support. (tested)
- fixed frame rate (it reported 0 fps or something before)
- extended file probing ('wide' and 'free' atoms)
- improved .mov/.mp4 detection (or so I think)
* adpcm
* added zlib support, with header file and lib check
Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e1707f52d5 
								
							
								 
							
						 
						
							
							
								
								BeOS patches by "shatty" <shatty at myrealbox.com>  
							
							1. errno's are negative on beos, so negating them gives positive values.
2. the -shared flag is -nostart on beos.
3. building the shared lib on beos requires -fomit-frame-pointer
4. beos doesn't have oss support
Originally committed as revision 779 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29482cb4ca 
								
							
								 
							
						 
						
							
							
								
								-O3  
							
							Originally committed as revision 732 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c13e1abdec 
								
							
								 
							
						 
						
							
							
								
								* Detect "retrict" keyword  
							
							* Use "restrict" in some dsputil routines (yields large speedup)
Originally committed as revision 716 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1eb2212eae 
								
							
								 
							
						 
						
							
							
								
								mpegaudio decoder is in high precision mode by default (low precision is only interesting for slow/old CPUs)  
							
							Originally committed as revision 635 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6063bce788 
								
							
								 
							
						 
						
							
							
								
								bsd fixes  
							
							Originally committed as revision 606 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5cbcf02cf1 
								
							
								 
							
						 
						
							
							
								
								more config options  
							
							Originally committed as revision 586 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4a908fbc6c 
								
							
								 
							
						 
						
							
							
								
								BSD/OS support by Steven M Schultz  
							
							Originally committed as revision 554 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f3cb305fe 
								
							
								 
							
						 
						
							
							
								
								added bigendian support - added cross compilation support - added generation of objects in another directory for simultaneous compilations (needs testing) - simplified redundant code  
							
							Originally committed as revision 530 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								83286d2a75 
								
							
								 
							
						 
						
							
							
								
								* fixed --enable-shared handling  
							
							Originally committed as revision 503 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c02dbee162 
								
							
								 
							
						 
						
							
							
								
								enable simple-idct by default (needed cuz otherwise files encoded with ffmpeg will show stripes with the reference IDCT during decoding)  
							
							Originally committed as revision 495 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5751432312 
								
							
								 
							
						 
						
							
							
								
								* using liba52  
							
							Originally committed as revision 417 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a7c02e2589 
								
							
								 
							
						 
						
							
							
								
								* solaris does not support -q  
							
							Originally committed as revision 402 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4986da9ce 
								
							
								 
							
						 
						
							
							
								
								- ME setting moved to AVCodecContext/MpegEncContext, no longer a global.  
							
							- EPZS ME algo used by default.
- HQ flag activated for ffmpeg.
- Cosmetics ...
Originally committed as revision 398 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9eafa60dde 
								
							
								 
							
						 
						
							
							
								
								* no error message without config.h  
							
							Originally committed as revision 396 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								045ed63f11 
								
							
								 
							
						 
						
							
							
								
								* support for simple_idct config  
							
							* preserving timestamp if config.h is not modifed
Originally committed as revision 395 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a674139801 
								
							
								 
							
						 
						
							
							
								
								- Added MP3 encoding through libmp3lame contributed by  Lennert Buytenhek.  
							
							- Changes on AVI and WAV muxers to support MP3 encoding.
Originally committed as revision 323 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef0bc4c97f 
								
							
								 
							
						 
						
							
							
								
								* BeOS patch by François Revol <revol@free.fr>  
							
							fixing some compilation problems
Originally committed as revision 319 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								91d1f1a432 
								
							
								 
							
						 
						
							
							
								
								Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>  
							
							Originally committed as revision 275 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0319c531fb 
								
							
								 
							
						 
						
							
							
								
								Shared objects support  
							
							Originally committed as revision 195 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								123ba0716e 
								
							
								 
							
						 
						
							
							
								
								* made by Juergen - should be useful for Solaris  
							
							Originally committed as revision 181 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2b7bcd23f 
								
							
								 
							
						 
						
							
							
								
								suppressed mpglib option  
							
							Originally committed as revision 137 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3d2043852d 
								
							
								 
							
						 
						
							
							
								
								memalign autodetection  
							
							Originally committed as revision 115 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								daf8e9557d 
								
							
								 
							
						 
						
							
							
								
								added win32 cross compile support  
							
							Originally committed as revision 107 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ed7422a9e 
								
							
								 
							
						 
						
							
							
								
								added arm support - added --disable-grab  
							
							Originally committed as revision 80 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2cc8ae9676 
								
							
								 
							
						 
						
							
							
								
								use MAKE variable  
							
							Originally committed as revision 63 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9aa435b5ba 
								
							
								 
							
						 
						
							
							
								
								Remove unnecessary record  
							
							Originally committed as revision 26 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ca9118c876 
								
							
								 
							
						 
						
							
							
								
								added --disable-mp3lib  
							
							Originally committed as revision 16 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9b3f63084 
								
							
								 
							
						 
						
							
							
								
								Sync with mplayer's stuff  
							
							Originally committed as revision 14 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d771bcae33 
								
							
								 
							
						 
						
							
							
								
								added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)  
							
							Originally committed as revision 9 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								980fc7b834 
								
							
								 
							
						 
						
							
							
								
								fixed config for direct mplayer build compatibility  
							
							Originally committed as revision 8 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de6d9b6404 
								
							
								 
							
						 
						
							
							
								
								Initial revision  
							
							Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago