2e70b2de58 
								
							
								 
							
						 
						
							
							
								
								dct: K&R formatting cosmetics  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								212fd3a1f1 
								
							
								 
							
						 
						
							
							
								
								lavf: flush decoders in avformat_find_stream_info().  
							
							This means that avformat_find_stream_info() now works properly with
multiple threads, so there's no need to force thread count to 1. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								02e8f4272c 
								
							
								 
							
						 
						
							
							
								
								win32: detect number of CPUs using affinity  
							
							Signed-off-by: Janne Grunau <janne-libav@jannau.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b73ec05473 
								
							
								 
							
						 
						
							
							
								
								Add av_popcount64  
							
							Signed-off-by: Janne Grunau <janne-libav@jannau.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								418f066f8c 
								
							
								 
							
						 
						
							
							
								
								snow: Restore three mistakenly removed casts.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								881a5e047d 
								
							
								 
							
						 
						
							
							
								
								mpegenc: use avctx->slices as number of slices  
							
							Adds a new member to MpegEncContext to hold the number of used slice
contexts. Fixes segfaults with '-threads 17 -thread_type slice' and
fate-vsynth{1,2}-mpeg{2,4}thread{,_ilace} with --disable-pthreads. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								264808219d 
								
							
								 
							
						 
						
							
							
								
								v410enc: fix undefined signed left shift caused by integer promotion  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								302371c055 
								
							
								 
							
						 
						
							
							
								
								Release notes: mention cleaned up header includes  
							
							A rebuild in debian revealed that this broke compilation of a number packages:
http://bugs.debian.org/cgi-bin/pkgreport.cgi?users=siretart@tauware.de;tag=ftbfs-libav0.8  
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4fb930a800 
								
							
								 
							
						 
						
							
							
								
								fix Changelog file  
							
							Both the Indeo 4 decoder and the SMJPEG demuxer were included in the
0.8_beta1 release. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8fd35b1aac 
								
							
								 
							
						 
						
							
							
								
								Fix a bunch of typos.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								44b0edda3f 
								
							
								 
							
						 
						
							
							
								
								Drop some pointless void* return value casts from av_malloc() invocations.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3a1867deac 
								
							
								 
							
						 
						
							
							
								
								wavpack: fix typos in previous cosmetic clean-up commit  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								513c238fa9 
								
							
								 
							
						 
						
							
							
								
								wavpack: cosmetics: K&R pretty-printing  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c88d53199b 
								
							
								 
							
						 
						
							
							
								
								avconv: remove the 'codec framerate is different from stream' warning  
							
							Codec timebase is not framerate and the situation when it's different
from AVStream.r_frame_rate is quite common, nothing to warn about. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								14165fe125 
								
							
								 
							
						 
						
							
							
								
								wavpack: determine sample_fmt before requesting a buffer  
							
							Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8893fbdf7a 
								
							
								 
							
						 
						
							
							
								
								bmv audio: implement new audio decoding API  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03fafdec82 
								
							
								 
							
						 
						
							
							
								
								mpegaudiodec: skip all channels when skipping granules  
							
							Also fix calculation of new position when switching buffers.
This fixes "overread" error messages when seeking. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af9240cd3c 
								
							
								 
							
						 
						
							
							
								
								mpegenc: simplify muxrate calculation  
							
							The fate-h264-bsf-mp4toannexb failures were caused by an integer
overflow of the unneeded multiplication.
Inspired by patch by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f15f02c204 
								
							
								 
							
						 
						
							
							
								
								avconv: make -frames work for all types of streams, not just video.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7e30cc13b 
								
							
								 
							
						 
						
							
							
								
								bfi: K&R cosmetics  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87d9874864 
								
							
								 
							
						 
						
							
							
								
								bgmc: K&R cleanup  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c914038d38 
								
							
								 
							
						 
						
							
							
								
								rawdec: Set start_time to 0 for raw audio files.  
							
							None of the raw audio files have timestamps, thus setting
start_time to 0 should be reasonable.
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								835af79b05 
								
							
								 
							
						 
						
							
							
								
								Detect 'yuv2' as rawvideo also in avi.  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28b4af8e38 
								
							
								 
							
						 
						
							
							
								
								rawdec: propagate pict_type information to the output frame  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3a5c26986 
								
							
								 
							
						 
						
							
							
								
								rawdec: Support more QT 1bpp rawvideo files.  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1135a07146 
								
							
								 
							
						 
						
							
							
								
								avconv: free bitstream filters  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b12d217339 
								
							
								 
							
						 
						
							
							
								
								threads: limit the number of automatic threads to MAX_AUTO_THREADS  
							
							The extra thread added in {frame_}*thread_init was not taken into
account. Explicitly sets thread_count to 1 if only one CPU core was
detected. Also fixes two typos in comments. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da7c65f0ce 
								
							
								 
							
						 
						
							
							
								
								avplay: K&R cleanup  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60d626650a 
								
							
								 
							
						 
						
							
							
								
								fate: use rgb24 as output format for dfa tests  
							
							Palette is as supposed in native endianness. Converting the pal8 output
to rgb24 is thus necessary for identical CRCs on big and little endian
systems. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b6064d9a59 
								
							
								 
							
						 
						
							
							
								
								threads: set thread_count to 1 when thread support is disabled  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4d44a45f9 
								
							
								 
							
						 
						
							
							
								
								threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264  
							
							Some external codecs have their own code to determine the best number
of threads. This number is not necessary the number of cpu cores.
Thread_count will be only 0 if the codec has CODEC_CAP_AUTO_THREADS. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								febd022228 
								
							
								 
							
						 
						
							
							
								
								FATE: add tests for dfa  
							
							Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								464f26889c 
								
							
								 
							
						 
						
							
							
								
								mpegaudiodec: fix seeking.  
							
							The safe bitstream reader does not allow using skip_bits_long() to seek to a
point before the start of the buffer, which was needed by the mp3 decoder.
This change instead calculates the start point of the first valid granule and
skips to that position.
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								481a7ff5bd 
								
							
								 
							
						 
						
							
							
								
								mpegaudiodec: fix compilation when testing the unchecked bitstream reader  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bcc7396065 
								
							
								 
							
						 
						
							
							
								
								threads: add sysconf based number of CPUs detection  
							
							Can act as fallback and should work on a couple of Unix systems. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								937ff3a18a 
								
							
								 
							
						 
						
							
							
								
								threads: always include necessary headers for number of CPUs detection  
							
							Since the conditions for the actual usage are more specific a less
preferred method can be used. This would cause compilation errors
because necessary headers are not included. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4e30256f8 
								
							
								 
							
						 
						
							
							
								
								threads: default to automatic thread count detection  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c11b92b304 
								
							
								 
							
						 
						
							
							
								
								Changelog: restore version <next> header  
							
							Indeo 4 decoder and SMJPEG demuxer are not included in 0.8_beta1. Move
them to version <next>. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c3513477bb 
								
							
								 
							
						 
						
							
							
								
								cook: K&R formatting cosmetics  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9afc025bff 
								
							
								 
							
						 
						
							
							
								
								fate: whitespace cosmetics  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								628637f67b 
								
							
								 
							
						 
						
							
							
								
								fate: split off video codec FATE tests into their own file  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab2d11f75b 
								
							
								 
							
						 
						
							
							
								
								fate: split off audio codec FATE tests into their own file  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								394f0b18bf 
								
							
								 
							
						 
						
							
							
								
								fate: split off Electronic Arts codec FATE tests into their own file  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f6ba1f2641 
								
							
								 
							
						 
						
							
							
								
								fate: split off QuickTime codec FATE tests into their own file  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								51150cf070 
								
							
								 
							
						 
						
							
							
								
								fate: split off voice codec FATE tests into their own file  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c7cb1730da 
								
							
								 
							
						 
						
							
							
								
								fate: split off demuxer FATE tests into their own file  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4b63054d9 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Drop unnecessary parentheses around return values.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f486fb338e 
								
							
								 
							
						 
						
							
							
								
								fate: drop pointless _audio and _video suffixes from xan tests  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cd8d84575b 
								
							
								 
							
						 
						
							
							
								
								qt-faststart: K&R reformatting; fix comment typos  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae51b1a9ba 
								
							
								 
							
						 
						
							
							
								
								FATE: Add test for H.264 MP4->annex.B bitstream filter.  
							
							This test uses an existing FATE sample (h264/interlaced_crop.mp4).
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago