adcb72b521 
								
							
								 
							
						 
						
							
							
								
								set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking  
							
							Originally committed as revision 8528 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								495529f7df 
								
							
								 
							
						 
						
							
							
								
								hardcode ff_ac3_frame_sizes table  
							
							Originally committed as revision 8435 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								318c5e0524 
								
							
								 
							
						 
						
							
							
								
								Give context to dprintf  
							
							Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2476139973 
								
							
								 
							
						 
						
							
							
								
								move AC-3 header parsing to ac3.c  
							
							Originally committed as revision 8323 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								050aa8b9bc 
								
							
								 
							
						 
						
							
							
								
								remove redundancy in AC-3 parser by using common tables from ac3tab.h  
							
							Originally committed as revision 8318 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7a49547de 
								
							
								 
							
						 
						
							
							
								
								fix parsing of RealAudio AC-3/DolbyNet  
							
							Originally committed as revision 7888 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								08c8831685 
								
							
								 
							
						 
						
							
							
								
								fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %  
							
							Originally committed as revision 7688 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								44a39bd770 
								
							
								 
							
						 
						
							
							
								
								Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams,  
							
							allowing them to be correctly demuxed.
Currently it only identifies the primary substream, and will skip over any additional
dependent or independent substreams.
Patch by Ian Caulfield % ian P caulfield A gmail P com %
Original thread:
date: Jan 19, 2007 9:55 AM
subject: Re: [Ffmpeg-devel] [PATCH] Correctly parse headers of E-AC3 streams
Originally committed as revision 7687 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								832a7b631f 
								
							
								 
							
						 
						
							
							
								
								minor doc fix  
							
							Originally committed as revision 7331 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								53aa68b329 
								
							
								 
							
						 
						
							
							
								
								move all cavs-parsing to cavs.c  
							
							This should help building parser without decoder
Originally committed as revision 6993 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d136d2fcea 
								
							
								 
							
						 
						
							
							
								
								make mpeg4video_split public as ff_mpeg4video_split  
							
							Originally committed as revision 6991 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4067d81be2 
								
							
								 
							
						 
						
							
							
								
								move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c  
							
							Originally committed as revision 6914 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8cd13128b8 
								
							
								 
							
						 
						
							
							
								
								use AVRational and ff_frame_rate_tab for frame_rate  
							
							Originally committed as revision 6905 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								949b1a13bf 
								
							
								 
							
						 
						
							
							
								
								Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.  
							
							patch by Steve Lhomme, slhomme divxcorp com
Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								498c544ad2 
								
							
								 
							
						 
						
							
							
								
								dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3)  
							
							Originally committed as revision 6837 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ab312daa2 
								
							
								 
							
						 
						
							
							
								
								doxy  
							
							Originally committed as revision 6647 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								191e8ca752 
								
							
								 
							
						 
						
							
							
								
								fix some signedness warnings  
							
							Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4e2d6a456d 
								
							
								 
							
						 
						
							
							
								
								dont copy frame if the whole mp1/2/3 frame is available in one piece in the input  
							
							Originally committed as revision 6103 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								608bd84365 
								
							
								 
							
						 
						
							
							
								
								make some tables const  
							
							Originally committed as revision 5692 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af9e7d1810 
								
							
								 
							
						 
						
							
							
								
								--enable/disable parsers. Warning: some combinations are broken.  
							
							Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								29c5cdcaec 
								
							
								 
							
						 
						
							
							
								
								Fix compilation with --disable-decoders.  
							
							patch by Emiliano Parasassi, millallo --at-- gmail --dot-- com
Originally committed as revision 5660 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								748c2fca7e 
								
							
								 
							
						 
						
							
							
								
								AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)  
							
							Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b482e2d12f 
								
							
								 
							
						 
						
							
							
								
								CAVS decoder by (Stefan Gehrer  stefan.gehrer gmx.de)  
							
							Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f8ff17e75 
								
							
								 
							
						 
						
							
							
								
								The AAC frame header uses 13 bits for the frame size, so the buffer should  
							
							have room for such a frame.  A frame that large seems unlikely in a valid
file, but leaving room for it spares us the need to check it elsewhere.
Moving the buffer to the end of the struct made debugging this easier.
Originally committed as revision 5487 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								100a74222b 
								
							
								 
							
						 
						
							
							
								
								use get_bits1/skip_bits[1] in ac3 and aac parsers  
							
							Originally committed as revision 4969 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da46276ff8 
								
							
								 
							
						 
						
							
							
								
								adts aac parser  
							
							Originally committed as revision 4954 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								82fcbc145d 
								
							
								 
							
						 
						
							
							
								
								faster find_startcode()  
							
							Originally committed as revision 4939 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8a91afd36 
								
							
								 
							
						 
						
							
							
								
								output last ac3 frame and simplify  
							
							Originally committed as revision 4926 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f59b684a6 
								
							
								 
							
						 
						
							
							
								
								Remove all stray tabs and trailing whitespace, this time for good.  
							
							Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								62327e2852 
								
							
								 
							
						 
						
							
							
								
								native ac3 parser  
							
							Originally committed as revision 4878 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								79396ac685 
								
							
								 
							
						 
						
							
							
								
								Kill some compiler warnings.  Compiled code verified identical after changes.  
							
							Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95ae72b7e0 
								
							
								 
							
						 
						
							
							
								
								Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)  
							
							Originally committed as revision 4540 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7cbaa7bafa 
								
							
								 
							
						 
						
							
							
								
								parse pict_type for streams in avi  
							
							fix mpeg4 parser so it outputs te pict_type
support header only parseing without repacking
Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								73480a1552 
								
							
								 
							
						 
						
							
							
								
								off by 1 error bugfix  
							
							avoid adding duplicate global headers to the bitstream
Originally committed as revision 4410 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90ad92b39d 
								
							
								 
							
						 
						
							
							
								
								support changing in bitstream global headers into extradata style and back  
							
							Originally committed as revision 4395 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c0df9d75bd 
								
							
								 
							
						 
						
							
							
								
								switch to native time bases  
							
							Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ca5d3bbf4 
								
							
								 
							
						 
						
							
							
								
								10l typo  
							
							Originally committed as revision 4053 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c787559a2 
								
							
								 
							
						 
						
							
							
								
								mpeg-es bitrate parsing  
							
							Originally committed as revision 4005 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								88730be651 
								
							
								 
							
						 
						
							
							
								
								kill warnings patch by (Måns Rullgård <mru inprovide com>)  
							
							Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8845e427a7 
								
							
								 
							
						 
						
							
							
								
								10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE)  
							
							Originally committed as revision 3918 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e993bc03ac 
								
							
								 
							
						 
						
							
							
								
								10000l vbr mp3 fix  
							
							Originally committed as revision 3911 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4b9ac0b5f0 
								
							
								 
							
						 
						
							
							
								
								require a few valid and equal mp3 headers for resync  
							
							Originally committed as revision 3900 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7984bbe2ce 
								
							
								 
							
						 
						
							
							
								
								fix timestamp prediction for low_delay mpeg streams  
							
							Originally committed as revision 3751 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f48c0551ca 
								
							
								 
							
						 
						
							
							
								
								flush remaining data from parser at EOF  
							
							Originally committed as revision 3748 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99f0623629 
								
							
								 
							
						 
						
							
							
								
								pnm parser  
							
							Originally committed as revision 3675 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								21adafec2a 
								
							
								 
							
						 
						
							
							
								
								lowres width/height cleanup 3rd try  
							
							Originally committed as revision 3522 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						21 years ago