521d434fd5 
								
							
								 
							
						 
						
							
							
								
								Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.  
							
							Fixes issue 555.
Originally committed as revision 25034 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c32755570 
								
							
								 
							
						 
						
							
							
								
								In ogg muxer, free dyn allocated buffer, fix memleak  
							
							Originally committed as revision 24276 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								22fe18c1c0 
								
							
								 
							
						 
						
							
							
								
								In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe  
							
							when page buffer is bigger than default buffer size. Max page is 65k.
Originally committed as revision 24242 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ce2a9bc3c8 
								
							
								 
							
						 
						
							
							
								
								In ogg muxer, use random serial number of each ogg streams  
							
							Originally committed as revision 23302 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff85f58605 
								
							
								 
							
						 
						
							
							
								
								remove unused field  
							
							Originally committed as revision 23232 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95ca3b1e20 
								
							
								 
							
						 
						
							
							
								
								In ogg muxer, pack multiple frames into one page, much lower overhead  
							
							Originally committed as revision 23231 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2874c81cc8 
								
							
								 
							
						 
						
							
							
								
								Replace all remaining occurrences of AVERROR_NOMEM with  
							
							AVERROR(ENOMEM).
AVERROR_NOMEM is deprecated and will be dropped at the next libavutil
major bump.
Originally committed as revision 22791 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								aeef3ec6f0 
								
							
								 
							
						 
						
							
							
								
								Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.  
							
							Patch by James Darnley <james darnley at gmail>
Originally committed as revision 22606 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbe8c56dfe 
								
							
								 
							
						 
						
							
							
								
								Correctly write last 0 lacing value when packet size is multiple of 255, patch by Greg Maxwell, gmaxwell at gmail dot com  
							
							Originally committed as revision 22559 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								012dc2c426 
								
							
								 
							
						 
						
							
							
								
								Remove MAX_STREAMS usage in ogg and mxf muxers  
							
							Originally committed as revision 21526 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8746296818 
								
							
								 
							
						 
						
							
							
								
								Add Speex support to the Ogg muxer.  
							
							Originally committed as revision 20220 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e07b882b4d 
								
							
								 
							
						 
						
							
							
								
								Improve amortized worst case speed of the muxers packet interleaving code  
							
							from O(packets_in_the_file) to O(num_of_streams).
Originally committed as revision 19887 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								87b4dd3b96 
								
							
								 
							
						 
						
							
							
								
								oggenc: Change error log text. An error here does not necessarily mean  
							
							corrupted data.
Originally committed as revision 19248 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f2eadf4fe 
								
							
								 
							
						 
						
							
							
								
								oggenc: return error value from ogg_build_flac_headers()  
							
							Originally committed as revision 19247 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4315aa8b05 
								
							
								 
							
						 
						
							
							
								
								cosmetics: spacing and comments  
							
							Originally committed as revision 19246 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9a32230c3 
								
							
								 
							
						 
						
							
							
								
								oggenc: check for failed av_mallocz()  
							
							Originally committed as revision 19245 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59c6178a54 
								
							
								 
							
						 
						
							
							
								
								Use a shared function to validate FLAC extradata.  
							
							Originally committed as revision 17602 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1cc65cecb2 
								
							
								 
							
						 
						
							
							
								
								Move declaration of ff_interleave_add_packet to internal.h.  
							
							It is an internal function and should not be in an installed header.
Originally committed as revision 17070 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34c65ac668 
								
							
								 
							
						 
						
							
							
								
								function is static  
							
							Originally committed as revision 16886 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd5583bc2d 
								
							
								 
							
						 
						
							
							
								
								use new ff_interleave_add_packet  
							
							Originally committed as revision 16885 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc5c918ea8 
								
							
								 
							
						 
						
							
							
								
								Remove offset_t typedef and use int64_t directly instead.  
							
							The name offset_t is easily confused with the standard off_t type and
*_t is POSIX reserved namespace if any POSIX header is included.
Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f12c4bba79 
								
							
								 
							
						 
						
							
							
								
								add ogv extension  
							
							Originally committed as revision 14295 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0fb6c620c0 
								
							
								 
							
						 
						
							
							
								
								cosmetics, remove space  
							
							Originally committed as revision 14294 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								245976da2a 
								
							
								 
							
						 
						
							
							
								
								Use full path for #includes from another directory.  
							
							Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6e330816d4 
								
							
								 
							
						 
						
							
							
								
								fix Ogg/FLAC header size  
							
							Originally committed as revision 12626 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								37b74c8651 
								
							
								 
							
						 
						
							
							
								
								Fix issue 338:  
							
							Correctly interleave ogg packets per granule
and set eos correctly, 2 packets buffering is needed.
It duplicates interleave_per_dts a bit,
if someone has a good solution, I'll implement it.
Originally committed as revision 11867 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2dd3c9e0fa 
								
							
								 
							
						 
						
							
							
								
								it seems ogg requires granule to be -1 on unfinished packets  
							
							Originally committed as revision 11866 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								5118cae694 
								
							
								 
							
						 
						
							
							
								
								ogg muxer  
							
							Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago