3d09d0017d 
								
							
								 
							
						 
						
							
							
								
								vp56: Release old pictures after a resolution changes  
							
							Signed-off-by: Janne Grunau <janne-libav@jannau.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								066fff755a 
								
							
								 
							
						 
						
							
							
								
								vp6: Check for huffman tree build errors  
							
							Signed-off-by: Janne Grunau <janne-libav@jannau.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ec6d6e9b6 
								
							
								 
							
						 
						
							
							
								
								vp56: Check for missing reference frame data  
							
							Signed-off-by: Janne Grunau <janne-libav@jannau.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1aad9cd9d2 
								
							
								 
							
						 
						
							
							
								
								vp56:Fix error recovery code on size changes in vp5/6 decoder  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c249d4fba 
								
							
								 
							
						 
						
							
							
								
								Check for huffman tree building error in vp6 decoder.  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dba20b8478 
								
							
								 
							
						 
						
							
							
								
								Release old pictures after a resolution change in vp5/6 decoder  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6a0e78929a 
								
							
								 
							
						 
						
							
							
								
								Check for missing reference in vp5/6 decoder.  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6168781f70 
								
							
								 
							
						 
						
							
							
								
								doxygen: do not include license boilerplate in Doxygen documentation  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01042d4123 
								
							
								 
							
						 
						
							
							
								
								lavc: set defaults in internal codec frames  
							
							This is required specifically for setting frame->format to -1,
otherwise it will be set to 0 = PIX_FMT_YUV420P and code reading
the format from the output decoded frame will get misled.
In particular fix regressions occurring with the pending vsrc_buffer
patch. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce5e49b0c2 
								
							
								 
							
						 
						
							
							
								
								replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								975a1447f7 
								
							
								 
							
						 
						
							
							
								
								Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d23e3e5fea 
								
							
								 
							
						 
						
							
							
								
								Move ff_emulated_edge_mc() into DSPContext.  
							
							(cherry picked from commit 2e27959879 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e27959879 
								
							
								 
							
						 
						
							
							
								
								Move ff_emulated_edge_mc() into DSPContext.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b6356d9726 
								
							
								 
							
						 
						
							
							
								
								10l: missed one reindent.  
							
							Originally committed as revision 24563 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d950497083 
								
							
								 
							
						 
						
							
							
								
								ff_prefix non static vp56 functions.  
							
							Originally committed as revision 24561 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e1ba34bbb 
								
							
								 
							
						 
						
							
							
								
								VP56: move vp56_edge_filter to new VP56DSPContext  
							
							Using macro templates allows the vp[56]_adjust functions to be
inlined instead of called through function pointers.  The new
function pointers enable optimised implementations of the filters.
4% faster VP6 decoding on Cortex-A8.
Originally committed as revision 22992 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba87f0801d 
								
							
								 
							
						 
						
							
							
								
								Remove explicit filename from Doxygen  @file  commands.  
							
							Passing an explicit filename to this command is only necessary if the
documentation in the @file  block refers to a file different from the
one the block resides in.
Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ded2100e48 
								
							
								 
							
						 
						
							
							
								
								move vp6 huffman table freeing code, out of common vp56 code  
							
							Originally committed as revision 22186 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0a41faa9a7 
								
							
								 
							
						 
						
							
							
								
								Plug some memory leaks in the VP6 decoder  
							
							Originally committed as revision 22172 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								800274f871 
								
							
								 
							
						 
						
							
							
								
								Make VP5 and VP6 decoders output a qscale table to allow for more automatic  
							
							post-processing, and add a new FF_QSCALE_TYPE_VP56 for this.
Originally committed as revision 21529 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68a4d3498f 
								
							
								 
							
						 
						
							
							
								
								vp56: check buffer size to fix a potential segfault  
							
							patch by Laurent Aimar  fenrir _at_ videolan _dot_ org
Originally committed as revision 21521 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6242b1c424 
								
							
								 
							
						 
						
							
							
								
								Use av_freep intead of av_free to free pointers in vp56 context.  
							
							Originally committed as revision 21395 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								012f930855 
								
							
								 
							
						 
						
							
							
								
								fix vp5/vp6 decoding by using new prototype for decode function  
							
							Originally committed as revision 18352 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed76106755 
								
							
								 
							
						 
						
							
							
								
								vp56: alpha_offset is uninitialized on purpose  
							
							Originally committed as revision 17108 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bad5537e2c 
								
							
								 
							
						 
						
							
							
								
								Use full internal pathname in doxygen  @file  directives.  
							
							Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectories.
Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bf73801bec 
								
							
								 
							
						 
						
							
							
								
								vp56: don't reset dimensions to 0 in codec init  
							
							Originally committed as revision 16140 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d887151d8c 
								
							
								 
							
						 
						
							
							
								
								rename Vp56Model to VP56Model for consistency  
							
							Originally committed as revision 16073 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76025d91da 
								
							
								 
							
						 
						
							
							
								
								cosmetics: vertical alignment  
							
							Originally committed as revision 16069 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3d52bca6bf 
								
							
								 
							
						 
						
							
							
								
								avoid POSIX reserved _t suffix  
							
							Originally committed as revision 16068 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5fecfb7d58 
								
							
								 
							
						 
						
							
							
								
								clear_block mmx  
							
							Originally committed as revision 16045 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								738a89b93a 
								
							
								 
							
						 
						
							
							
								
								Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT.  
							
							Fixes icc warning #188 : enumerated type mixed with another type
Originally committed as revision 13145 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5210529e2d 
								
							
								 
							
						 
						
							
							
								
								ensure vp56_decode_frame always return unchanged buf_size  
							
							Originally committed as revision 13083 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98a6fff98c 
								
							
								 
							
						 
						
							
							
								
								Apply 'cold' attribute to init/uninit functions in libavcodec  
							
							Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7e5cdb5b1b 
								
							
								 
							
						 
						
							
							
								
								const  
							
							Originally committed as revision 11791 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ecae905b6 
								
							
								 
							
						 
						
							
							
								
								simplify  
							
							Originally committed as revision 10584 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7af6a9de4 
								
							
								 
							
						 
						
							
							
								
								rename one variable to be consistent with the rest of the file  
							
							Originally committed as revision 10583 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								442b145abb 
								
							
								 
							
						 
						
							
							
								
								consistent spelling: plan => plane  
							
							Originally committed as revision 10582 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d3f9edbafa 
								
							
								 
							
						 
						
							
							
								
								simplify  
							
							Originally committed as revision 10576 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f62a2b61f9 
								
							
								 
							
						 
						
							
							
								
								cosmetic: indent  
							
							Originally committed as revision 10575 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								91fc2cf150 
								
							
								 
							
						 
						
							
							
								
								add a new vp6a codec (add alpha plan support to vp6)  
							
							Originally committed as revision 10574 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								247df384ec 
								
							
								 
							
						 
						
							
							
								
								move all model related tables into their own struct  
							
							Originally committed as revision 10571 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a7d70d88df 
								
							
								 
							
						 
						
							
							
								
								rename vp56_b6to3 to vp56_b2p  
							
							Originally committed as revision 10569 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1457516f70 
								
							
								 
							
						 
						
							
							
								
								some simplifications and uniformisation  
							
							Originally committed as revision 10568 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5a389a1b7 
								
							
								 
							
						 
						
							
							
								
								license header consistency cosmetics  
							
							Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eba0fcad9e 
								
							
								 
							
						 
						
							
							
								
								cleanup setting of returned data frame  
							
							Originally committed as revision 8125 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								704a2881bc 
								
							
								 
							
						 
						
							
							
								
								Use pointers to avoid copying AVFrame.  
							
							This ensure get_buffer() won't be confused with an AVFrame pointer
which looks like it wasn't released.
Originally committed as revision 8124 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f66e4f5f9e 
								
							
								 
							
						 
						
							
							
								
								Add av_ prefix to clip functions  
							
							Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e5067c73d 
								
							
								 
							
						 
						
							
							
								
								ensure that data[0] is set to NULL for next frame  
							
							to please avcodec_default_get_buffer()
Originally committed as revision 7846 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								24d3e5a2f2 
								
							
								 
							
						 
						
							
							
								
								use coded_width and coded_height instead of width and height  
							
							Originally committed as revision 6769 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago