b24aaabd44 
								
							
								 
							
						 
						
							
							
								
								remove ParseContext1  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58c42af722 
								
							
								 
							
						 
						
							
							
								
								doxygen: misc consistency, spelling and wording fixes  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								975a1447f7 
								
							
								 
							
						 
						
							
							
								
								Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09cbf60f8e 
								
							
								 
							
						 
						
							
							
								
								Replace more disabled printf() calls by av_dlog().  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								045dd4b928 
								
							
								 
							
						 
						
							
							
								
								Replace some commented-out debug printf() / av_log() messages with av_dlog().  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5eef4afb9a 
								
							
								 
							
						 
						
							
							
								
								avparser: don't av_malloc(0).  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3453a231a6 
								
							
								 
							
						 
						
							
							
								
								lavc: remove misc disabled cruft.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f6265e011 
								
							
								 
							
						 
						
							
							
								
								Fix parser: mark av_parser_parse() for removal on next major bump  
							
							Fix the breakage introduced with 9073ca6c6e 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9073ca6c6e 
								
							
								 
							
						 
						
							
							
								
								parser: mark av_parser_parse() for removal on next major bump  
							
							Fixes build with the bump, since the prototype is already marked for
removal. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59cb40b921 
								
							
								 
							
						 
						
							
							
								
								Fix index_entries pos:  
							
							It was being set wrong for files with data_offset > 0
Patch by Michael Chinen, mchinen gmail
Originally committed as revision 25239 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c01694c889 
								
							
								 
							
						 
						
							
							
								
								saner default value for convergence_duration  
							
							Originally committed as revision 24002 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6858ce2ffc 
								
							
								 
							
						 
						
							
							
								
								Fix typo.  
							
							Originally committed as revision 22936 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								32e543f866 
								
							
								 
							
						 
						
							
							
								
								Replace  @returns  by  @return .  
							
							Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b27758bc02 
								
							
								 
							
						 
						
							
							
								
								Fetch timestamp for the first frame of field only if frame_offset and  
							
							next_frame_offset are not set, because second field has next frame offset set
but not frame_offset, otherwise this wrongly fetch timestamp for the
second field.
Originally committed as revision 19244 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6645e8ca2f 
								
							
								 
							
						 
						
							
							
								
								do not reference remainder packets in the parser, fix timestamps fetching  
							
							Originally committed as revision 18958 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b283ba26ce 
								
							
								 
							
						 
						
							
							
								
								Add handling of frame position in the parser.  
							
							Originally committed as revision 17823 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7115cbda30 
								
							
								 
							
						 
						
							
							
								
								Consider all packets in the parser, not just ones with timestamps,  
							
							this should greatly simplify handling of packet pos.
Originally committed as revision 17733 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2cc304215d 
								
							
								 
							
						 
						
							
							
								
								Favor container packets that end after the first byte of the access  
							
							unit in fetch_timestamp(). This should make no difference for valid
streams but may help invalid ones, also its needed for future changes.
Originally committed as revision 17732 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a4c7a5ea27 
								
							
								 
							
						 
						
							
							
								
								Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead  
							
							of calling it at the end of a frame with a large negative offset.
This significantly reduces the maximal distance in container packets between
the point where the first byte of the "access unit" was stored and where
we call ff_fetch_timestamp() thus reducing the constraints on our parser.
Also change the parser from next_frame_offset to cur, this is needed
because now the reference is from container packet start instead of
frame start. (i previously misinterpreted this as bug)
Originally committed as revision 17731 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27ca0a79c9 
								
							
								 
							
						 
						
							
							
								
								Add timestamp computation if values are exported by decoder.  
							
							Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17574 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b1fa494205 
								
							
								 
							
						 
						
							
							
								
								Add convergence_duration to AVCodecParserContext.  
							
							Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17468 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6363af44da 
								
							
								 
							
						 
						
							
							
								
								Add key_frame to AVCodecParserContext, used in libavformat.  
							
							Initialized to -1 in parser.c for backward compatibility.
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17442 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								98a8ce4964 
								
							
								 
							
						 
						
							
							
								
								add state64 field to ParseContext storing last 8 bytes, to be able to check for longer startcodes  
							
							Originally committed as revision 15671 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c8714ea1b3 
								
							
								 
							
						 
						
							
							
								
								Use av_freep() in ff_parse_close().  
							
							Originally committed as revision 15654 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e6df765ed3 
								
							
								 
							
						 
						
							
							
								
								Mark list heads static. Patch by Diego Pettenò  
							
							Originally committed as revision 15548 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								44b79c6022 
								
							
								 
							
						 
						
							
							
								
								indent  
							
							Originally committed as revision 13628 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e4e3230ea5 
								
							
								 
							
						 
						
							
							
								
								Only store timestamps when there are timestamps.  
							
							Originally committed as revision 13627 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								05d1d160bc 
								
							
								 
							
						 
						
							
							
								
								Our MPEG-TS demuxer does not send complete PES packets but sends them  
							
							piecewise, thus the end values cannot be used for associating timestamps.
Originally committed as revision 13626 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebdd73778c 
								
							
								 
							
						 
						
							
							
								
								cosmetic  
							
							Originally committed as revision 13624 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ec0c5d482e 
								
							
								 
							
						 
						
							
							
								
								Allow matching timestamps to be removed by fetch_timestamp().  
							
							Originally committed as revision 13623 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								21e305891c 
								
							
								 
							
						 
						
							
							
								
								Add off argument so that fetch_timestamp can search for timestamps  
							
							not associated with the first byte of access units.
Originally committed as revision 13622 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cd6144948a 
								
							
								 
							
						 
						
							
							
								
								Factorize fetch_timestamp() into its own function  
							
							Originally committed as revision 13621 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4791778579 
								
							
								 
							
						 
						
							
							
								
								unused variable  
							
							Originally committed as revision 13620 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								591569b596 
								
							
								 
							
						 
						
							
							
								
								indent  
							
							Originally committed as revision 13616 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26f237254d 
								
							
								 
							
						 
						
							
							
								
								Rename last_frame_offset to next_frame_offset.  
							
							(it was and is the next not the last)
Originally committed as revision 13615 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb63a4b37c 
								
							
								 
							
						 
						
							
							
								
								Simplify parser core.  
							
							Originally committed as revision 13613 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87b6ea8458 
								
							
								 
							
						 
						
							
							
								
								indent  
							
							Originally committed as revision 13411 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99c1c3887d 
								
							
								 
							
						 
						
							
							
								
								allow av_parser_close(NULL)  
							
							fixes issue300
Originally committed as revision 13410 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f96bafb27 
								
							
								 
							
						 
						
							
							
								
								Return an error when realloc fails.  
							
							Patch by Andy Gocke (agocke gmail com)
Originally committed as revision 12581 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9701840bb5 
								
							
								 
							
						 
						
							
							
								
								add FF_ prefix to all (frame)_TYPE usage  
							
							Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55b9e69a31 
								
							
								 
							
						 
						
							
							
								
								av_*_next() API for libavcodec  
							
							Originally committed as revision 11204 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1fddeecd1d 
								
							
								 
							
						 
						
							
							
								
								remove no more useful includes  
							
							Originally committed as revision 8943 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								99ff31dc75 
								
							
								 
							
						 
						
							
							
								
								move aac and ac3 parsers in their own files  
							
							Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c53d2d9042 
								
							
								 
							
						 
						
							
							
								
								make some parser parameters const to avoid casting const to non-const  
							
							Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0cb4172803 
								
							
								 
							
						 
						
							
							
								
								move mpegaudio_parser in it's own file  
							
							Originally committed as revision 8899 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2e911fac8 
								
							
								 
							
						 
						
							
							
								
								move mpeg4video_parser in it's own file  
							
							Originally committed as revision 8898 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98d0205145 
								
							
								 
							
						 
						
							
							
								
								Move AC3 header parsing code together with the rest of the AC3 parsing code.  
							
							Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a74008a4c3 
								
							
								 
							
						 
						
							
							
								
								timestamps generation improvement when parsing avi  
							
							patch by Joakim \ elupus chez ecce dot se /
original thread:
date: 03/19/2007 01:47 AM
subject: [Ffmpeg-devel] [RFC] Improvement for the odd timestamp generation when parser is in use.
Originally committed as revision 8725 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago