23d9cc4563 
								
							
								 
							
						 
						
							
							
								
								Support raw TrueHD files  
							
							Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd36f175ab 
								
							
								 
							
						 
						
							
							
								
								Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly  
							
							seeking before data_offset and is more consistent with how the generic index
seeking code handles it.
Originally committed as revision 17964 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4022fe01a6 
								
							
								 
							
						 
						
							
							
								
								Change the timebase of the raw demuxer to one that can represent the ts of fields.  
							
							Originally committed as revision 17675 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81f052cb7d 
								
							
								 
							
						 
						
							
							
								
								Separate the raw FLAC demuxer from raw.c and put in a new file,  
							
							flacdec.c.
Originally committed as revision 17660 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								caee91f7d0 
								
							
								 
							
						 
						
							
							
								
								Separate the raw FLAC muxer from raw.c to its own file, flacenc.c.  
							
							Originally committed as revision 17601 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b81350a866 
								
							
								 
							
						 
						
							
							
								
								consistent naming of Chinese AVS raw demuxer  
							
							Originally committed as revision 17527 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9f2fc1268c 
								
							
								 
							
						 
						
							
							
								
								add raw demuxer for Chinese AVS elementary streams  
							
							Originally committed as revision 17473 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ff9843ca39 
								
							
								 
							
						 
						
							
							
								
								Add a context to av_log() call.  
							
							Originally committed as revision 17376 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b4ee1d3911 
								
							
								 
							
						 
						
							
							
								
								Make format long_names consistent.  
							
							Originally committed as revision 17360 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bbfb80f363 
								
							
								 
							
						 
						
							
							
								
								Whitespace cosmetics to align return statements.  
							
							Originally committed as revision 16826 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16f753f43f 
								
							
								 
							
						 
						
							
							
								
								Check buffer is inside what is passed when probing for flac.  
							
							Originally committed as revision 16825 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6cde949a20 
								
							
								 
							
						 
						
							
							
								
								Handle ID3v2 tags in raw FLAC streams by skipping them.  
							
							Patch by David DeHaven (dave sagetv com)
Originally committed as revision 16764 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac3ef4a41b 
								
							
								 
							
						 
						
							
							
								
								Fix probing of files with ID3v2 tags. Discussed at  
							
							http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-January/059302.html 
Originally committed as revision 16688 to svn://svn.ffmpeg.org/ffmpeg/trunk 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								406792e7b0 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Remove pointless period after copyright statement non-sentences.  
							
							Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b250f9c66d 
								
							
								 
							
						 
						
							
							
								
								Change semantic of CONFIG_*, HAVE_* and ARCH_*.  
							
							They are now always defined to either 0 or 1.
Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								492322fccc 
								
							
								 
							
						 
						
							
							
								
								Remove silly FIXME comment.  
							
							Originally committed as revision 16122 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2ba0cdd527 
								
							
								 
							
						 
						
							
							
								
								ADTS AAC probe.  
							
							fixes issue400
Originally committed as revision 15977 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bd09e8a7df 
								
							
								 
							
						 
						
							
							
								
								raw dnxhd de/muxer  
							
							Originally committed as revision 15674 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bf9067cf3e 
								
							
								 
							
						 
						
							
							
								
								Assume mono if no other information for raw.  
							
							Should fix issue687
Originally committed as revision 15631 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								e1a12934c5 
								
							
								 
							
						 
						
							
							
								
								write number of samples in FLAC extradata.  
							
							based on a patch by Mathieu Velten (matmaul gmail com).
Originally committed as revision 15324 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bdf6972c4b 
								
							
								 
							
						 
						
							
							
								
								change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it  
							
							correctly this time.
Originally committed as revision 15147 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								75198e7a6d 
								
							
								 
							
						 
						
							
							
								
								simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.  
							
							Originally committed as revision 15145 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d951ef86d 
								
							
								 
							
						 
						
							
							
								
								check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER  
							
							Originally committed as revision 15144 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2988c93d94 
								
							
								 
							
						 
						
							
							
								
								create a separate codec_id for E-AC-3  
							
							Originally committed as revision 15143 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ee7948cb8d 
								
							
								 
							
						 
						
							
							
								
								Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio.  
							
							Originally committed as revision 14930 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4c00864f31 
								
							
								 
							
						 
						
							
							
								
								Surround format-specific functions with matching preprocessor conditionals.  
							
							Originally committed as revision 14783 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7402ee234a 
								
							
								 
							
						 
						
							
							
								
								Surround AVInputFormat declarations with format-specific #ifdefs.  
							
							Originally committed as revision 14782 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								964454263c 
								
							
								 
							
						 
						
							
							
								
								Replace generic CONFIG_MUXERS preprocessor condition around format-specific  
							
							functions by more appropriate format-specific preprocessor conditions.
Originally committed as revision 14781 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bcb5430abe 
								
							
								 
							
						 
						
							
							
								
								Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat  
							
							declarations by more specific CONFIG_FOOBAR_MUXER conditions.
Originally committed as revision 14780 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								082f7acfc4 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Remove redundant #endif comments that are very close to the #ifdef  
							
							condition.  This will make upcoming diffs smaller.
Originally committed as revision 14779 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fb9f111710 
								
							
								 
							
						 
						
							
							
								
								cosmetics: misc spelling fixes  
							
							Originally committed as revision 14778 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d701934bef 
								
							
								 
							
						 
						
							
							
								
								check url_fseek return value  
							
							Originally committed as revision 14490 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								01037451f9 
								
							
								 
							
						 
						
							
							
								
								Detect IDR less H.264 correctly.  
							
							Fixes maybeH264_dumpvideo
Originally committed as revision 14424 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								010acd8ea1 
								
							
								 
							
						 
						
							
							
								
								h264_probe()  
							
							Originally committed as revision 14186 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								76d3242835 
								
							
								 
							
						 
						
							
							
								
								Alphabetically order AVInputFormat/AVOutputFormat declarations.  
							
							Originally committed as revision 14100 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								900eb63dd3 
								
							
								 
							
						 
						
							
							
								
								Add a note to remind people to add new raw formats to the Makefile.  
							
							Originally committed as revision 14099 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ac1ea66e17 
								
							
								 
							
						 
						
							
							
								
								spelling cosmetics in PCM codec long names  
							
							Originally committed as revision 14097 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b64a036c0 
								
							
								 
							
						 
						
							
							
								
								remove useless close funcs  
							
							Originally committed as revision 13835 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ffa5ed2464 
								
							
								 
							
						 
						
							
							
								
								cosmetics: s/Id/id/ in libavformat where Id refers to id Software.  
							
							patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13662 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								16e861e3ee 
								
							
								 
							
						 
						
							
							
								
								raw mlp demuxer  
							
							Based on patch by Jeff Muizelaar <jrmuizel <at> gmail.org>
http://article.gmane.org/gmane.comp.video.ffmpeg.devel/57797 
Originally committed as revision 13558 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d9133126d3 
								
							
								 
							
						 
						
							
							
								
								Replace some occurrences of 0 with CODEC_ID_NONE.  
							
							Fixes icc warning #188 : enumerated type mixed with another type
Originally committed as revision 13135 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								fde8052e4e 
								
							
								 
							
						 
						
							
							
								
								dts probe  
							
							Originally committed as revision 13040 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								17ac9f1c38 
								
							
								 
							
						 
						
							
							
								
								Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards,  
							
							patch extracted by Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDoTuk.
Originally committed as revision 13031 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60711e9599 
								
							
								 
							
						 
						
							
							
								
								raw GSM demuxer (does not work yet as parser is missing)  
							
							Originally committed as revision 13013 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0af2fa445 
								
							
								 
							
						 
						
							
							
								
								set demuxers .value and use common audio_read_header function  
							
							Originally committed as revision 13012 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								55736cfbd2 
								
							
								 
							
						 
						
							
							
								
								change ff_ac3_parse_header() to take a GetBitContext instead of const char*  
							
							Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c675ef7025 
								
							
								 
							
						 
						
							
							
								
								Compute AC3 frame CRC for stronger raw AC3 format probing.  
							
							Closes issue64.
Originally committed as revision 12920 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago