2ef4d586d6 
								
							
								 
							
						 
						
							
							
								
								pcmdec: remove dependency from rawdec  
							
							The code shared is not actually shared with anything else. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5f0e161dd6 
								
							
								 
							
						 
						
							
							
								
								g722: refactor out of rawdec.c  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42c26a4864 
								
							
								 
							
						 
						
							
							
								
								rawvideo: use a specific read_header  
							
							ff_raw_read_header is used only for this demuxer for video. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2a91ada828 
								
							
								 
							
						 
						
							
							
								
								avutil: Make LZO decoder code configure-time selectable  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5bac2d0c30 
								
							
								 
							
						 
						
							
							
								
								avutil: Move memcpy_backptr() to mem.c  
							
							The function is used elsewhere and does not belong with the LZO code. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6e9d64977 
								
							
								 
							
						 
						
							
							
								
								configure: detect parisc64 automatically  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								56203596ae 
								
							
								 
							
						 
						
							
							
								
								configure: detect ppc64 automatically  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2acda282eb 
								
							
								 
							
						 
						
							
							
								
								configure: detect mips64 automatically  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4c99513f4 
								
							
								 
							
						 
						
							
							
								
								configure: generalise 64-bit test  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c44cef978b 
								
							
								 
							
						 
						
							
							
								
								smoothstreamingenc: Don't assume streams start from timestamp 0  
							
							Also use dts instead of pts for deciding where to split fragments.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								292a08cbab 
								
							
								 
							
						 
						
							
							
								
								asfdec: cosmetics, reformat ff_asf_parse_packet()  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5a9567631a 
								
							
								 
							
						 
						
							
							
								
								g.723.1: add missing CODEC_CAP_DR1  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e84f2055c 
								
							
								 
							
						 
						
							
							
								
								avconv: remove now unneeded calls to avcodec_get_frame_defaults().  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1bc64c2814 
								
							
								 
							
						 
						
							
							
								
								lavc: initialize output AVFrame before decoding.  
							
							Avoids memleaks with audio when extended_data is nontrivial and the user
doesn't reset the frame.
Shouldn't have any effect for video for now, but might be useful in the
future. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c68317ebbe 
								
							
								 
							
						 
						
							
							
								
								lavc: fix documentation for AVCodecContext.delay  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								44d854a518 
								
							
								 
							
						 
						
							
							
								
								atrac3: return an error if extradata_size is not a specific known size  
							
							Also fixes 3 compiler warnings about using uninitialized variables. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5ef830b12 
								
							
								 
							
						 
						
							
							
								
								lavc: use the correct API version guard macro for avcodec_encode_audio()  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e28e97433 
								
							
								 
							
						 
						
							
							
								
								Move Doxyfile into the doc/ subdirectory  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7a39b3340 
								
							
								 
							
						 
						
							
							
								
								doxygen: Build Doxygen documentation in the doc/ subdirectory  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a153e45b95 
								
							
								 
							
						 
						
							
							
								
								dfa: use av_memcpy_backptr() where previously impossible  
							
							Since the requirement for output padding has been lifted, we can
use av_memcpy_backptr() here as well.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e831b3b852 
								
							
								 
							
						 
						
							
							
								
								av_memcpy_backptr: Drop no longer necessary malloc padding  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d82f188504 
								
							
								 
							
						 
						
							
							
								
								Remove need for padding in av_memcpy_backptr()  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ceb754d041 
								
							
								 
							
						 
						
							
							
								
								lzo: Use AV_COPY*U macros where appropriate  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9f0dce283 
								
							
								 
							
						 
						
							
							
								
								prepare 9_beta2 release  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								330b864cda 
								
							
								 
							
						 
						
							
							
								
								dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxU  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af6dd6de08 
								
							
								 
							
						 
						
							
							
								
								intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addresses  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa91fe8091 
								
							
								 
							
						 
						
							
							
								
								dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ab0874ea8 
								
							
								 
							
						 
						
							
							
								
								mp3: properly forward mp_decode_frame errors  
							
							The function can return either a parsing error or a memory management
error. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c03cc6838 
								
							
								 
							
						 
						
							
							
								
								mp3: exit on parsing error in mp_decode_frame  
							
							Properly forward mp_decode_layer3 errors, mp_decode_layer1 and
mp_decode_layer2 do not return errors.
Based on a patch by Michael Niedermayer. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c2dac8ac7a 
								
							
								 
							
						 
						
							
							
								
								rtmppkt: Avoid unescaped backslash in Doxygen comment  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2a222a7255 
								
							
								 
							
						 
						
							
							
								
								fate-lavfi: replace sed/grep/cut combos with awk  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4ebc6a7410 
								
							
								 
							
						 
						
							
							
								
								build: Plan 9 support  
							
							This adds support for building on Plan 9 x86-32.  The compat/plan9
directory contains these items:
- replacements for the 'head' and 'printf' shell commands
- wrapper for main() to disable FPU exceptions
Larger required changes to the system are described in the
documentation.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80521c1997 
								
							
								 
							
						 
						
							
							
								
								build: allow targets to specify extra objects to link with executables  
							
							This allows targets to include special objects when linking
executables without including them in (shared) libraries.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a805cefd8b 
								
							
								 
							
						 
						
							
							
								
								swscale: avoid pointless use of compound literals  
							
							Some compilers (e.g. old gcc) have trouble with these.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fab0a8b2c6 
								
							
								 
							
						 
						
							
							
								
								libm: add fallbacks for various single-precision functions  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c3e73100af 
								
							
								 
							
						 
						
							
							
								
								network: use getservbyport() only if available  
							
							The absence of this function will only give a less informative
string back from our fallback implementation of getnameinfo().
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da0d0ae9a4 
								
							
								 
							
						 
						
							
							
								
								network: add fallbacks for INADDR_LOOPBACK and INET_ADDRSTRLEN  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f65eff408 
								
							
								 
							
						 
						
							
							
								
								Include sys/time.h before sys/resource.h  
							
							Some systems require sys/time.h being explicitly included before
sys/resource.h.  The configure check already does this.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1f6ad69c7 
								
							
								 
							
						 
						
							
							
								
								fate: check that dependencies actually exist  
							
							This causes make to exit with an error message if a nonexistent
dependency is specified rather than silently dropping the test.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6f9018fc5e 
								
							
								 
							
						 
						
							
							
								
								fate: fix ENCMUX macro  
							
							This matches how it is actually being called.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec444c84cf 
								
							
								 
							
						 
						
							
							
								
								mpegaudiodec: Fix buffer handling on random access  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f17f265ed 
								
							
								 
							
						 
						
							
							
								
								mpegaudio: Refactor mp3on4 flush function  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88bdec03b9 
								
							
								 
							
						 
						
							
							
								
								fate: Add dependencies for audio tests  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								71f3eb4536 
								
							
								 
							
						 
						
							
							
								
								fate: cosmetics: Group idct8x8 test together with all other libavcodec tests  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7d420a4294 
								
							
								 
							
						 
						
							
							
								
								fate: More fine-grained dependencies for libavcodec test programs  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b8899ac32 
								
							
								 
							
						 
						
							
							
								
								fate: Declare avcodec/avformat deps in the respective Makefile snippets  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e273a1a542 
								
							
								 
							
						 
						
							
							
								
								fate: Add dependencies for WMA and WavPack tests  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f4c414df6 
								
							
								 
							
						 
						
							
							
								
								Improve wording and spelling of av_log_missing_feature messages.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								00ed7f5958 
								
							
								 
							
						 
						
							
							
								
								lavu: remove disabled FF_API_AV_FIFO_PEEK cruft  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c692957c4e 
								
							
								 
							
						 
						
							
							
								
								lavu: remove disabled avoptions cruft  
							
							
								
							
							
						 
						13 years ago