0ca36b4de7 
								
							
								 
							
						 
						
							
							
								
								Add LATM muxer  
							
							Signed-off-by: Janne Grunau <janne-libav@jannau.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb4ca26bdb 
								
							
								 
							
						 
						
							
							
								
								lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c6c6c1aaa6 
								
							
								 
							
						 
						
							
							
								
								add XMV demuxer  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f63440c59 
								
							
								 
							
						 
						
							
							
								
								lavf: add support for error_recognition, use it in avidec, and bump minor API version  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f2f523fffc 
								
							
								 
							
						 
						
							
							
								
								Add an APIChanges entry and bump minor versions for recent changes.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5f847bf61d 
								
							
								 
							
						 
						
							
							
								
								lavf: deprecate AVFormatContext.timestamp  
							
							It's replaced by 'creation_time' metadata tag. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d31e3f7ccc 
								
							
								 
							
						 
						
							
							
								
								gif: add loop private option.  
							
							Deprecate AVFormatContext.loop_output. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6002fdef5e 
								
							
								 
							
						 
						
							
							
								
								img2: add loop private option.  
							
							Deprecate AVFormatContext.loop_input. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e8d2e337e 
								
							
								 
							
						 
						
							
							
								
								lavf: deprecate AVStream.quality.  
							
							AVStream is no place for it and it's unused outside of ffmpeg anyway. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c44d716e7 
								
							
								 
							
						 
						
							
							
								
								Add minor bumps and APIChanges entries for lavf private options.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d16cccac98 
								
							
								 
							
						 
						
							
							
								
								movenc: Add RTP muxer/hinter options  
							
							Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e2e29c6247 
								
							
								 
							
						 
						
							
							
								
								rtspenc: Add RTP muxer options  
							
							Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0832122880 
								
							
								 
							
						 
						
							
							
								
								rtpenc: MP4A-LATM payload support  
							
							This is enabled with an AVOption on the RTP muxer. The SDP
generator looks for a latm flag in the rtpflags field.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								28734ac995 
								
							
								 
							
						 
						
							
							
								
								movenc: Deprecate the global RTP hinting flag, use a private AVOption instead  
							
							Instead of -fflags rtphint, set -movflags rtphint instead.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								30315a8d9c 
								
							
								 
							
						 
						
							
							
								
								avformat: Add fpsprobesize as an AVOption.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								17a5556db5 
								
							
								 
							
						 
						
							
							
								
								mpegts: add compute_pcr option.  
							
							Deprecate the corresponding AVFormatParameters field. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								153382e1b6 
								
							
								 
							
						 
						
							
							
								
								multiple inclusion guard cleanup  
							
							Add missing multiple inclusion guards; clean up #endif comments;
add missing library prefixes; keep guard names consistent. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b1ac139d89 
								
							
								 
							
						 
						
							
							
								
								Handle unicode file names on windows  
							
							All file names should be in UTF-8 within libavformat.
This is handled by mapping the open() function to an internal one
in os_support.h for windows.
fopen() could be overridden in the same way, but if that would be
used from ffmpeg.c, it would add a dependency on an ff prefixed
internal lavf function.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								84465f2180 
								
							
								 
							
						 
						
							
							
								
								applehttp: Handle AES-128 encrypted streams  
							
							This should hopefully fix roundup issue 2586.
This commit only implements it in the demuxer, not in the
protocol handler. If desired, some of the code could be
refactored to be shared by both implementations.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe8e039460 
								
							
								 
							
						 
						
							
							
								
								applehttp: Expose the stream bitrate via metadata  
							
							This helps callers to intelligently switch between bitrate
variants.
Signed-off-by: Martin Storsjö <martin@martin.st> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								df56d58339 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_INDEX_BUILT cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7f804085f1 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_URL_CLASS cruft.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5763e63913 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_SYMVER cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4c5acabb9 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_FIRST_FORMAT cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								583f6c67b6 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_PARAMETERS_CODEC_ID cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fc2d3a19c5 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_LAVF_UNUSED cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								58d5ff0abf 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_PARSE_FRAME_PARAM cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4df001d77f 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5048e36c99 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_URL_SPLIT cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c4efa7c229 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_UDP_GET_FILE cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								61573bf1ba 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_GUESS_FORMAT cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dcd4a7b62f 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_REGISTER_PROTOCOL cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								468644f6c1 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_URL_RESETBUF cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								575c18da1b 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_OLD_METADATA cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								761ad42968 
								
							
								 
							
						 
						
							
							
								
								lavf: remove FF_API_MAX_STREAMS cruft  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								139f3ac42d 
								
							
								 
							
						 
						
							
							
								
								Bump major versions of all libraries.  
							
							They've accumulated enough new APIs and corresponding deprecated cruft.
This breaks API and ABI. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ad4c50347a 
								
							
								 
							
						 
						
							
							
								
								add xWMA demuxer  
							
							Signed-off-by: Luca Barbato <lu_zero@gentoo.org> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								451d566f4b 
								
							
								 
							
						 
						
							
							
								
								lavf: postpone removal of public metadata conversion API  
							
							It's been deprecated only a few months ago, long after 0.6. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								548e62c5ae 
								
							
								 
							
						 
						
							
							
								
								lavf: postpone removal of deprecated avio functions  
							
							They've been deprecated very recently. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								86a89ae3f2 
								
							
								 
							
						 
						
							
							
								
								lavf: bump minor and add an APIChanges entry for the last avio changes  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0c68c80419 
								
							
								 
							
						 
						
							
							
								
								lavf: bump minor and add an APIChanges entry for avformat cleanup  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c3675dfe1e 
								
							
								 
							
						 
						
							
							
								
								lavf: rename avf_sdp_create to av_sdp_create.  
							
							The new name is more consistent with the rest of the API. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a9bf9d8e53 
								
							
								 
							
						 
						
							
							
								
								lavf: make av_guess_image2_codec internal  
							
							It doesn't look very useful as a public function. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5704b2b9a 
								
							
								 
							
						 
						
							
							
								
								lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4dcde00cfc 
								
							
								 
							
						 
						
							
							
								
								lavf: bump minor version and add an APIChanges entry for avio changes  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42315dabce 
								
							
								 
							
						 
						
							
							
								
								Chronomaster DFA decoder  
							
							Signed-off-by: Anton Khirnov <anton@khirnov.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bfaefd87dc 
								
							
								 
							
						 
						
							
							
								
								Bitmap Brothers JV demuxer  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2bbf82e65 
								
							
								 
							
						 
						
							
							
								
								Update version and APIchanges.  
							
							Update libavformat/version.h and doc/APIChanges after renaming
init_put_byte() and ByteIOContext to ffio_init_context() (private)
and AVIOContext, (public), and deprecating the originals. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								09d171b988 
								
							
								 
							
						 
						
							
							
								
								lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes  
							
							Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> 
							
						 
						14 years ago