4ad62d9a5c 
								
							
								 
							
						 
						
							
							
								
								Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding.  
							
							Originally committed as revision 14166 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd9f315339 
								
							
								 
							
						 
						
							
							
								
								Make preprocessor condition more specific and useful by changing  
							
							#ifdef CONFIG_ENCODERS --> #ifdef CONFIG_DVVIDEO_ENCODER.
Originally committed as revision 14165 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe4bf37455 
								
							
								 
							
						 
						
							
							
								
								Make AVCodec long_names definition conditional depending on CONFIG_SMALL.  
							
							Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								39883fffa7 
								
							
								 
							
						 
						
							
							
								
								remove useless wrapper func  
							
							Originally committed as revision 13738 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								390b25aeda 
								
							
								 
							
						 
						
							
							
								
								set avctx time_base in dv decoder  
							
							Originally committed as revision 13515 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eacced45c4 
								
							
								 
							
						 
						
							
							
								
								Replace some occurrences of -1 with PIX_FMT_NONE.  
							
							Fixes icc warning #188 : enumerated type mixed with another type
Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6140271f54 
								
							
								 
							
						 
						
							
							
								
								Add some long names to AVCodec declarations.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13017 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e5f465f4c 
								
							
								 
							
						 
						
							
							
								
								Increase alignment for DCT block arrays from 8 to 16  
							
							Patch by Alexander Strange ( astrange ithinksw com )
Originally committed as revision 12767 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbd4293df9 
								
							
								 
							
						 
						
							
							
								
								remove more useless mpegvideo.h includes  
							
							Originally committed as revision 12323 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								095f08d599 
								
							
								 
							
						 
						
							
							
								
								some const  
							
							Originally committed as revision 11758 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7993df6527 
								
							
								 
							
						 
						
							
							
								
								consts  
							
							I have underestimated this a little, and these are just some ...
Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59e6f60a99 
								
							
								 
							
						 
						
							
							
								
								add ff_ prefix to all simple_idct symbols  
							
							Originally committed as revision 11192 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5885dda4c5 
								
							
								 
							
						 
						
							
							
								
								force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2  
							
							patch by John Dalgliesh %johnd A defyne P org%
Originally committed as revision 8420 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6bd10f2de5 
								
							
								 
							
						 
						
							
							
								
								kill av_mallocz_static()  
							
							Originally committed as revision 8400 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2df6e97872 
								
							
								 
							
						 
						
							
							
								
								kill a av_mallocz_static()  
							
							Originally committed as revision 8395 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8fa36ae09d 
								
							
								 
							
						 
						
							
							
								
								This fixes error handling for BeOS, removing the need for some ifdefs.  
							
							AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h.
Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed.
Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code.
This also removes the need for berrno.h.
Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e950141a58 
								
							
								 
							
						 
						
							
							
								
								* Fixing a bug with incorrect bits set in AAUX source pack  
							
							* Making DV codec release a buffer on exit
   * Flagging accepted pix_fmts for DV encoder
Originally committed as revision 7531 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								849f10351d 
								
							
								 
							
						 
						
							
							
								
								rename always_inline to av_always_inline and move to common.h  
							
							Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c26abfa541 
								
							
								 
							
						 
						
							
							
								
								Rename ABS macro to FFABS.  
							
							Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b78e7197a8 
								
							
								 
							
						 
						
							
							
								
								Change license headers to say 'FFmpeg' instead of 'this program/this library'  
							
							and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eacad59e03 
								
							
								 
							
						 
						
							
							
								
								Fix compilation with --disable-encoders.  
							
							patch by Alexander Strange, astrange at ithinksw dot com
Originally committed as revision 6410 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								62bb489b13 
								
							
								 
							
						 
						
							
							
								
								add some #ifdef CONFIG_ENCODERS/DECODERS  
							
							Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3c8f30a745 
								
							
								 
							
						 
						
							
							
								
								* Restructuring the division of labor between DV codec and DV format  
							
							[ Based on a patch by Brian Brice (bbrice at newtek dot com) ]
Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								75c998a219 
								
							
								 
							
						 
						
							
							
								
								force usage of ALT_BITSTREAM_READER where needed  
							
							Originally committed as revision 6118 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								56419683b2 
								
							
								 
							
						 
						
							
							
								
								I still don't think this should be here. Note: without this code DV encoder  
							
							will accept incorrect pix_fmt's and such, but decoder will work much better
with containers not setting the same attributes. It seems like there will
be a generic mechanism for checking such constraints, but if not I can always
resurrect this check for *encoder* only.
Originally committed as revision 5114 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b297700b7 
								
							
								 
							
						 
						
							
							
								
								DVCPRO50 support.  
							
							Patch by Daniel Maas dmaas at maasdigital dot com
Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40116978de 
								
							
								 
							
						 
						
							
							
								
								Assign class 2 to most macroblocks by default, instead of a more conservative  
							
							method defined by SMPTE
Patch by Dan Maas
Originally committed as revision 5074 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e5867e4d50 
								
							
								 
							
						 
						
							
							
								
								Not that we're that far from being an *initial* implementation, but  
							
							at least weighting got implemented thanks to Dan. ;-)
Originally committed as revision 5071 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e52b44e50 
								
							
								 
							
						 
						
							
							
								
								AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The  
							
							performance impact is less than 1%.
Patch by Dan Maas  (dmaas at maasdigital dot com)
Originally committed as revision 5070 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0403f791b3 
								
							
								 
							
						 
						
							
							
								
								remove wrong assert()  
							
							Originally committed as revision 5067 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d676478c8d 
								
							
								 
							
						 
						
							
							
								
								replace for loop with 2 asserts()  
							
							Originally committed as revision 5066 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6df5f6ae51 
								
							
								 
							
						 
						
							
							
								
								size[0-3] are not initialized (and can get random negative trash  
							
							values), so the comparison with vs_total_ac_bits is messed up on the
first couple loop iterations, leading to AC underflows.
the b->prev[] pointers were not being maintained correctly. We
potentially have to update b->prev[] both before and after the area
whose VLC length is getting adjusted.
this also might fix the ppc regression failure?
patch by (Dan Maas <dmaas maasdigital com>)
Originally committed as revision 5064 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7bdb4f67bc 
								
							
								 
							
						 
						
							
							
								
								10l (forgot EOBs)  
							
							Originally committed as revision 5059 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6661b2130d 
								
							
								 
							
						 
						
							
							
								
								dont lowwer qnos of more blocks then needed  
							
							Originally committed as revision 5055 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2d230a756 
								
							
								 
							
						 
						
							
							
								
								fixing dv_guess_qnos()  
							
							roman, dont hesitate to reverse this and solve it differntly if you want ...
Originally committed as revision 5053 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe78f7cdaa 
								
							
								 
							
						 
						
							
							
								
								print a big warning if we mess up and run out of space ...  
							
							Originally committed as revision 5052 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								68b51e58ce 
								
							
								 
							
						 
						
							
							
								
								MSVC-compatible __align8/__align16 declaration  
							
							patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr
Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5509bffa88 
								
							
								 
							
						 
						
							
							
								
								Update licensing information: The FSF changed postal address.  
							
							Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa06658248 
								
							
								 
							
						 
						
							
							
								
								Moving dv_anchor back to the global scope. This creates a tiny memory  
							
							leak for cases like dlopening libavcodec.so and such, but I still
   don't know how to catch such events.
Originally committed as revision 4818 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c842aa378d 
								
							
								 
							
						 
						
							
							
								
								Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)  
							
							approved by Roman Shaposhnik
Originally committed as revision 4777 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bb270c0896 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: tabs --> spaces, some prettyprinting  
							
							Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								115329f160 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: Remove all trailing whitespace.  
							
							Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4325ffd0a2 
								
							
								 
							
						 
						
							
							
								
								lowres support  
							
							Originally committed as revision 4545 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c619ff6daf 
								
							
								 
							
						 
						
							
							
								
								optimizations  
							
							dc coeff rounding fix
class=3 num of bits fix
do interlaced check & idct only if CODEC_FLAG_INTERLACED_DCT
Originally committed as revision 4542 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b2bf94340 
								
							
								 
							
						 
						
							
							
								
								Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)  
							
							Originally committed as revision 4539 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								856170f752 
								
							
								 
							
						 
						
							
							
								
								DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com)  
							
							Originally committed as revision 4503 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								983ea0bc87 
								
							
								 
							
						 
						
							
							
								
								a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net]  
							
							Originally committed as revision 4213 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5bb8a0daa1 
								
							
								 
							
						 
						
							
							
								
								various fixes related to the non alt_bitstream_reader  
							
							Originally committed as revision 4136 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								934982c4ac 
								
							
								 
							
						 
						
							
							
								
								avoid buf_size == 0 checks in every decoder  
							
							Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago