1afddbe59e 
								
							
								 
							
						 
						
							
							
								
								avpacket: use AVBuffer to allow refcounting the packets.  
							
							This will allow us to avoid copying the packets in many cases.
This breaks ABI. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								36ef5369ee 
								
							
								 
							
						 
						
							
							
								
								Replace all CODEC_ID_* with AV_CODEC_ID_*  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba445f5557 
								
							
								 
							
						 
						
							
							
								
								id3v2enc: add a function for writing attached pictures.  
							
							Unused so far. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								411225aabc 
								
							
								 
							
						 
						
							
							
								
								id3v2enc: split ff_id3v2_write().  
							
							This will allow writing the tag in several steps, needed for writing
attached pictures. 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								393fd0d89e 
								
							
								 
							
						 
						
							
							
								
								id3v2: remove unused ff_id3v2_read().  
							
							Rename ff_id3v2_read_all to ff_id3v2_read(). 
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								079ea6ca5f 
								
							
								 
							
						 
						
							
							
								
								lavf: export id3v2 attached pictures as streams.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a93b09cb45 
								
							
								 
							
						 
						
							
							
								
								id3v2: read attached pictures and export them in ID3v2ExtraMeta.  
							
							
								
							
							
						 
						13 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								16ad77b357 
								
							
								 
							
						 
						
							
							
								
								Move id3v2 tag writing to a separate file.  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e71ebb1972 
								
							
								 
							
						 
						
							
							
								
								id3v2: fix doxy comment - 'machine byte order' makes no sense on char arrays  
							
							Signed-off-by: Diego Biurrun <diego@biurrun.de> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c4a378855e 
								
							
								 
							
						 
						
							
							
								
								id3v2: reduce the scope of some non-globally-used symbols/structures  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a1526cd78f 
								
							
								 
							
						 
						
							
							
								
								id3v2: Fix some (function) pointer types.  
							
							Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a019dffe5 
								
							
								 
							
						 
						
							
							
								
								id3v2: add support for non-text and GEOB type tag frames  
							
							This extends the ID3v2 parser to allow for reading of non-text (i.e.
other than T***) meta tag frames providing a ff_id3v2_read_all()
function. An additional data structure 'ID3v2ExtraMeta' is introduced
for these tags since AVDictionary is string oriented and unsuitable
for binary data.
A parser for tag frames of type GEOB is implemented, which is needed
to extract keyring information from encrypted OMA files. GEOB data
is parsed into 'ID3v2ExtraMetaGEOB' data structures.
The routine to decode characters from different encodings to UTF-8,
formerly part of the read_ttag() function, is moved to its own
function. Because some tag frames contain subparts of unknown length,
the function is now also able to read until a null character is found.
In addition, the function now takes care of allocating a buffer long
enough to hold the decoded characters.
Signed-off-by: David Goldwich <david.goldwich@gmail.com>
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  
				
					
						
							
							
								 
						
							
							
							
								
							
								fe01dd8d74 
								
							
								 
							
						 
						
							
							
								
								id3v2: split tables for various ID3v2 versions  
							
							This is needed for upcoming ID3v2.3 muxing support.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit cb6bc57681 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cb6bc57681 
								
							
								 
							
						 
						
							
							
								
								id3v2: split tables for various ID3v2 versions  
							
							This is needed for upcoming ID3v2.3 muxing support.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								eeb0b893e3 
								
							
								 
							
						 
						
							
							
								
								id3v2: use an enum for encodings instead of magic numbers.  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit d66eff3685 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b3158f7a42 
								
							
								 
							
						 
						
							
							
								
								id3v2: make ff_id3v2_parse static  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 46a2da7698 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d66eff3685 
								
							
								 
							
						 
						
							
							
								
								id3v2: use an enum for encodings instead of magic numbers.  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								46a2da7698 
								
							
								 
							
						 
						
							
							
								
								id3v2: make ff_id3v2_parse static  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a07d158bd 
								
							
								 
							
						 
						
							
							
								
								id3v2: use a named constant instead of 0x02  
							
							Originally committed as revision 25902 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b8ab52e702 
								
							
								 
							
						 
						
							
							
								
								Fix Doxygen function parameter documentation syntax.  
							
							Originally committed as revision 23978 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49bd8e4b84 
								
							
								 
							
						 
						
							
							
								
								Fix grammar errors in documentation  
							
							Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3a1350e8d9 
								
							
								 
							
						 
						
							
							
								
								Generalize ID3v2 functions to support ID3v2-like ID headers with a  
							
							different magic in the header (mainly targeted to Sony's .oma/.aa3
format).
Patch by Michael Karcher, ffmpeg A mkarcher dialup fu-berlin de
Originally committed as revision 23583 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						15 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								cf671d0543 
								
							
								 
							
						 
						
							
							
								
								Remove extraneous const keyword  
							
							Originally committed as revision 20263 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								078d89a2b0 
								
							
								 
							
						 
						
							
							
								
								MP3 muxer: Write all metadata.  
							
							Patch by Anton Khirnov <wyskas at gmail dot com>
Originally committed as revision 20170 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6378b06208 
								
							
								 
							
						 
						
							
							
								
								Add id3v2 metadata conversion table and use it in mp3 muxer.  
							
							Patch by Anton Khirnov, wyskas gmail
Originally committed as revision 20073 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								50fcd5be36 
								
							
								 
							
						 
						
							
							
								
								Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.  
							
							patch by Patrick Dehne, patrick mysonicweb com
Originally committed as revision 19224 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7541118286 
								
							
								 
							
						 
						
							
							
								
								Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.  
							
							patch by Patrick Dehne, patrick mysonicweb com
Originally committed as revision 19155 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						16 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  
				
					
						
							
							
								 
						
							
							
							
								
							
								2ea512a6c2 
								
							
								 
							
						 
						
							
							
								
								Factorise id3v2 header parsing from mp3.c to be shared  
							
							Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 16615 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8b22017f38 
								
							
								 
							
						 
						
							
							
								
								Move aanscales tables to their own file; fixes compilation without encoders.  
							
							based on a patch by David Geldreich, david.geldreich free fr
Originally committed as revision 15939 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95137bbbb4 
								
							
								 
							
						 
						
							
							
								
								Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.  
							
							Originally committed as revision 15552 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								987903826b 
								
							
								 
							
						 
						
							
							
								
								Globally rename the header inclusion guard names.  
							
							Consistently apply this rule: the guard name is obtained from the
filename by stripping the leading "lib", converting '/' and '.'  to
'_' and uppercasing the resulting name. Guard names in the root
directory have to be prefixed by "FFMPEG_".
Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f1c80e3578 
								
							
								 
							
						 
						
							
							
								
								Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and  
							
							move it from sdp.c into utils.c. Also add new header internal.h specifically
for lavf-specific internal API. See discussion in "Realmedia patch" thread
on mailinglist.
Originally committed as revision 15002 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c5e56a813b 
								
							
								 
							
						 
						
							
							
								
								Revert r14497  
							
							Log:
	Add missing header #includes.
Policy violation (change not approved by maintainer)
and while discussions where ongoing and no consensus has been reached.
Originally committed as revision 14500 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2e11268ea9 
								
							
								 
							
						 
						
							
							
								
								Add missing header #includes.  
							
							Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0a838e525 
								
							
								 
							
						 
						
							
							
								
								Add missing #includes to fix 'make checkheaders'.  
							
							Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5b21bdabe4 
								
							
								 
							
						 
						
							
							
								
								Add FFMPEG_ prefix to all multiple inclusion guards.  
							
							Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7fa9d0dd8f 
								
							
								 
							
						 
						
							
							
								
								Remove copyright from a function prototype  
							
							Originally committed as revision 10214 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								98561024ac 
								
							
								 
							
						 
						
							
							
								
								Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)  
							
							Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f5a90186d7 
								
							
								 
							
						 
						
							
							
								
								Add missing license headers.  
							
							Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						18 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e3e105b38a 
								
							
								 
							
						 
						
							
							
								
								added include for ffserver dynamically loaded modules  
							
							Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						23 years ago