|  Anton Khirnov | 75647dea6f | oggparseogm: check timing variables Fixes a potential divide by zero.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:libav-stable@libav.org | 12 years ago | 
				
					
						|  Martin Storsjö | 19b9659f31 | oggparseogm: Convert to use bytestream2 Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st> | 12 years ago | 
				
					
						|  Luca Barbato | 7751e4693d | ogg: check that the expected number of headers had been parsed Not having the header for a codec is a tell-tale of a broken file. | 13 years ago | 
				
					
						|  Anton Khirnov | 36ef5369ee | Replace all CODEC_ID_* with AV_CODEC_ID_* | 13 years ago | 
				
					
						|  Michael Niedermayer | f0b4a505d8 | oggparseogm: fix order of arguments of avpriv_set_pts_info(). Signed-off-by: Anton Khirnov <anton@khirnov.net> | 13 years ago | 
				
					
						|  Anton Khirnov | 1bb3990b56 | ogg: don't set codec timebase Demuxers are not supposed to set it. | 14 years ago | 
				
					
						|  Anton Khirnov | c3f9ebf743 | lavf: make av_set_pts_info private. It's supposed to be called only from (de)muxers. | 14 years ago | 
				
					
						|  Mans Rullgard | e65ab9d94f | Remove unused variables | 14 years ago | 
				
					
						|  Reimar Döffinger | a351110eea | Always use av_set_pts_info to set the stream time base. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | 14 years ago | 
				
					
						|  Jean-Daniel Dupas | 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 | 
				
					
						|  Stefano Sabatini | 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 | 
				
					
						|  David Conrad | 3477897e5a | oggdec: Set packet duration for ogm streams Originally committed as revision 22493 to svn://svn.ffmpeg.org/ffmpeg/trunk | 15 years ago | 
				
					
						|  David Conrad | 2e5085854c | oggdec: Cosmetics Originally committed as revision 22476 to svn://svn.ffmpeg.org/ffmpeg/trunk | 15 years ago | 
				
					
						|  David Conrad | d8ba748359 | oggdec: Read ogm metadata Originally committed as revision 22475 to svn://svn.ffmpeg.org/ffmpeg/trunk | 15 years ago | 
				
					
						|  David Conrad | 5e15c7d95b | Fix PTS for OGM codecs. Fixes issue251
Originally committed as revision 20815 to svn://svn.ffmpeg.org/ffmpeg/trunk | 16 years ago | 
				
					
						|  Daniel Verkamp | 1a40491ef2 | Add ff_ prefixes to exported symbols in libavformat/riff.h. patch by Daniel Verkamp, aniel drv nu
Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk | 16 years ago | 
				
					
						|  Stefano Sabatini | 9106a698e7 | Rename bitstream.h to get_bits.h. Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk | 16 years ago | 
				
					
						|  Måns Rullgård | 77be08eeb1 | OGG: untypedef demuxer structs Originally committed as revision 15784 to svn://svn.ffmpeg.org/ffmpeg/trunk | 17 years ago | 
				
					
						|  Reimar Döffinger | 547ea47d4f | Add ff_ prefix to ogg_codec_t structs Originally committed as revision 14951 to svn://svn.ffmpeg.org/ffmpeg/trunk | 17 years ago | 
				
					
						|  Reimar Döffinger | cd34bc7617 | Make ogg_codec_t descriptions const Originally committed as revision 14948 to svn://svn.ffmpeg.org/ffmpeg/trunk | 17 years ago | 
				
					
						|  Justin Ruggles | b2677aa2a1 | parse audio in ogm demuxer. fixes issue165.
Originally committed as revision 13407 to svn://svn.ffmpeg.org/ffmpeg/trunk | 17 years ago | 
				
					
						|  Diego Biurrun | 245976da2a | Use full path for #includes from another directory. Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk | 17 years ago | 
				
					
						|  Baptiste Coudurier | 73965d1b96 | const Originally committed as revision 11763 to svn://svn.ffmpeg.org/ffmpeg/trunk | 18 years ago | 
				
					
						|  Reimar Döffinger | 2331e31c23 | Add support for ogg text subtitles. Originally committed as revision 11698 to svn://svn.ffmpeg.org/ffmpeg/trunk | 18 years ago | 
				
					
						|  Måns Rullgård | e1a794b272 | set PKT_FLAG_KEY for Theora and OGM streams Originally committed as revision 11002 to svn://svn.ffmpeg.org/ffmpeg/trunk | 18 years ago | 
				
					
						|  Diego Biurrun | a0ddef24ce | Rename ogg2.[ch] to oggdec.[ch]. Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk | 18 years ago | 
				
					
						|  Måns Rullgård | 6927c84c82 | ogm: don't use deprecated codec_get_{bmp,wav}_id() Originally committed as revision 9529 to svn://svn.ffmpeg.org/ffmpeg/trunk | 18 years ago | 
				
					
						|  Måns Rullgård | 78c3c1881f | use bytestream_get_* and AV_RLxx Originally committed as revision 9525 to svn://svn.ffmpeg.org/ffmpeg/trunk | 18 years ago | 
				
					
						|  Måns Rullgård | 9d9f4119bd | move common stuff from avienc.c and wav.c to new file riff.c Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk | 19 years ago | 
				
					
						|  Måns Rullgård | 3644cb8ff9 | set stream time_base properly Originally committed as revision 5367 to svn://svn.ffmpeg.org/ffmpeg/trunk | 19 years ago | 
				
					
						|  Måns Rullgård | e1203ac098 | ogm demuxing Originally committed as revision 5365 to svn://svn.ffmpeg.org/ffmpeg/trunk | 19 years ago |