1b7ecc1662 
								
							
								 
							
						 
						
							
							
								
								Add xd55 codec tag for XDCAM HD422 720p25 CBR files.  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2912e87a6c 
								
							
								 
							
						 
						
							
							
								
								Replace FFmpeg with Libav in licence headers  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								35d7d6f748 
								
							
								 
							
						 
						
							
							
								
								Add one more avc intra fourcc and extend the description  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8f935b9271 
								
							
								 
							
						 
						
							
							
								
								Add more AVC Intra FOURCCs  
							
							Also change the comments a bit since the FOURCCs aren't specific to Flip4Mac
and different ones are used for 720 versus 1080 lines.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b7effd4e83 
								
							
								 
							
						 
						
							
							
								
								avio: avio_ prefixes for get_* functions  
							
							In the name of consistency:
get_byte           -> avio_r8
get_<type>         -> avio_r<type>
get_buffer         -> avio_read
get_partial_buffer will be made private later
get_strz is left out becase I want to change it later to return
something useful.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae628ec1fd 
								
							
								 
							
						 
						
							
							
								
								avio: rename ByteIOContext to AVIOContext.  
							
							Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ed19fafd48 
								
							
								 
							
						 
						
							
							
								
								pass QDMC extradata to the decoder  
							
							Makes playing QDMC files in MPlayer work when using the libavformat demuxer.
Problem was that the extradata was not passed from demuxer to decoder.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e65b1934bf 
								
							
								 
							
						 
						
							
							
								
								Add ProRes FOURCCs to isom.c  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa42cce57d 
								
							
								 
							
						 
						
							
							
								
								Add AVC-Intra identifiers used by Flip4Mac for mov files  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dfd2a005eb 
								
							
								 
							
						 
						
							
							
								
								Replace dprintf with av_dlog  
							
							dprintf clashes with POSIX.1-2008 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								798c6facb7 
								
							
								 
							
						 
						
							
							
								
								In ts demuxer, support aac flexmux using extradata in iods, issue  #2346  
							
							Originally committed as revision 25806 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c9b8762856 
								
							
								 
							
						 
						
							
							
								
								xdcam hd422 720p24 fourcc in mov  
							
							Originally committed as revision 25336 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d8e456400e 
								
							
								 
							
						 
						
							
							
								
								Correct tag is m2v1  
							
							Originally committed as revision 25271 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								826481ea91 
								
							
								 
							
						 
						
							
							
								
								Remove duplicate entries  
							
							Originally committed as revision 25264 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3432c26319 
								
							
								 
							
						 
						
							
							
								
								Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osx  
							
							Originally committed as revision 25263 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4383692896 
								
							
								 
							
						 
						
							
							
								
								Add R10k decoder.  
							
							Original patch by Zhou Zongyi, zhouzy A os pku edu cn, resubmitted by
James Darnley, james.darnley gmail, changes by me.
Originally committed as revision 25115 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9a191b3a21 
								
							
								 
							
						 
						
							
							
								
								Support gray16be and rgb48be in mov  
							
							Originally committed as revision 23608 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								414ba8e35f 
								
							
								 
							
						 
						
							
							
								
								More mov rawvideo fourcc  
							
							Originally committed as revision 23480 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								80b39e1ca6 
								
							
								 
							
						 
						
							
							
								
								Move AVCodecTag from riff.h into internal.h.  
							
							Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								029ddf333c 
								
							
								 
							
						 
						
							
							
								
								Store strings directly in mov_mdhd_language_map instead of using pointers,  
							
							which has a up to 200% overhead.
Also allows to use memcpy instead of strcpy.
Originally committed as revision 21560 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1c90d2985d 
								
							
								 
							
						 
						
							
							
								
								Always consider the mov language code as 4 bytes fixed size and change the  
							
							function declaration to reflect this.
Originally committed as revision 21558 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								832ec42858 
								
							
								 
							
						 
						
							
							
								
								Simplify conversion to 5-bit ASCII.  
							
							Originally committed as revision 21557 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								59ea69ef54 
								
							
								 
							
						 
						
							
							
								
								Support decoding of Avid uncompressed mov files, fixes issue 1685.  
							
							Originally committed as revision 21223 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a0ae3e41f3 
								
							
								 
							
						 
						
							
							
								
								Support decoding Avid 1:1x codec, (partially) fixes issue1684.  
							
							Originally committed as revision 21222 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4aaab0a328 
								
							
								 
							
						 
						
							
							
								
								Add decoder for R210 (uncompressed 10-bit RGB) codec.  
							
							Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7c4b7d0f41 
								
							
								 
							
						 
						
							
							
								
								support pcm_f32/64le in mov  
							
							Originally committed as revision 20649 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c3988a59ce 
								
							
								 
							
						 
						
							
							
								
								Add MP4 object type for ALS.  
							
							Originally committed as revision 20578 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								42022e0362 
								
							
								 
							
						 
						
							
							
								
								add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov  
							
							patch by Andrew Wason
Originally committed as revision 20439 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc2d2a07d5 
								
							
								 
							
						 
						
							
							
								
								Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.  
							
							Originally committed as revision 20250 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0b389aee4d 
								
							
								 
							
						 
						
							
							
								
								Add '.mp1' for MP1 audio in MOV/CAF.  
							
							Tested with streamcopy of 'mp1-sample.mp1' in incoming.
Originally committed as revision 19212 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b46f18e5d2 
								
							
								 
							
						 
						
							
							
								
								Add ".mp2" as a fourcc for mp2 audio in MOV.  Fixes a problematic MOV file.  
							
							Originally committed as revision 19211 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								67fe508916 
								
							
								 
							
						 
						
							
							
								
								Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2),  
							
							which is documented to be MPEG-1 video.  Adding fourcc to isom.c.
Originally committed as revision 19180 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								86b61d4241 
								
							
								 
							
						 
						
							
							
								
								Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of  
							
							adding entries to codec_movaudio_tags.
This ensures ADPCM_IMA_WAV uses the standard ms prefix when muxing to mov
rather than TS.
Originally committed as revision 19177 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								761cb87173 
								
							
								 
							
						 
						
							
							
								
								Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a problematic MOV file.  
							
							The audio is actually adpcm_ima_wav.
Originally committed as revision 19176 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								94d3d6a468 
								
							
								 
							
						 
						
							
							
								
								DPX (Digital Picture Exchange) image decoder  
							
							patch by Jimmy Christensen, jimmy ghost dk
Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								34edd9948d 
								
							
								 
							
						 
						
							
							
								
								Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4  
							
							Originally committed as revision 19162 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								14ed2d9983 
								
							
								 
							
						 
						
							
							
								
								Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.  
							
							Originally committed as revision 19161 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								be43ae6651 
								
							
								 
							
						 
						
							
							
								
								Add alternate fourcc for QCELP audio (qclq).  Fixes a problematic MOV file.  
							
							Originally committed as revision 19159 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e131922e48 
								
							
								 
							
						 
						
							
							
								
								v210 mov fourcc  
							
							Originally committed as revision 18803 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c239a65b70 
								
							
								 
							
						 
						
							
							
								
								more dvcprohd .mov fourcc, see  #1034  
							
							Originally committed as revision 18738 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3dd2f87e61 
								
							
								 
							
						 
						
							
							
								
								Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.  
							
							Patch by Jai Menon
Originally committed as revision 18316 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2904fd398f 
								
							
								 
							
						 
						
							
							
								
								return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking  
							
							Originally committed as revision 17611 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dce25564cc 
								
							
								 
							
						 
						
							
							
								
								'code' is used to index a table so make it unsigned  
							
							this prevents using negative index and possibly crashing with broken files
Originally committed as revision 16714 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								f620488654 
								
							
								 
							
						 
						
							
							
								
								Add support for muxing mov/mp4/3gp timed text streams  
							
							Originally committed as revision 16531 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								18cb36fd57 
								
							
								 
							
						 
						
							
							
								
								activate jpeg2000 fourcc in mov/mj2  
							
							Originally committed as revision 16185 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4d35964d01 
								
							
								 
							
						 
						
							
							
								
								WRAW fourcc  
							
							Originally committed as revision 16001 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								37d3e0667a 
								
							
								 
							
						 
						
							
							
								
								uses FF_ARRAY_ELEMS() where appropriate  
							
							Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9b5ede5b64 
								
							
								 
							
						 
						
							
							
								
								Add (additional) const to many global tables.  
							
							Originally committed as revision 15515 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c4e02d702c 
								
							
								 
							
						 
						
							
							
								
								change the logic to mux 13818-3 and 11172-3 in mp4, less code  
							
							Originally committed as revision 15190 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago