cc0e47b550 
								
							
								 
							
						 
						
							
							
								
								avcodec/jpeglsdec: check err value for ls_get_code_runterm()  
							
							Fixes infinite loop
Fixes Ticket3086
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4fab08c94f 
								
							
								 
							
						 
						
							
							
								
								Optimize pure C unscaled yuv2rgb.  
							
							Aligning the tables reduces the amount of code generated on
e.g. ARM as the offset constant then has few enough set bits
so it can be encoded inside a single instruction instead of 2.
Ideally all should be declared aligned, but the DECLARE_ALIGNED
macros does not work with pointer tables, thus also reordered
the tables.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								18802942d1 
								
							
								 
							
						 
						
							
							
								
								avcodec/mpeg12dec: Use skip_1stop_8data_bits()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f031531816 
								
							
								 
							
						 
						
							
							
								
								avcodec/vaapi_mpeg2: Use skip_1stop_8data_bits()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c7662aeba 
								
							
								 
							
						 
						
							
							
								
								avcodec/svq3: Use skip_1stop_8data_bits()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c882b62d14 
								
							
								 
							
						 
						
							
							
								
								avcodec/svq1dec: Use skip_1stop_8data_bits()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f4d3127197 
								
							
								 
							
						 
						
							
							
								
								avcodec/ituh263dec: Use skip_1stop_8data_bits()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ddc6ed9187 
								
							
								 
							
						 
						
							
							
								
								avcodec/intelh263dec: Use skip_1stop_8data_bits()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								711e981276 
								
							
								 
							
						 
						
							
							
								
								avcodec/h261dec: Use skip_1stop_8data_bits()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c284a8e19 
								
							
								 
							
						 
						
							
							
								
								avcodec/flvdec: Use skip_1stop_8data_bits()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34087b0564 
								
							
								 
							
						 
						
							
							
								
								avcodec/dxva2_mpeg2: Use skip_1stop_8data_bits()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								44e8e82d34 
								
							
								 
							
						 
						
							
							
								
								avcodec/get_bits: add skip_1stop_8data_bits  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f019129e1 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'qatar/master'  
							
							* qatar/master:
  lavf: Remove a now useless parameter to ffurl_register_protocol
Merged-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94a80e36d3 
								
							
								 
							
						 
						
							
							
								
								avcodec/intelh263dec: make while get_bits loop more robust by checking bits left  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								810f9c5eaa 
								
							
								 
							
						 
						
							
							
								
								avcodec/ituh263dec: make while get_bits loop more robust by checking bits left  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								489c575bd6 
								
							
								 
							
						 
						
							
							
								
								avcodec/ivi_common: make while get_bits loop more robust by checking bits left  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b12930f79 
								
							
								 
							
						 
						
							
							
								
								avcodec/flacdec: use get_unary() simplify code  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								719dbe86ea 
								
							
								 
							
						 
						
							
							
								
								avcodec/h261dec: make while get_bits loop more robust by checking bits left  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b0f8b5c819 
								
							
								 
							
						 
						
							
							
								
								avcodec/flvdec: make while get_bits loop more robust by checking bits left  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f5b75f241 
								
							
								 
							
						 
						
							
							
								
								avcodec/flacdec: make while get_bits loop more robust by checking bits left  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c6bb53bb2 
								
							
								 
							
						 
						
							
							
								
								doc/examples/demuxing: reset got_frame.  
							
							Fix infinite loop at flushing. 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								65988b9916 
								
							
								 
							
						 
						
							
							
								
								avcodec/cook: fix deadlock by using get_unary()  
							
							Fixes  #3089 .
Reported-by: Piotr Bandurski <ami_stuff@o2.pl>
Signed-off-by: Paul B Mahol <onemda@gmail.com> 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								387e76f993 
								
							
								 
							
						 
						
							
							
								
								avcodec/mdec: use dsp.bswap16_buf()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								268d0d6e6c 
								
							
								 
							
						 
						
							
							
								
								avcodec/svq3: use av_fast_padded_malloc()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e609eb475 
								
							
								 
							
						 
						
							
							
								
								avcodec/utvideoenc: use av_fast_padded_malloc()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								82e576046c 
								
							
								 
							
						 
						
							
							
								
								avcodec/wavpack: use init_get_bits8()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49c6f0ae15 
								
							
								 
							
						 
						
							
							
								
								avcodec/apedec: use init_get_bits8()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2508fa10c6 
								
							
								 
							
						 
						
							
							
								
								avcodec/xan: use init_get_bits8()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1de8dfcbc4 
								
							
								 
							
						 
						
							
							
								
								avcodec/binkaudio: use init_get_bits8()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2820562935 
								
							
								 
							
						 
						
							
							
								
								avcodec/4xm: use av_fast_padded_malloc()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c783bec6dc 
								
							
								 
							
						 
						
							
							
								
								avcodec/mdec: use av_fast_padded_malloc()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								62ef736f5a 
								
							
								 
							
						 
						
							
							
								
								avcodec/motionpixels: use av_fast_padded_malloc()  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7fd7a10efd 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'qatar/master'  
							
							* qatar/master:
  oggparsetheora: check av_mallocz result
Merged-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b9e480b8f 
								
							
								 
							
						 
						
							
							
								
								Merge commit '5e5fb21877d8da7b3b8a27bb4d6a070d210c152d'  
							
							* commit '5e5fb21877d8da7b3b8a27bb4d6a070d210c152d':
  oggparsetheora: return meaningful error codes
Conflicts:
	libavformat/oggparsetheora.c
Merged-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								70737b83f0 
								
							
								 
							
						 
						
							
							
								
								Merge commit 'd4c12b8be4bdd2ffddb3bd5e11773de4c4c46f68'  
							
							* commit 'd4c12b8be4bdd2ffddb3bd5e11773de4c4c46f68':
  oggparsetheora: K&R cosmetics, reformat
Conflicts:
	libavformat/oggparsetheora.c
Merged-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								558784f113 
								
							
								 
							
						 
						
							
							
								
								Merge commit 'b9589f5a770ec2357ab7920a5fabe8510b8601f9'  
							
							* commit 'b9589f5a770ec2357ab7920a5fabe8510b8601f9':
  lavc: add error checking to apply_param_change.
Conflicts:
	libavcodec/utils.c
Merged-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4427fe7e4b 
								
							
								 
							
						 
						
							
							
								
								Merge commit '5c0a09839c707f10e5dba59460e219e989c1da93'  
							
							* commit '5c0a09839c707f10e5dba59460e219e989c1da93':
  libopenjpegdec: return meaningful error codes
Conflicts:
	libavcodec/libopenjpegdec.c
Merged-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c5f839693 
								
							
								 
							
						 
						
							
							
								
								lavf: Remove a now useless parameter to ffurl_register_protocol  
							
							This was added in 9b07a2dc02 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f2d8968c0 
								
							
								 
							
						 
						
							
							
								
								oggparsetheora: check av_mallocz result  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e5fb21877 
								
							
								 
							
						 
						
							
							
								
								oggparsetheora: return meaningful error codes  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d4c12b8be4 
								
							
								 
							
						 
						
							
							
								
								oggparsetheora: K&R cosmetics, reformat  
							
							Also typedef the private data struct and make its name consistent with
the rest of Libav.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b9589f5a77 
								
							
								 
							
						 
						
							
							
								
								lavc: add error checking to apply_param_change.  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c0a09839c 
								
							
								 
							
						 
						
							
							
								
								libopenjpegdec: return meaningful error codes  
							
							
								
							
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e1848aa469 
								
							
								 
							
						 
						
							
							
								
								avcodec/mpeg12dec: forward errors when EXPLODE is set  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f86387b6c2 
								
							
								 
							
						 
						
							
							
								
								lavf/spdifdec: fix demuxing of AAC in IEC 61937  
							
							Return value of avpriv_aac_parse_header() is not checked correctly. Fix
it.
Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b31214379 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'qatar/master'  
							
							* qatar/master:
  build: remove pointless condition
See: 94d707af3c 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								845086149b 
								
							
								 
							
						 
						
							
							
								
								Merge commit '58d13cea307e776664dae711608b358dd4b84fff'  
							
							* commit '58d13cea307e776664dae711608b358dd4b84fff':
  h264: Check all allocations
See: a483aae7d8 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f4fd72f81 
								
							
								 
							
						 
						
							
							
								
								tests/fate: fix fate on branches different from origin/master  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0999b1db3c 
								
							
								 
							
						 
						
							
							
								
								tests/fate.sh: run git reset only when fetch succeded  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a8fe8d4fe9 
								
							
								 
							
						 
						
							
							
								
								Merge commit '9510d7689e236f6a4748795604fba427c130d0ad'  
							
							* commit '9510d7689e236f6a4748795604fba427c130d0ad':
  fate.sh: Allow non-fast-forwards when updating sources
Merged-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						12 years ago