Vittorio Giovara 
							
						 
					 
					
						
						
							
						
						6a85dfc830 
					 
					
						
						
							
							lavc: Replace av_dlog and tprintf with internal macros  
						
						
						
						
					 
					
						2015-04-19 12:41:59 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandra Khirnova 
							
						 
					 
					
						
						
							
						
						9b8d11a76a 
					 
					
						
						
							
							avcodec: Use av_reallocp where suitable  
						
						... 
						
						
						
						Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2013-12-09 12:27:51 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						042aec41ae 
					 
					
						
						
							
							flashsv: use the AVFrame API properly.  
						
						
						
						
					 
					
						2013-11-16 17:44:04 +01:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						037fea388e 
					 
					
						
						
							
							flashsv: K&R formatting cosmetics  
						
						... 
						
						
						
						Also improve some log message wording/spelling.
Signed-off-by: Diego Biurrun <diego@biurrun.de > 
						
						
					 
					
						2013-11-01 22:32:53 +01:00 
						 
				 
			
				
					
						
							
							
								Michael Niedermayer 
							
						 
					 
					
						
						
							
						
						57070b1468 
					 
					
						
						
							
							flashsv: Check diff_start diff_height values  
						
						... 
						
						
						
						Fix out of array accesses.
Found-by: ami_stuff
Signed-off-by: Michael Niedermayer <michaelni@gmx.at > 
						
						
					 
					
						2013-11-01 19:38:53 +01:00 
						 
				 
			
				
					
						
							
							
								Luca Barbato 
							
						 
					 
					
						
						
							
						
						4a64e67988 
					 
					
						
						
							
							flashsv: Refactor a little  
						
						
						
						
					 
					
						2013-11-01 19:38:53 +01:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						b2bed9325d 
					 
					
						
						
							
							cosmetics: Group .name and .long_name together in codec/format declarations  
						
						
						
						
					 
					
						2013-10-03 23:32:01 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						12e25ed284 
					 
					
						
						
							
							avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()  
						
						
						
						
					 
					
						2013-03-13 21:20:12 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						3b199d29cd 
					 
					
						
						
							
							lavc decoders: properly initialize AVFrame.  
						
						
						
						
					 
					
						2013-03-08 07:39:37 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						759001c534 
					 
					
						
						
							
							lavc decoders: work with refcounted frames.  
						
						
						
						
					 
					
						2013-03-08 07:38:30 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						df9b956751 
					 
					
						
						
							
							lavc: fix decode_frame() third parameter semantics for video decoders  
						
						... 
						
						
						
						It's got_frame, not data size 
						
						
					 
					
						2012-12-04 21:45:36 +01:00 
						 
				 
			
				
					
						
							
							
								Janne Grunau 
							
						 
					 
					
						
						
							
						
						3ae69b9166 
					 
					
						
						
							
							flashsv: make sure data for zlib priming is available  
						
						... 
						
						
						
						Fixes a segfault in the fuzzed sample resolutionchange.flv_s314809.
CC: libav-stable@libav.org  
						
						
					 
					
						2012-11-29 14:15:05 +01:00 
						 
				 
			
				
					
						
							
							
								Janne Grunau 
							
						 
					 
					
						
						
							
						
						5ae72f5453 
					 
					
						
						
							
							flashsv: check for keyframe before using differential coding  
						
						... 
						
						
						
						Fixes a segfault in te fuzzed sample resolutionchange.flv_s211713.
CC: libav-stable@libav.org  
						
						
					 
					
						2012-11-26 10:26:01 +01:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						17fecb4a59 
					 
					
						
						
							
							flashsv: Drop unused function and struct parameters  
						
						
						
						
					 
					
						2012-11-21 11:49:41 +01:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						8f4c414df6 
					 
					
						
						
							
							Improve wording and spelling of av_log_missing_feature messages.  
						
						
						
						
					 
					
						2012-10-23 10:28:40 +02:00 
						 
				 
			
				
					
						
							
							
								Janne Grunau 
							
						 
					 
					
						
						
							
						
						c466eb1746 
					 
					
						
						
							
							flashsv: propagate inflateReset() errors  
						
						... 
						
						
						
						Fixes CID717493. 
						
						
					 
					
						2012-10-10 21:24:32 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						716d413c13 
					 
					
						
						
							
							Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat  
						
						
						
						
					 
					
						2012-10-08 07:13:26 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Khirnov 
							
						 
					 
					
						
						
							
						
						36ef5369ee 
					 
					
						
						
							
							Replace all CODEC_ID_* with AV_CODEC_ID_*  
						
						
						
						
					 
					
						2012-08-07 16:00:24 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Storsjö 
							
						 
					 
					
						
						
							
						
						00c3b67b8a 
					 
					
						
						
							
							cosmetics: Align codec declarations  
						
						... 
						
						
						
						Also break some long lines, remove codec function placeholder comments
and add spaces in sample/pixel format lists.
Signed-off-by: Martin Storsjö <martin@martin.st > 
						
						
					 
					
						2012-04-06 22:37:38 +03:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						4b7f49082f 
					 
					
						
						
							
							flashsv: return more meaningful error value  
						
						
						
						
					 
					
						2011-10-11 14:28:23 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						f9a9c8f9bc 
					 
					
						
						
							
							flashsv: fix typo in av_log() message  
						
						
						
						
					 
					
						2011-10-11 14:28:23 +02:00 
						 
				 
			
				
					
						
							
							
								Kostya Shishkov 
							
						 
					 
					
						
						
							
						
						c2d23309ef 
					 
					
						
						
							
							add Flash Screen Video 2 decoder  
						
						... 
						
						
						
						Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com > 
						
						
					 
					
						2011-07-22 09:12:30 -07:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						b8783b98c5 
					 
					
						
						
							
							flashsv: split flashsv_decode_block() off from flashsv_decode_frame().  
						
						
						
						
					 
					
						2011-07-16 09:08:51 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						51915cfa47 
					 
					
						
						
							
							flashsv: inline copy_region() into flashsv_decode_frame()  
						
						
						
						
					 
					
						2011-07-08 00:35:17 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						91fe776913 
					 
					
						
						
							
							flashsv: improve some variable names  
						
						
						
						
					 
					
						2011-07-07 23:52:42 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						dc90031038 
					 
					
						
						
							
							flashsv: improve some comments and fix some wrong ones  
						
						
						
						
					 
					
						2011-07-06 13:22:48 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						a082e68030 
					 
					
						
						
							
							flashsv: Eliminate redundant variable indirection.  
						
						... 
						
						
						
						As a positive side-effect, this gets rid of the following warning:
libavcodec/flashsv.c:190:38: warning: assignment discards ‘const’ qualifier from pointer target type 
						
						
					 
					
						2011-07-06 13:22:39 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						ecf026f1aa 
					 
					
						
						
							
							flashsv: set reference frame type to full frame  
						
						
						
						
					 
					
						2011-07-06 13:21:27 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						bc35ab3f7d 
					 
					
						
						
							
							flashsv: replace bitstream description by a link to the specification  
						
						... 
						
						
						
						An official specification now exists and it is both more detailed and easier to
understand than the incomplete notes available here.  Also remove ideas on how
to implement an encoder; these notes are already present in the encoder. 
						
						
					 
					
						2011-07-06 13:21:26 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						9b576e4d12 
					 
					
						
						
							
							flashsv: convert a debug av_log into av_dlog  
						
						
						
						
					 
					
						2011-07-06 13:21:26 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						39884ab035 
					 
					
						
						
							
							flashsv: simplify condition  
						
						
						
						
					 
					
						2011-07-06 13:21:26 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						dbf5b95d35 
					 
					
						
						
							
							flashsv: return more meaningful error values  
						
						
						
						
					 
					
						2011-07-06 13:21:25 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						940230202a 
					 
					
						
						
							
							flashsv: cosmetics: break some overly long lines  
						
						
						
						
					 
					
						2011-07-06 13:21:25 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						cabc2938de 
					 
					
						
						
							
							flashsv: cosmetics: drop some unnecessary parentheses  
						
						
						
						
					 
					
						2011-07-06 13:21:25 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						35e376b0d2 
					 
					
						
						
							
							flashsv: K&R cosmetics  
						
						
						
						
					 
					
						2011-05-04 21:12:39 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						a14c08247d 
					 
					
						
						
							
							flashsv: Return more meaningful error values.  
						
						
						
						
					 
					
						2011-04-25 16:01:58 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						46cb2da1f0 
					 
					
						
						
							
							flashsv: Employ explicit AVCodec struct initializers.  
						
						
						
						
					 
					
						2011-04-25 15:41:10 +02:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						293fe6da01 
					 
					
						
						
							
							cosmetics: K&R coding style and more whitespace for Flash Screen Video  
						
						
						
						
					 
					
						2011-04-25 01:50:07 +02:00 
						 
				 
			
				
					
						
							
							
								Mans Rullgard 
							
						 
					 
					
						
						
							
						
						2912e87a6c 
					 
					
						
						
							
							Replace FFmpeg with Libav in licence headers  
						
						... 
						
						
						
						Signed-off-by: Mans Rullgard <mans@mansr.com > 
						
						
					 
					
						2011-03-19 13:33:20 +00:00 
						 
				 
			
				
					
						
							
							
								Clément Bœsch 
							
						 
					 
					
						
						
							
						
						437fb1c87d 
					 
					
						
						
							
							Remove a few if (p) av_free(p) forms  
						
						... 
						
						
						
						Signed-off-by: Mans Rullgard <mans@mansr.com > 
						
						
					 
					
						2011-02-03 01:37:55 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Elio Pettenò 
							
						 
					 
					
						
						
							
						
						d36beb3f69 
					 
					
						
						
							
							Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.  
						
						... 
						
						
						
						None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@mansr.com > 
						
						
					 
					
						2011-01-26 16:08:45 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						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 
						
						
					 
					
						2010-04-20 14:45:34 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						72415b2adb 
					 
					
						
						
							
							Define AVMediaType enum, and use it instead of enum CodecType, which  
						
						... 
						
						
						
						is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-30 23:30:55 +00:00 
						 
				 
			
				
					
						
							
							
								Laurent Aimar 
							
						 
					 
					
						
						
							
						
						b8fb21e902 
					 
					
						
						
							
							Fixed buffer overread in flashsv decoder.  
						
						... 
						
						
						
						Originally committed as revision 22210 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2010-03-04 19:10:44 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Larsson 
							
						 
					 
					
						
						
							
						
						6acd4d89d8 
					 
					
						
						
							
							Do not release the AVFrame when using reget_buffer in flashsv.  
						
						... 
						
						
						
						Originally committed as revision 19834 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-09-13 19:17:02 +00:00 
						 
				 
			
				
					
						
							
							
								Benjamin Larsson 
							
						 
					 
					
						
						
							
						
						7141c8594d 
					 
					
						
						
							
							Use reget_buffer instead of get_buffer. Fixes issue1367.  
						
						... 
						
						
						
						Patch by jarkko.palviainen.sesca.com.
Originally committed as revision 19814 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-09-10 19:01:53 +00:00 
						 
				 
			
				
					
						
							
							
								Reimar Döffinger 
							
						 
					 
					
						
						
							
						
						2ba8301769 
					 
					
						
						
							
							Mark all pix_fmts and supported_framerates compound literals as const.  
						
						... 
						
						
						
						Makes no difference for gcc but at least icc can put them in .rodata then.
Originally committed as revision 19789 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-09-06 16:09:21 +00:00 
						 
				 
			
				
					
						
							
							
								Stefano Sabatini 
							
						 
					 
					
						
						
							
						
						9106a698e7 
					 
					
						
						
							
							Rename bitstream.h to get_bits.h.  
						
						... 
						
						
						
						Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-04-13 16:20:26 +00:00 
						 
				 
			
				
					
						
							
							
								Thilo Borgmann 
							
						 
					 
					
						
						
							
						
						7a00bbad21 
					 
					
						
						
							
							Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an  
						
						... 
						
						
						
						AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows
passing of packet-specific flags from demuxer to decoder, such as the keyframe
flag, which appears necessary to playback corePNG P-frames.
Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread
"Google Summer of Code participation" on the mailinglist.
Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						
						
					 
					
						2009-04-07 15:59:50 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Biurrun 
							
						 
					 
					
						
						
							
						
						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 
						
						
					 
					
						2009-02-01 02:00:19 +00:00