cb45553f57 
								
							
								 
							
						 
						
							
							
								
								Remove pointless #undefs of previously forbidden functions.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								716d413c13 
								
							
								 
							
						 
						
							
							
								
								Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								11d1ca4b2c 
								
							
								 
							
						 
						
							
							
								
								Use avcodec_free_frame() to free AVFrames.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								36ef5369ee 
								
							
								 
							
						 
						
							
							
								
								Replace all CODEC_ID_* with AV_CODEC_ID_*  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								afd8a3957b 
								
							
								 
							
						 
						
							
							
								
								output-example: K&R formatting cosmetics, comment spelling fixes  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93f6d0475f 
								
							
								 
							
						 
						
							
							
								
								avf: make the example output the proper message  
							
							av_dump_format needs the codecs opened in order to print
them. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28db30aa29 
								
							
								 
							
						 
						
							
							
								
								avf: fix audio writing in the output-example  
							
							av_init_packet does not reset data and size fields in AVPacket,
avcodec_encode_audio2 can use preallocated AVPacket. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5ff42e3138 
								
							
								 
							
						 
						
							
							
								
								lavf/output-example: use new audio encoding API correctly.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e9ed7c7ae 
								
							
								 
							
						 
						
							
							
								
								lavf/output-example: more proper usage of the new API.  
							
							Passing the codec into avformat_new_stream() is preferred. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aac63cef20 
								
							
								 
							
						 
						
							
							
								
								examples: unbreak compilation  
							
							Update api so it will compile again. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4dccfff9dd 
								
							
								 
							
						 
						
							
							
								
								tests/examples: Mark some variables only used within their files as static.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a5d6c23c5 
								
							
								 
							
						 
						
							
							
								
								tests/tools/examples: Replace direct exit() calls by return.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3b3bbdd3e6 
								
							
								 
							
						 
						
							
							
								
								lavf,lavd: replace av_new_stream->avformat_new_stream part I.  
							
							Trivial replacements with sed are done in this commit:
sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/' 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0ebcdf5cda 
								
							
								 
							
						 
						
							
							
								
								Do not include mathematics.h in avutil.h  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7537a6fce 
								
							
								 
							
						 
						
							
							
								
								doxygen: Include libavcodec and libavformat examples into the documentation  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59d96941f0 
								
							
								 
							
						 
						
							
							
								
								avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols  
							
							Make AVIO_FLAG_ access constants work as flags, and in particular fix
the behavior of functions (such as avio_check()) which expect them to
be flags rather than modes.
This breaks API. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f87b1b373a 
								
							
								 
							
						 
						
							
							
								
								avio: AVIO_ prefixes for URL_ open flags.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22a3212e32 
								
							
								 
							
						 
						
							
							
								
								avio: rename url_fopen/fclose -> avio_open/close.  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								610219a598 
								
							
								 
							
						 
						
							
							
								
								lavf: add av_ prefix to dump_format()  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d6e4c160a 
								
							
								 
							
						 
						
							
							
								
								Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum  
							
							SampleFormat with AVSampleFormat.
Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1f1916cea2 
								
							
								 
							
						 
						
							
							
								
								output-example: Set sample_fmt to SAMPLE_FMT_S16.  
							
							Originally committed as revision 23597 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc947f04cc 
								
							
								 
							
						 
						
							
							
								
								Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.  
							
							Patch by Jean-Daniel Dupas, devlists shadowlab org
Originally committed as revision 22744 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								72415b2adb 
								
							
								 
							
						 
						
							
							
								
								Define AVMediaType enum, and use it instead of enum CodecType, which  
							
							is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								54a4f36d6e 
								
							
								 
							
						 
						
							
							
								
								Remove conditional M_PI definition, it is already defined in  
							
							libavutil/mathematics.h indirectly included by libavformat/avformat.h.
Originally committed as revision 21388 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a52ce57d4e 
								
							
								 
							
						 
						
							
							
								
								Replace deprecated guess_format() with av_guess_format().  
							
							Patch by Martin Storsjö reverse(<ts.nitram@nitram>).
Originally committed as revision 21387 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								073189917e 
								
							
								 
							
						 
						
							
							
								
								Make output-example.c handle AAC audio.  
							
							Patch by Martin Storsjö martin martin st
Originally committed as revision 21367 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c15508dc93 
								
							
								 
							
						 
						
							
							
								
								Use enums instead of int.  
							
							Originally committed as revision 19568 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d95a0c67ae 
								
							
								 
							
						 
						
							
							
								
								Move output_example.c --> libavformat/output-example.c.  
							
							The libavformat directory is a better place for a libavformat API example.
Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a6f925b8f7 
								
							
								 
							
						 
						
							
							
								
								Make output_example use av_interleaved_write_frame() instead of av_write_frame().  
							
							Patch by Art Clarke (standard login name) xuggle com
Originally committed as revision 17428 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c12b0d86ad 
								
							
								 
							
						 
						
							
							
								
								Set global header flag for every container that requires it.  
							
							Patch by Art Clarke a$(name) xuggle com
Originally committed as revision 17425 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de43a23977 
								
							
								 
							
						 
						
							
							
								
								av_write_trailer() must be done before closing codecs.  
							
							Patch by aclarke a xuggle d com
Originally committed as revision 17422 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8e2fd8e1d4 
								
							
								 
							
						 
						
							
							
								
								Replace the calls to the deprecated av_alloc_format_context() with  
							
							corresponding calls to avformat_alloc_context().
Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								817a3de916 
								
							
								 
							
						 
						
							
							
								
								Reindent after last commit  
							
							Originally committed as revision 14346 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb34e75d2a 
								
							
								 
							
						 
						
							
							
								
								Do not rescale AV_NOPTS_VALUE in output_example.c  
							
							Originally committed as revision 14345 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2343a04092 
								
							
								 
							
						 
						
							
							
								
								Remove redundant #undef statements that were mistakenly committed.  
							
							Originally committed as revision 13099 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								245976da2a 
								
							
								 
							
						 
						
							
							
								
								Use full path for #includes from another directory.  
							
							Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								899681cd1d 
								
							
								 
							
						 
						
							
							
								
								Use dynamically allocated ByteIOContext in AVFormatContext  
							
							patch by: Björn Axelsson, bjorn d axelsson a intinor d se
thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007
Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								755bfeabcc 
								
							
								 
							
						 
						
							
							
								
								misc spelling fixes  
							
							Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								364a960704 
								
							
								 
							
						 
						
							
							
								
								Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.  
							
							Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0afd2a92bd 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Fix a common typo, sepErate --> sepArate.  
							
							Originally committed as revision 8047 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a40de11209 
								
							
								 
							
						 
						
							
							
								
								Use a more correct value for Pi.  
							
							Originally committed as revision 8024 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d915e827e 
								
							
								 
							
						 
						
							
							
								
								Use av_malloc instead of plain malloc where appropriate  
							
							Patch by Ramiro Polla % ramiro86 A hotmail.com %
Original thread:
Date: Aug 20, 2006 5:00 AM
Subject: [Ffmpeg-devel] [PATCH] plain malloc in output_example.c
Originally committed as revision 6125 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								03ae87a3e8 
								
							
								 
							
						 
						
							
							
								
								Move output_example.c and ffplay.c to the swscale interface  
							
							Originally committed as revision 5923 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						19 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8720de5b76 
								
							
								 
							
						 
						
							
							
								
								fix memleak, based upon a patch by Wolfram Gloger  
							
							Originally committed as revision 4947 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ceaf1909c1 
								
							
								 
							
						 
						
							
							
								
								add static keyword to some functions  
							
							patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4913 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b28c8c355 
								
							
								 
							
						 
						
							
							
								
								time_base description by Rich Felker | dalias, aerifal cx  
							
							Originally committed as revision 4536 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b5bc8591ee 
								
							
								 
							
						 
						
							
							
								
								10l (!= vs. >)  
							
							Originally committed as revision 4468 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01f4895c68 
								
							
								 
							
						 
						
							
							
								
								changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility  
							
							Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								002c01a6f3 
								
							
								 
							
						 
						
							
							
								
								fixing output_example to work with current CVS libavcodec/libavformat patch by ("Andreas U. Trottmann": andreas trottmann, werft22 com)  
							
							Originally committed as revision 4424 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						20 years ago