d9e8b47e31 
								
							
								 
							
						 
						
							
							
								
								des: add av_des_alloc()  
							
							Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d8bea3bb2 
								
							
								 
							
						 
						
							
							
								
								xtea: add av_xtea_alloc()  
							
							Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae365453c3 
								
							
								 
							
						 
						
							
							
								
								rc4: add av_rc4_alloc()  
							
							Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a7df34c91 
								
							
								 
							
						 
						
							
							
								
								blowfish: add av_blowfish_alloc()  
							
							Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6877537ff3 
								
							
								 
							
						 
						
							
							
								
								hmac: add missing version bump and APIChanges entry  
							
							Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								363995296f 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: fill in some missing things  
							
							Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b94ec30428 
								
							
								 
							
						 
						
							
							
								
								lavc: Update version and APIchanges  
							
							Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c40ecffd31 
								
							
								 
							
						 
						
							
							
								
								Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATS  
							
							The stats are a superset of the quality factor, also allowing the picture type and encoder "PSNR" stats to be exported
This also replaces the native by fixed little endian order for the affected side data
AV_PKT_DATA_QUALITY_FACTOR is left as a synonym of AV_PKT_DATA_QUALITY_STATS
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5d3addb937 
								
							
								 
							
						 
						
							
							
								
								Add a quality factor packet side data  
							
							This is necessary to preserve the quality information currently exported
with coded_frame. Add the new side data to every encoder that needs it,
and use it in avconv.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a53540840d 
								
							
								 
							
						 
						
							
							
								
								APIchanges: Mention lavfi and lavd identification symbol addition  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8dad213143 
								
							
								 
							
						 
						
							
							
								
								lavc: Add properties field to AVCodecContext.  
							
							The new field can hold information about losslessness and closed captions for now. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								832129431f 
								
							
								 
							
						 
						
							
							
								
								lavu: Add version information for av_version_info()  
							
							Move the APIchange entry at the top. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1316df7aa9 
								
							
								 
							
						 
						
							
							
								
								lavu: add an API function to return the Libav version string  
							
							This returns something like "v12_dev0-1332-g333a27c". This is much more
useful than the individual library versions, of which there are too
many, and which are very hard to map back to releases or git commits.
Signed-off-by: Janne Grunau <janne-libav@jannau.net> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f91126643a 
								
							
								 
							
						 
						
							
							
								
								lavu: add an API function to return the FFmpeg version string  
							
							This returns something like "N-73264-gb54ac84". This is much more useful
than the individual library versions, of which there are too much and
which are very hard to map back to releases or git commits.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da8b228977 
								
							
								 
							
						 
						
							
							
								
								avformat/avio: Move avio_delete() avio_move() to avpriv_ namespace  
							
							This was suggested in the discussion about these functions
With this change the functions are available internally but are not
part of the public API
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80e18bb486 
								
							
								 
							
						 
						
							
							
								
								lavf/avio: Extend API with avio_move() and avio_delete()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a5f44bc446 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: fill in missing stuff  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6ddb109b90 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: Add 2.7 separator  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								252d6200c3 
								
							
								 
							
						 
						
							
							
								
								avio: Add avio_put_str16be  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6fd15d6e90 
								
							
								 
							
						 
						
							
							
								
								Revert addition of a few fixed_dsp functions to APIChanges  
							
							The header is not installed currently so the changes should not be in APIChanges
Found-by: Ronald S. Bultje and others
This reverts part of commit 19ed3e35a5 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								19ed3e35a5 
								
							
								 
							
						 
						
							
							
								
								libavutil/doc: Changes in documentation due to changes to fixed_dsp  
							
							New functions are added to fixed_dsp, so the documentation is changed
accordingly.
Signed-off-by: Nedeljko Babic <nedeljko.babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cc17b43d8d 
								
							
								 
							
						 
						
							
							
								
								swresample: Add swr_get_out_samples()  
							
							Previous version reviewed-by: Pavel Koshevoy <pkoshevoy@gmail.com>
Previous version reviewed-by: wm4 <nfxjfg@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f7cafb5d02 
								
							
								 
							
						 
						
							
							
								
								x86: add AV_CPU_FLAG_AVXSLOW flag  
							
							Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c312bfac4c 
								
							
								 
							
						 
						
							
							
								
								x86/cpu: add AV_CPU_FLAG_AVXSLOW flag  
							
							Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: James Almer <jamrial@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1fb9b2a283 
								
							
								 
							
						 
						
							
							
								
								avutil: Add av_q2intfloat()  
							
							This function allows writing AVRationals as IEEE floats without the need
of platform dependant float operations
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e7c5e17d4f 
								
							
								 
							
						 
						
							
							
								
								vda: Make output CVPixelBuffer format configurable  
							
							This is useful for client programs to ask for nv12 surfaces instead of the
current default (uyvy), since those are more efficient to decode to.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								541d75f9a0 
								
							
								 
							
						 
						
							
							
								
								avformat: add callback for opening further files  
							
							Previous version reviewed-by: wm4 <nfxjfg@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28eaf46da9 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: fill missing versions and hashes  
							
							Signed-off-by: James Almer <jamrial@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e0a403e1c2 
								
							
								 
							
						 
						
							
							
								
								vp9: add missing changelog and APIchanges entries for new VP9 profiles  
							
							Signed-off-by: James Almer <jamrial@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a7dd933b81 
								
							
								 
							
						 
						
							
							
								
								avcodec: Add av_packet_side_data_name()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								079b7f6eac 
								
							
								 
							
						 
						
							
							
								
								vp9: add profile names  
							
							Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								748d4816d9 
								
							
								 
							
						 
						
							
							
								
								avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c253340ae6 
								
							
								 
							
						 
						
							
							
								
								log: Introduce a more verbose debug level  
							
							And deprecate av_dlog macro. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								27f2746282 
								
							
								 
							
						 
						
							
							
								
								parseutils: Make av_small_strptime public  
							
							And use it in libavformat.
Based on a similar patch by Stefano Sabatini <stefasab@gmail.com>. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								26e0e393d0 
								
							
								 
							
						 
						
							
							
								
								lavf/avio: Add new types to AVIODirEntryType, bump minor version  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31886968d3 
								
							
								 
							
						 
						
							
							
								
								lavu/avstring: add av_append_path_component() funcion  
							
							Convinient function to build paths.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f613f238f9 
								
							
								 
							
						 
						
							
							
								
								lavf: Bump minor version and document directory listing API in doc/APIchanges.  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6fe2641d6e 
								
							
								 
							
						 
						
							
							
								
								lavc: add profile define for DTS Express  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c48456166e 
								
							
								 
							
						 
						
							
							
								
								lavc: add MMAL hardware decoder wrapper  
							
							Based on a patch by Rodger Combs.
Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b48ddc5f2 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: Fill in the xx  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34300866a8 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: Add 2.6 cut marker  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cca44764b9 
								
							
								 
							
						 
						
							
							
								
								avformat: add avformat_flush()  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81a91269a2 
								
							
								 
							
						 
						
							
							
								
								libavformat/avio: added avio_put_str16be  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31d2039cb4 
								
							
								 
							
						 
						
							
							
								
								h264_parser: export video format and dimensions  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b1d9ceec7 
								
							
								 
							
						 
						
							
							
								
								pixfmt: add a pixel format for QSV hwaccel  
							
							
								
							
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba22295e76 
								
							
								 
							
						 
						
							
							
								
								lavc: deprecate VIMA decoder  
							
							Signed-off-by: Paul B Mahol <onemda@gmail.com> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								faa8ffda2c 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: fill in missing dates and hashes  
							
							Also, move a misplaced block to the right position. 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1df841f154 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: updated Data stream changes in APIChange  
							
							Signed-off-by: Anshul Maheshwari <er.anshul.maheshwari@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								728685f37a 
								
							
								 
							
						 
						
							
							
								
								Add a side data type for audio service type.  
							
							Currently, audio service type is a field in AVCodecContext. However,
side data is more appropriate for this kind of information. 
							
						 
						11 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c50ddc10b2 
								
							
								 
							
						 
						
							
							
								
								doc/APIchanges: fill in the remaining missing dates  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						10 years ago