Janne Grunau
							
						 
						
							
							
							
								
							
								b2f893acc8 
								
							
								 
							
						 
						
							
							
								
								Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find_info_tag  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit c3dbfa1afd ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								0ef52334ec 
								
							
								 
							
						 
						
							
							
								
								lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 09d171b988 ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Reinhard Tartler
							
						 
						
							
							
							
								
							
								7ffe76e540 
								
							
								 
							
						 
						
							
							
								
								Merge libavcore into libavutil  
							
							 
							
							 
							
							
								
							
							
							Done to keep ABI compatible. Otherwise this is just silly 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Mans Rullgard
							
						 
						
							
							
							
								
							
								2f6c6a3462 
								
							
								 
							
						 
						
							
							
								
								APIchanges: update for 55bad0c: vbv_delay  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 8ed4cc65a1 )
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Anssi Hannula
							
						 
						
							
							
							
								
							
								d3c4829a0d 
								
							
								 
							
						 
						
							
							
								
								APIchanges: update for  12c14cd 
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 77c330a046 ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Mans Rullgard
							
						 
						
							
							
							
								
							
								3c9fcab554 
								
							
								 
							
						 
						
							
							
								
								apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flag  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 935ee1b9bb ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Mans Rullgard
							
						 
						
							
							
							
								
							
								30391c6b5c 
								
							
								 
							
						 
						
							
							
								
								Update APIchanges for  910b5b8 
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 08a459f096 ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Ronald S. Bultje
							
						 
						
							
							
							
								
							
								f94317fd07 
								
							
								 
							
						 
						
							
							
								
								Add missing git rev hash.  
							
							 
							
							 
							
							
								
							
							
							(cherry picked from commit f2146944fc ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Alexander Strange
							
						 
						
							
							
							
								
							
								043d2ff267 
								
							
								 
							
						 
						
							
							
								
								Deprecate avcodec_thread_init()  
							
							 
							
							 
							
							
								
							
							
							As a side effect of the last commit, avcodec_open() now calls it automatically,
so there is no longer any need for clients to call it.
Instead they should set AVCodecContext.thread_count.
avcodec_thread_free() is deprecated, and will be removed from avcodec.h at the
next MAJOR libavcodec bump.
Rename the functions to ff_thread_init/free, since they are now internal.
Wrappers are provided to maintain API compatibility.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit c0b102ca03 ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Ronald S. Bultje
							
						 
						
							
							
							
								
							
								03e3cb8777 
								
							
								 
							
						 
						
							
							
								
								Add missing git rev hash.  
							
							 
							
							 
							
							
								
							
							
							(cherry picked from commit 8e8cc52be3 ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Alexander Strange
							
						 
						
							
							
							
								
							
								b38f008ea6 
								
							
								 
							
						 
						
							
							
								
								Frame-based multithreading framework using pthreads  
							
							 
							
							 
							
							
								
							
							
							See doc/multithreading.txt for details on use in codecs.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Ronald S. Bultje
							
						 
						
							
							
							
								
							
								8a278ad30d 
								
							
								 
							
						 
						
							
							
								
								Add missing git revision hask.  
							
							 
							
							 
							
							
								
							
							
							(cherry picked from commit c2bd7578af ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Anssi Hannula
							
						 
						
							
							
							
								
							
								070e5ba560 
								
							
								 
							
						 
						
							
							
								
								lavf: rename ff_probe_input_buffer to make it public  
							
							 
							
							 
							
							
								
							
							
							It is useful for applications that hand input data directly to lavf via
a ByteIOContext.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 3940caad02 ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Janne Grunau
							
						 
						
							
							
							
								
							
								17a1919027 
								
							
								 
							
						 
						
							
							
								
								add APIChanges entry for  fe9a3fb 
							
							 
							
							 
							
							
								
							
							
							(cherry picked from commit 7ab8758baf ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Ronald S. Bultje
							
						 
						
							
							
							
								
							
								561ca02066 
								
							
								 
							
						 
						
							
							
								
								Fill in missing date.  
							
							 
							
							 
							
							
								
							
							
							(cherry picked from commit ae0f8a1a33 ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Ronald S. Bultje
							
						 
						
							
							
							
								
							
								340a20ea65 
								
							
								 
							
						 
						
							
							
								
								Update MINOR and set git rev for non-blocking flag API addition.  
							
							 
							
							 
							
							
								
							
							
							(cherry picked from commit efdd67cb00 ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Nicolas George
							
						 
						
							
							
							
								
							
								f4bd5800ac 
								
							
								 
							
						 
						
							
							
								
								Non-blocking protocols: flag and documentation  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit fe174fc8fc ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Martin Storsjö
							
						 
						
							
							
							
								
							
								8cf2d3d3d7 
								
							
								 
							
						 
						
							
							
								
								Add an APIchanges entry for avformat_free_context  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ff19748977 ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Tomas Härdin
							
						 
						
							
							
							
								
							
								e3bf3d533d 
								
							
								 
							
						 
						
							
							
								
								Add APIchanges entry for lavc 52.109.0  
							
							 
							
							 
							
							
								
							
							
							Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 75fd0668df ) 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								e921bd57e3 
								
							
								 
							
						 
						
							
							
								
								Add forgotten minor API bumps and APIChanges entries  
							
							 
							
							 
							
							
								
							
							
							The bumps are for adding version.h and avio_{get/put}_str functions in
lavf and making av_dlog public in lavu.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								7b3ea5507c 
								
							
								 
							
						 
						
							
							
								
								Add sample_aspect_ratio fields to vsrc_buffer arguments.  
							
							 
							
							 
							
							
								
							
							
							This fixes aspect handling in ffmpeg
This is based on a patch by baptiste 
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								14b171cd71 
								
							
								 
							
						 
						
							
							
								
								Add sample_aspect_ratio to AVFilterLink  
							
							 
							
							
								
							
							
						 
						14 years ago  
					 
				
					
						
							
							
								   Carl Eugen Hoyos
							
						 
						
							
							
							
								
							
								3a45a3f3c1 
								
							
								 
							
						 
						
							
							
								
								Fix date and revision for lavc 52.104.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 26399 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								a242ac3620 
								
							
								 
							
						 
						
							
							
								
								Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.  
							
							 
							
							 
							
							
								
							
							
							More consistent with the rest of FFmpeg and sounds more natural to
English speaking people.
Originally committed as revision 26374 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								f93fe7764b 
								
							
								 
							
						 
						
							
							
								
								Add APIchanges entry for the av_metadata_copy() addition.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 26361 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								81c623fae0 
								
							
								 
							
						 
						
							
							
								
								Deprecate reordered_opaque in favor of pkt_pts/dts  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 26262 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								1919feafb1 
								
							
								 
							
						 
						
							
							
								
								Add pkt_dts to AVFrame, this will in the future allow multithreading decoders  
							
							 
							
							 
							
							
								
							
							
							to not mess up dts
Originally committed as revision 26261 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Michael Niedermayer
							
						 
						
							
							
							
								
							
								393cbb963b 
								
							
								 
							
						 
						
							
							
								
								Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 26260 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Anssi Hannula
							
						 
						
							
							
							
								
							
								060ec0a829 
								
							
								 
							
						 
						
							
							
								
								Add av_get_profile_name() to get profile names.  
							
							 
							
							 
							
							
								
							
							
							Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26259 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								28e5d45c68 
								
							
								 
							
						 
						
							
							
								
								Bump lavfi minor and add an entry after r26108 (which added  
							
							 
							
							 
							
							
								
							
							
							AV_PERM_NEG_LINESIZES to avfilter.h).
Originally committed as revision 26111 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								d46c27552b 
								
							
								 
							
						 
						
							
							
								
								Fix date in APIchanges.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 26109 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								106f271fdc 
								
							
								 
							
						 
						
							
							
								
								Consistently prefer short library names in APIchanges.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 26106 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Nicolas George
							
						 
						
							
							
							
								
							
								9128ae08b3 
								
							
								 
							
						 
						
							
							
								
								Implement av_find_best_stream.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 26104 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Anton Khirnov
							
						 
						
							
							
							
								
							
								107a7e3e7b 
								
							
								 
							
						 
						
							
							
								
								lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 26103 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								0328b9ea39 
								
							
								 
							
						 
						
							
							
								
								Add av_file_map() and av_file_unmap() functions.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Nicolas George
							
						 
						
							
							
							
								
							
								0bc55f5d32 
								
							
								 
							
						 
						
							
							
								
								Add AVERROR_*_NOT_FOUND codes.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 26056 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								d22e9795e6 
								
							
								 
							
						 
						
							
							
								
								Fix typo.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 25924 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								c61cdd0afb 
								
							
								 
							
						 
						
							
							
								
								Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from  
							
							 
							
							 
							
							
								
							
							
							libavcodec to libavcore.
Remove another compile-time dependancy of libavfilter on libavcodec.
Originally committed as revision 25923 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								16cfc96124 
								
							
								 
							
						 
						
							
							
								
								Add CODEC_CAP_NEG_LINESIZES.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 25886 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								ab79ee12b9 
								
							
								 
							
						 
						
							
							
								
								Cosmetics: add empty line which was previously removed.  
							
							 
							
							 
							
							
								
							
							
							Improve readability.
Originally committed as revision 25882 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								bb4afa13dd 
								
							
								 
							
						 
						
							
							
								
								Deprecate avcodec_pix_fmt_string() in favor of  
							
							 
							
							 
							
							
								
							
							
							av_get_pix_fmt_string(), added to libavutil/pixdesc.h.
Originally committed as revision 25879 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								4da12e3b13 
								
							
								 
							
						 
						
							
							
								
								Implement av_image_alloc() and use it in  
							
							 
							
							 
							
							
								
							
							
							avfilter_default_get_video_buffer().
Originally committed as revision 25878 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								037be76e15 
								
							
								 
							
						 
						
							
							
								
								Add avfilter_graph_create_filter().  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 25862 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								d6adf44b06 
								
							
								 
							
						 
						
							
							
								
								Fix date in last APIchanges entry.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 25830 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								d38c340fdc 
								
							
								 
							
						 
						
							
							
								
								Implement avfilter_get_video_buffer_ref_from_arrays().  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 25827 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								176a6157c0 
								
							
								 
							
						 
						
							
							
								
								Move audio channel API from libavcodec to libavcore.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 25787 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Reimar Döffinger
							
						 
						
							
							
							
								
							
								e58d0392c5 
								
							
								 
							
						 
						
							
							
								
								Document added functions.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 25783 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Aurelien Jacobs
							
						 
						
							
							
							
								
							
								0985e1a3ca 
								
							
								 
							
						 
						
							
							
								
								move the av_parse_color() function from libavfilter to libavcore  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Aurelien Jacobs
							
						 
						
							
							
							
								
							
								c716f91757 
								
							
								 
							
						 
						
							
							
								
								minor bump and APIchanges for r25745  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 25752 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
					 
				
					
						
							
							
								   Stefano Sabatini
							
						 
						
							
							
							
								
							
								47c5e4145c 
								
							
								 
							
						 
						
							
							
								
								Fix revision number of the last APIchanges entry.  
							
							 
							
							 
							
							
								
							
							
							Originally committed as revision 25741 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago