c18545929e 
								
							
								 
							
						 
						
							
							
								
								Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *  
							
							Originally committed as revision 14947 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c30a4489b4 
								
							
								 
							
						 
						
							
							
								
								export sample_aspect_ratio read by the demuxer in a separate field  
							
							that the one read by the decoder.
Originally committed as revision 14932 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff9c8d7c6f 
								
							
								 
							
						 
						
							
							
								
								Add flag to mark demuxers that can output discontinuous timestamps.  
							
							(could also be added to muxers if someone wants)
Originally committed as revision 14777 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0d84a8f6ae 
								
							
								 
							
						 
						
							
							
								
								increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm  
							
							Originally committed as revision 14715 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c97429e22b 
								
							
								 
							
						 
						
							
							
								
								Implement avformat_version().  
							
							Originally committed as revision 14667 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c5b1731b7 
								
							
								 
							
						 
						
							
							
								
								Maintain pointer to end of AVFormatContext.packet_buffer list  
							
							This changes add_to_pktbuf() to maintain a pointer to the last entry
in the list, avoiding a linear walk-through on each call.  Before this
change, add_to_pktbuf() could take a significant amount of time (10%
of total decoding time), even with input files of several minutes.
After the change, the time spent in this function is barely measurable
with oprofile.
Originally committed as revision 14654 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5e56a813b 
								
							
								 
							
						 
						
							
							
								
								Revert r14497  
							
							Log:
	Add missing header #includes.
Policy violation (change not approved by maintainer)
and while discussions where ongoing and no consensus has been reached.
Originally committed as revision 14500 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e11268ea9 
								
							
								 
							
						 
						
							
							
								
								Add missing header #includes.  
							
							Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								327ce5e6e6 
								
							
								 
							
						 
						
							
							
								
								SMPTE 421M Annex L (aka .rcv) muxer  
							
							Originally committed as revision 14352 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0bef08e516 
								
							
								 
							
						 
						
							
							
								
								New codec probing system try  #1 .  
							
							Originally committed as revision 14184 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b8cc860a1 
								
							
								 
							
						 
						
							
							
								
								Motion Pixels MVI Demuxer.  
							
							Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14147 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72e043dd0f 
								
							
								 
							
						 
						
							
							
								
								One-bit bitfields should probably be unsigned. Unfortunately, it is left  
							
							up to the compiler on how one bit fields are treated. gcc treats one-bit
bitfields as signed and allows for the -funsigned-field parameter. Other
compilers (like Sun C) treat one-bit bitfields as unsigned no matter what.
Patch by Erik Hovland erik hovland org
Originally committed as revision 14131 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								45b2b05f8e 
								
							
								 
							
						 
						
							
							
								
								Make timestamp debugging work nicer.  
							
							Originally committed as revision 13728 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3438d82d4b 
								
							
								 
							
						 
						
							
							
								
								remove ugly ffm_nopts hack, use AVFormatContext->timestamp  
							
							Originally committed as revision 13718 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bde15e74de 
								
							
								 
							
						 
						
							
							
								
								Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste.it
along with some spelling/consistency fixes for the long names by me
Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								abd2256dbe 
								
							
								 
							
						 
						
							
							
								
								Pass time_base as argument to new_chapter() as well.  
							
							This fixes the wrong timebase the matroska demuxer had after my previous commits.
Maybe we should reduce new_chapter() to just (AVFormatContext, int id) ?
Originally committed as revision 13266 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f6e76ba476 
								
							
								 
							
						 
						
							
							
								
								Document pts/dts.  
							
							Originally committed as revision 13265 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c37f43a0d 
								
							
								 
							
						 
						
							
							
								
								Make ff_new_chapter() return AVChapter instead of int so its consistant with  
							
							av_new_program() and its simpler to set other fields in AVChapter which arent
set by ff_new_chapter().
Originally committed as revision 13262 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbabf1e944 
								
							
								 
							
						 
						
							
							
								
								nb_chapters should be unsigned  
							
							Originally committed as revision 13261 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c8202cc92 
								
							
								 
							
						 
						
							
							
								
								s/num_chapters/nb_chapters/ all other similar variables are called nb_*.  
							
							Originally committed as revision 13260 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a2a3e8e40 
								
							
								 
							
						 
						
							
							
								
								Add id to AVChapter, untested (where do i find matroska files with chapters?).  
							
							Originally committed as revision 13255 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8931e7b48a 
								
							
								 
							
						 
						
							
							
								
								clarify start/end timebase  
							
							Originally committed as revision 13254 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c2fb6be4a6 
								
							
								 
							
						 
						
							
							
								
								align comments  
							
							Originally committed as revision 13253 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2974f1676 
								
							
								 
							
						 
						
							
							
								
								chapter id and timebase  
							
							Originally committed as revision 13252 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79d7836a5e 
								
							
								 
							
						 
						
							
							
								
								add support for chapters definition in lavf  
							
							patch by Anton Khirnov  wyskas _at_ gmail _dot_ com
Originally committed as revision 13240 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								903a2e8628 
								
							
								 
							
						 
						
							
							
								
								Avoid using reserved __names.  
							
							Originally committed as revision 12946 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3a027f5e66 
								
							
								 
							
						 
						
							
							
								
								IFF demuxer  
							
							Patch by Jai Menon (realityman <at> gmx.net)
Originally committed as revision 12633 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d952638699 
								
							
								 
							
						 
						
							
							
								
								typo: occured --> occurred  
							
							Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb96da4902 
								
							
								 
							
						 
						
							
							
								
								rl2 demuxer  
							
							Originally committed as revision 12545 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0f3444e17c 
								
							
								 
							
						 
						
							
							
								
								MSN TCP Webcam stream demuxer.  
							
							Originally committed as revision 12492 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa9f4208b6 
								
							
								 
							
						 
						
							
							
								
								ipod/iphone compatible mp4 muxer  
							
							Originally committed as revision 12458 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ffa71b2bbb 
								
							
								 
							
						 
						
							
							
								
								Typo + grammar  
							
							Originally committed as revision 12385 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ab8ab30c3d 
								
							
								 
							
						 
						
							
							
								
								Introduce max_picture_buffer variable in AVFormatContext,  
							
							set by rtbufsize option.
Originally committed as revision 12383 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								90c2295b24 
								
							
								 
							
						 
						
							
							
								
								Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing  
							
							of matroska and nut.
Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								800c289a66 
								
							
								 
							
						 
						
							
							
								
								less preprocessor magic in version number macros  
							
							Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76a448ed4f 
								
							
								 
							
						 
						
							
							
								
								Install headers in $prefix/include/$libname  
							
							Install each library's headers in $prefix/include/$libname.
The installed headers use #include "lib*/*.h"; applications
are expected to do the same.
Specify only $prefix/include in .pc files.
Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								635fbcb17f 
								
							
								 
							
						 
						
							
							
								
								revert 12156  
							
							Log:
Make timestamp interpolation work with mpeg2 field pictures.
Cleaner/simpler solutions are welcome.
----
A IMHO cleaner solution has been implemented.
Originally committed as revision 12162 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff2635b273 
								
							
								 
							
						 
						
							
							
								
								Make timestamp interpolation work with mpeg2 field pictures.  
							
							Cleaner/simpler solutions are welcome.
Originally committed as revision 12156 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e97ac1e6f5 
								
							
								 
							
						 
						
							
							
								
								Clean up lib* version definitions  
							
							Updating version numbers now requires changing only one place.
Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eda178d273 
								
							
								 
							
						 
						
							
							
								
								SMPTE 421 Annex L format demuxer  
							
							Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f8d7c9d373 
								
							
								 
							
						 
						
							
							
								
								Add support for Matroska attachments.  
							
							patch by eugeni _dot_ stepanov _at_ gmail.com and myself
Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dfb400a8ea 
								
							
								 
							
						 
						
							
							
								
								new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com  
							
							Originally committed as revision 11574 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3dea63bd7e 
								
							
								 
							
						 
						
							
							
								
								user specifyable maximum amount of memory to use for the index.  
							
							patch by Paul Kelly  paul stjohnspoint co uk
with some changes by me
Originally committed as revision 11521 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2576a9ecec 
								
							
								 
							
						 
						
							
							
								
								Correct doxy about timestamp units of read_timestamp().  
							
							Originally committed as revision 11364 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de14759e97 
								
							
								 
							
						 
						
							
							
								
								Document return of read_timestamp.  
							
							Originally committed as revision 11363 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8bfb108b3e 
								
							
								 
							
						 
						
							
							
								
								comment typo fixes  
							
							Originally committed as revision 11294 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								91fd7398f4 
								
							
								 
							
						 
						
							
							
								
								typo ;)  
							
							Originally committed as revision 11287 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba66ae94a0 
								
							
								 
							
						 
						
							
							
								
								Document a few more structure change rules with relation to ABI/API.  
							
							Originally committed as revision 11283 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								252f17e292 
								
							
								 
							
						 
						
							
							
								
								Document structure change rules with relation to ABI/API.  
							
							Originally committed as revision 11281 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f47b9f4828 
								
							
								 
							
						 
						
							
							
								
								Increase minor version due to new av_close_input_stream  
							
							Originally committed as revision 11270 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago