ada51a334a 
								
							
								 
							
						 
						
							
							
								
								avserver: remove daemon mode  
							
							This code spews a multitude of warnings with glibc (unchecked
return values), some of them possibly warranted.  Furthermore,
the deamonisation is not suitable for use with typical startup
scripts as it does not provide the PID of the daemon in any way.
Users wishing to run avserver as a daemon can still do so using
start-stop-daemon or equivalent tools.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Janne Grunau <janne-libav@jannau.net> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9eded0fe41 
								
							
								 
							
						 
						
							
							
								
								configure: Check for -Werror parameters on clang  
							
							Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								116ae7285e 
								
							
								 
							
						 
						
							
							
								
								doxygen: remove obsolete options from Doxyfile  
							
							The options USE_INLINE_TREES, SHOW_DIRECTORIES and HTML_ALIGN_MEMBERS
became obsolete with doxygen 1.8.1 (releaded 2012-05-19). The generated
outpu for older doxygen versions should not change since they were set
to the default value. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e28b7553ae 
								
							
								 
							
						 
						
							
							
								
								configure: Add option to disable all command line programs  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b74dbdd5e9 
								
							
								 
							
						 
						
							
							
								
								bgmc: Fix av_malloc checks in ff_bgmc_init()  
							
							Signed-off-by: Xi Wang <xi.wang@gmail.com>
Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8034130e06 
								
							
								 
							
						 
						
							
							
								
								rtp: set the payload type as stream id  
							
							Support multiple video/audio streams with different format in the
same session.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b4296f414 
								
							
								 
							
						 
						
							
							
								
								avformat: clarify stream id for muxing  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a3138ebfa8 
								
							
								 
							
						 
						
							
							
								
								fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f1fcaf0e6 
								
							
								 
							
						 
						
							
							
								
								ppc: do not pass redundant compiler flags  
							
							The -mpowerpc64 and -mpowerpc-gfxopt flags are implicitly set by
-mcpu as needed.  Passing them explicitly is redundant and can
conflict with user-supplied flags.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ba0c1b390 
								
							
								 
							
						 
						
							
							
								
								avutil: change GET_UTF8 to not use av_log2()  
							
							This removes an inter-library dependency on ff_log2_tab causing
linking errors in some configurations.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8769b37fe 
								
							
								 
							
						 
						
							
							
								
								segment: fix NULL pointer dereference in seg_write_header()  
							
							Since the pointer `oc' is NULL, oc->oformat->name will cause a null
pointer dereference.  This patch changes it to seg->oformat->name.
Signed-off-by: Xi Wang <xi.wang@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26301caaa1 
								
							
								 
							
						 
						
							
							
								
								x86: mmx2 ---> mmxext in asm constructs  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da39cac8de 
								
							
								 
							
						 
						
							
							
								
								Drop broken and unused CABAC test program.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e9c6ef8f3 
								
							
								 
							
						 
						
							
							
								
								x86: h264_weight_10bit: port to cpuflags  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								83f9ed42ec 
								
							
								 
							
						 
						
							
							
								
								libtheoraenc: add missing pixdesc.h header  
							
							Was left out from c1a02e884a 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc085993f4 
								
							
								 
							
						 
						
							
							
								
								avcodec: remove ff_is_hwaccel_pix_fmt  
							
							It is used only in one place and is unlikely it would be needed
elsewhere. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1a02e884a 
								
							
								 
							
						 
						
							
							
								
								pixdesc: add av_pix_fmt_get_chroma_sub_sample  
							
							Deprecate avcodec_get_chroma_sub_sample. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22a0827dff 
								
							
								 
							
						 
						
							
							
								
								hlsenc: stand alone hls segmenter  
							
							Simplifies usage but has higher latency. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b9629acb6b 
								
							
								 
							
						 
						
							
							
								
								yop: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								935fbb66ef 
								
							
								 
							
						 
						
							
							
								
								wtv: set channel layout for mpeg audio  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b48d93e8a 
								
							
								 
							
						 
						
							
							
								
								westwood_aud: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2ce7f820d4 
								
							
								 
							
						 
						
							
							
								
								wc3movie: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a94b0267f2 
								
							
								 
							
						 
						
							
							
								
								tmv: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f348bd764 
								
							
								 
							
						 
						
							
							
								
								tiertexseq: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a3949fe11f 
								
							
								 
							
						 
						
							
							
								
								swfdec: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c7587728c 
								
							
								 
							
						 
						
							
							
								
								sol: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bfccd76adb 
								
							
								 
							
						 
						
							
							
								
								smacker: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57e590e4b8 
								
							
								 
							
						 
						
							
							
								
								siff: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a634896cf8 
								
							
								 
							
						 
						
							
							
								
								sierravmd: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c1ac602d53 
								
							
								 
							
						 
						
							
							
								
								rtpdec_amr: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce842029ce 
								
							
								 
							
						 
						
							
							
								
								rsodec: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60a585304c 
								
							
								 
							
						 
						
							
							
								
								rmdec: set channel layout for RA version 3  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								444b79c18a 
								
							
								 
							
						 
						
							
							
								
								qcp: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b5e3e77711 
								
							
								 
							
						 
						
							
							
								
								psxstr: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c9759eb426 
								
							
								 
							
						 
						
							
							
								
								omadec: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4088efbe2 
								
							
								 
							
						 
						
							
							
								
								oggparsespeex: validate channel count and set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								232e9c4c4b 
								
							
								 
							
						 
						
							
							
								
								nuv: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc57228e31 
								
							
								 
							
						 
						
							
							
								
								mxg: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								66d7ceb4aa 
								
							
								 
							
						 
						
							
							
								
								mvi: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f6c6e5aac1 
								
							
								 
							
						 
						
							
							
								
								mpc7: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f24b0b1b6c 
								
							
								 
							
						 
						
							
							
								
								mmf: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87199d34db 
								
							
								 
							
						 
						
							
							
								
								mm: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ef1b23ad21 
								
							
								 
							
						 
						
							
							
								
								jvdec: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4371131283 
								
							
								 
							
						 
						
							
							
								
								iss: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								41a2d9590d 
								
							
								 
							
						 
						
							
							
								
								ipmovie: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								024e03701c 
								
							
								 
							
						 
						
							
							
								
								iff: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73e2007f3d 
								
							
								 
							
						 
						
							
							
								
								idroqdec: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f6c3adde41 
								
							
								 
							
						 
						
							
							
								
								gxfdec: set channel layout when applicable  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4a105ae5c 
								
							
								 
							
						 
						
							
							
								
								gsmdec: set channel layout  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								644d8d2e5a 
								
							
								 
							
						 
						
							
							
								
								flvdec: set channel layout  
							
							
								
							
							
						 
						13 years ago