Martin Storsjö
							
						 
						
							
							
							
								
							
								167f3b8de7 
								
							
								 
							
						 
						
							
							
								
								libavformat: Add an ff_ prefix to some lavf internal symbols  
							
							 
							
							 
							
							
								
							
							
							Prefix the functions/tables brktimegm, pcm_read_seek,
dv_offset_reset, voc_get_packet, codec_movaudio_tags,
codec_movvideo_tags.
After this, lavf has no global symbols without the proper prefix.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						13 years ago  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								ab88b25f99 
								
							
								 
							
						 
						
							
							
								
								lavf: use avpriv_ prefix for some dv functions.  
							
							 
							
							 
							
							
								
							
							
							They are used in libavdevice. 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Reimar Döffinger
							
						 
						
							
							
							
								
							
								148ffcd2ce 
								
							
								 
							
						 
						
							
							
								
								Make DV (sub) demuxer set proper pkt->pos values.  
							
							 
							
							 
							
							
								
							
							
							This makes the avi demuxer create packets with proper pos values
with the file from ticket #140 . 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Mans Rullgard
							
						 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Diego Elio Pettenò
							
						 
						
							
							
							
								
							
								81c38db13c 
								
							
								 
							
						 
						
							
							
								
								Make dvenc.c functions static to the unit.  
							
							 
							
							 
							
							
								
							
							
							Also drop some CONFIG_DV_MUXER #ifdefs probably vestigial from before the
split of dvenc and dvdec.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f0a8676958 ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Diego Elio Pettenò
							
						 
						
							
							
							
								
							
								f0a8676958 
								
							
								 
							
						 
						
							
							
								
								Make dvenc.c functions static to the unit.  
							
							 
							
							 
							
							
								
							
							
							Also drop some CONFIG_DV_MUXER #ifdefs probably vestigial from before the
split of dvenc and dvdec.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								406792e7b0 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Remove pointless period after copyright statement non-sentences.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								3a8e375acf 
								
							
								 
							
						 
						
							
							
								
								Remove inappropriate const qualifier from function argument, fixes the warning:  
							
							 
							
							 
							
							
								
							
							
							libavformat/dvenc.c:256: warning: passing argument 2 of ‘av_fifo_generic_write’ discards qualifiers from pointer target type
Originally committed as revision 16460 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								987903826b 
								
							
								 
							
						 
						
							
							
								
								Globally rename the header inclusion guard names.  
							
							 
							
							 
							
							
								
							
							
							Consistently apply this rule: the guard name is obtained from the
filename by stripping the leading "lib", converting '/' and '.'  to
'_' and uppercasing the resulting name. Guard names in the root
directory have to be prefixed by "FFMPEG_".
Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								5b21bdabe4 
								
							
								 
							
						 
						
							
							
								
								Add FFMPEG_ prefix to all multiple inclusion guards.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
					 
				
					
						
							
							
								   Guillaume Poirier
							
						 
						
							
							
							
								
							
								efb775777f 
								
							
								 
							
						 
						
							
							
								
								add a comment to indicate which #endif belong to which #define  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
					 
				
					
						
							
							
								   Måns Rullgård
							
						 
						
							
							
							
								
							
								699b3f99d0 
								
							
								 
							
						 
						
							
							
								
								add multiple inclusion guards to headers  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
					 
				
					
						
							
							
								   Måns Rullgård
							
						 
						
							
							
							
								
							
								99545457bf 
								
							
								 
							
						 
						
							
							
								
								include all prerequisites in header files  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
					 
				
					
						
							
							
								   Roman Shaposhnik
							
						 
						
							
							
							
								
							
								6eb2de748d 
								
							
								 
							
						 
						
							
							
								
								* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								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  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								064cf25155 
								
							
								 
							
						 
						
							
							
								
								typo  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 4960 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								5509bffa88 
								
							
								 
							
						 
						
							
							
								
								Update licensing information: The FSF changed postal address.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
					 
				
					
						
							
							
								   Diego Biurrun
							
						 
						
							
							
							
								
							
								115329f160 
								
							
								 
							
						 
						
							
							
								
								COSMETICS: Remove all trailing whitespace.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
					 
				
					
						
							
							
								   Roman Shaposhnik
							
						 
						
							
							
							
								
							
								664f583665 
								
							
								 
							
						 
						
							
							
								
								* static allocation for audio packets. This will make it a little bit  
							
							 
							
							 
							
							
								
							
							
							faster and easier to follow.
   * misc. fixes for problems with seeking
Originally committed as revision 3590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
					 
				
					
						
							
							
								   Roman Shaposhnik
							
						 
						
							
							
							
								
							
								ddaae6a9d1 
								
							
								 
							
						 
						
							
							
								
								* DV demuxer is now capable of decoding auxilary audio stream. So,  
							
							 
							
							 
							
							
								
							
							
							everybody who still uses second streo track for dubbing can
     now export it.
   * void* -> DVDemuxContext* change (per Fabrice's suggestion).
   * -dv1394 capture now works in all modes.
Originally committed as revision 2458 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
					 
				
					
						
							
							
								   Roman Shaposhnik
							
						 
						
							
							
							
								
							
								7458ccbb02 
								
							
								 
							
						 
						
							
							
								
								* DV handling was streamlined for both muxing/demuxing and  
							
							 
							
							 
							
							
								
							
							
							decoding. All muxing/demuxing functionality is now available
     in libavformat/dv.[ch].
   * dv1394.c and avidec.c were hooked up with general DV demuxer.
   * DVAUDIO is dead! Long live pcm_s16le!
   * DV audio is now always recognized -- which means we can
     now hear all those ducks quaking in pond.dv.
Originally committed as revision 2319 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						22 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								b0368839ac 
								
							
								 
							
						 
						
							
							
								
								MpegEncContext.(i)dct_* -> DspContext.(i)dct_*  
							
							 
							
							 
							
							
								
							
							
							bitexact cleanup
Originally committed as revision 1617 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
					 
				
					
						
							
							
								   Zdenek Kabelac
							
						 
						
							
							
							
								
							
								0c1a9edad4 
								
							
								 
							
						 
						
							
							
								
								* UINTX -> uintx_t   INTX -> intx_t  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
					 
				
					
						
							
							
								   Zdenek Kabelac
							
						 
						
							
							
							
								
							
								bb28568364 
								
							
								 
							
						 
						
							
							
								
								* cut&paste fix  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 1249 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
					 
				
					
						
							
							
								   Zdenek Kabelac
							
						 
						
							
							
							
								
							
								5940262772 
								
							
								 
							
						 
						
							
							
								
								* oops fixed bad initialization of ff vals.  
							
							 
							
							 
							
							
								
							
							
							- put FF_LIBMPEG2_IDCT_PERM into CVS - so it will work for now
Originally committed as revision 1227 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
					 
				
					
						
							
							
								   Zdenek Kabelac
							
						 
						
							
							
							
								
							
								83f238cbf0 
								
							
								 
							
						 
						
							
							
								
								* compilation fix (ARM users please check)  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 1225 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								50eb9cbc44 
								
							
								 
							
						 
						
							
							
								
								idct_permutation_type variable, so the permutation type can quickly be identified  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 1071 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								676e200cff 
								
							
								 
							
						 
						
							
							
								
								trying to fix the non-x86 IDCTs (untested)  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 1006 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
					 
				
					
						
							
							
								   Fabrice Bellard
							
						 
						
							
							
							
								
							
								ff4ec49e64 
								
							
								 
							
						 
						
							
							
								
								license/copyright change  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago  
					 
				
					
						
							
							
								   Fabrice Bellard
							
						 
						
							
							
							
								
							
								92651f67a0 
								
							
								 
							
						 
						
							
							
								
								arm specific code  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 79 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						24 years ago