aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* fix AMR muxing in movBaptiste Coudurier2006-05-131-16/+24
| | | | Originally committed as revision 5376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm 24/32 le/be supportBaptiste Coudurier2006-05-131-23/+46
| | | | Originally committed as revision 5375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-05-131-45/+9
| | | | Originally committed as revision 5374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean and simplifyBaptiste Coudurier2006-05-131-174/+156
| | | | Originally committed as revision 5373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks some might have been exploitableMichael Niedermayer2006-05-134-0/+53
| | | | Originally committed as revision 5370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can beJustin Ruggles2006-05-121-0/+30
| | | | | | | used with "-acodec copy" to either copy a flac file verbatim or extract the raw flac from an ogg-flac file. Originally committed as revision 5368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set stream time_base properlyMåns Rullgård2006-05-125-9/+14
| | | | Originally committed as revision 5367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogm demuxingMåns Rullgård2006-05-114-3/+165
| | | | Originally committed as revision 5365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix spliting chunks, simplifyBaptiste Coudurier2006-05-111-41/+25
| | | | Originally committed as revision 5363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, amr.c sets frame_size to 160, and sample size is always 8000Baptiste Coudurier2006-05-101-11/+3
| | | | Originally committed as revision 5359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix damr atom, needed for quicktime playerBaptiste Coudurier2006-05-101-4/+4
| | | | Originally committed as revision 5358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, undef DEBUGBaptiste Coudurier2006-05-091-1/+1
| | | | Originally committed as revision 5354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assing correct codec_id for mjpegbBaptiste Coudurier2006-05-091-2/+2
| | | | Originally committed as revision 5353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for raw flac decoding based on the .flac suffix of input files.Benjamin Larsson2006-05-091-0/+28
| | | | Originally committed as revision 5352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further simplify AMR build.Diego Biurrun2006-05-061-10/+2
| | | | Originally committed as revision 5347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix v4l grabbing with some webcams, and simplify the code.Flavio Pimentel Duarte2006-05-041-44/+29
| | | | | | Patch by Flavio Pimentel Duarte Originally committed as revision 5343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip null fourcc, fix ep2_mystery_m640_dummy.movBaptiste Coudurier2006-05-011-5/+6
| | | | Originally committed as revision 5340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable lavf NUT until it is synced to specOded Shimon2006-04-231-0/+5
| | | | Originally committed as revision 5312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* report to user if mmf with midi found (and not supported)Alex Beregszaszi2006-04-201-0/+4
| | | | Originally committed as revision 5308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid crash if there is a rtjpeg quant header but no video stream in fileReimar Döffinger2006-04-201-1/+1
| | | | Originally committed as revision 5305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set width and height even for mpeg4, pix_fmt to NONE will force decoding anwyayBaptiste Coudurier2006-04-191-7/+4
| | | | Originally committed as revision 5303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVID DV fourccBaptiste Coudurier2006-04-191-0/+1
| | | | Originally committed as revision 5302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-04-191-13/+13
| | | | Originally committed as revision 5301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always skip garbage at end of atomBaptiste Coudurier2006-04-191-7/+6
| | | | Originally committed as revision 5300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move declaration to mov.hBaptiste Coudurier2006-04-193-4/+1
| | | | Originally committed as revision 5299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.Diego Biurrun2006-04-151-1/+1
| | | | | | based on patch by Marcus Engene, ffmpeg AATT engene DDOOTT se Originally committed as revision 5295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean and simplify mov_write_packetBaptiste Coudurier2006-04-141-37/+29
| | | | Originally committed as revision 5289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get avcC profile and level indication from sps (from handbrake)Baptiste Coudurier2006-04-141-7/+8
| | | | Originally committed as revision 5287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write mdat in write_header avoid check in write_packetBaptiste Coudurier2006-04-131-6/+3
| | | | Originally committed as revision 5286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont write stss atom if keyframes onlyBaptiste Coudurier2006-04-111-2/+2
| | | | Originally committed as revision 5284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix edts for tracks without b framesBaptiste Coudurier2006-04-101-1/+4
| | | | Originally committed as revision 5282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-071-0/+1
| | | | Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix demuxing of AVIs with pad streams.Kostya Shishkov2006-04-061-0/+3
| | | | Originally committed as revision 5271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* little h.264 related hunk from diff between cvs and mobile hackerzMichael Niedermayer2006-04-041-2/+9
| | | | Originally committed as revision 5268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the PSP rejects video with too high bitrates so lets claim they arent too ↵Michael Niedermayer2006-04-041-4/+6
| | | | | | high ... Originally committed as revision 5267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing DV-in-AVI type1 packet production bugRoman Shaposhnik2006-04-011-2/+5
| | | | Originally committed as revision 5262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch simply adds demuxing support for AC-3 streams in DVB TSMåns Rullgård2006-04-011-0/+5
| | | | | | | | | | | | files. In these streams AC-3 is given type 0x06 (private stream) and includes a descriptor with either tag 0x6A or 0x7A. The code already handles ATSC AC-3 which uses stream type 0x81. All the new patch does is look for any stream type 0x06 that has a descriptor with the proper tag (i.e. 0x6A or 0x7A) and if found forces it to be recognized as an AC-3 stream. From Andy Brown <abrown at daqtron com> Originally committed as revision 5260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix memory leak on mpegts closeMåns Rullgård2006-04-011-0/+8
| | | | | | found by Andy Brown <abrown at daqtron com> Originally committed as revision 5259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix constraint violation: libavformat is not allowed to modify state of ↵D Richard Felker III2006-03-301-2/+2
| | | | | | caller, including rng state Originally committed as revision 5249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-275-1/+254
| | | | Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip 0byte packetsBaptiste Coudurier2006-03-271-0/+2
| | | | Originally committed as revision 5231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore wrong negative cts values created by quicktimeBaptiste Coudurier2006-03-271-0/+6
| | | | Originally committed as revision 5229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush packetsBaptiste Coudurier2006-03-271-0/+1
| | | | Originally committed as revision 5226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* let vorbis decoder init too, fix mi2_vorbis51.mp4Baptiste Coudurier2006-03-261-0/+3
| | | | Originally committed as revision 5223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mp3on4 detection, fix red.mp4Baptiste Coudurier2006-03-261-3/+13
| | | | Originally committed as revision 5222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix double free, priv_data is freed in av_open_input_streamBaptiste Coudurier2006-03-261-2/+0
| | | | Originally committed as revision 5221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use 64bit atom version if neededBaptiste Coudurier2006-03-261-20/+46
| | | | Originally committed as revision 5220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set random timestamps if they are not knownMichael Niedermayer2006-03-251-5/+3
| | | | Originally committed as revision 5219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing timebaseMichael Niedermayer2006-03-251-5/+5
| | | | Originally committed as revision 5218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename time variable to the more descriptive block_time.Steve L'Homme2006-03-251-5/+5
| | | | | | patch by Steve Lhomme steve.....lhomme..@..free.....fr Originally committed as revision 5216 to svn://svn.ffmpeg.org/ffmpeg/trunk