summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod)Michael Niedermayer2006-05-18
| | | | Originally committed as revision 5405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont write LAVF_ID if bitexact and any meta tag is setMichael Niedermayer2006-05-18
| | | | Originally committed as revision 5404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify meta tag writing codeMichael Niedermayer2006-05-18
| | | | Originally committed as revision 5403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seeking, typo provoking hard segfaultBaptiste Coudurier2006-05-18
| | | | Originally committed as revision 5402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix keyframe check, stss might be there but count set to 0Baptiste Coudurier2006-05-18
| | | | Originally committed as revision 5401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG FourCC for MPEG-2 video.Diego Biurrun2006-05-17
| | | | Originally committed as revision 5391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper PTS generation for Smacker audioKostya Shishkov2006-05-17
| | | | Originally committed as revision 5390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov2006-05-17
| | | | Originally committed as revision 5389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix avc nal parsingBaptiste Coudurier2006-05-15
| | | | Originally committed as revision 5382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pcm_s24be demuxing, simplifyBaptiste Coudurier2006-05-15
| | | | Originally committed as revision 5381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-14
| | | | Originally committed as revision 5379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mulaw muxingBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write wave if not neededBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix AMR muxing in movBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm 24/32 le/be supportBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-05-13
| | | | Originally committed as revision 5374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean and simplifyBaptiste Coudurier2006-05-13
| | | | Originally committed as revision 5373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks some might have been exploitableMichael Niedermayer2006-05-13
| | | | 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-12
| | | | | | | 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-12
| | | | Originally committed as revision 5367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogm demuxingMåns Rullgård2006-05-11
| | | | Originally committed as revision 5365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix spliting chunks, simplifyBaptiste Coudurier2006-05-11
| | | | 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-10
| | | | Originally committed as revision 5359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix damr atom, needed for quicktime playerBaptiste Coudurier2006-05-10
| | | | Originally committed as revision 5358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, undef DEBUGBaptiste Coudurier2006-05-09
| | | | Originally committed as revision 5354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* assing correct codec_id for mjpegbBaptiste Coudurier2006-05-09
| | | | 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-09
| | | | Originally committed as revision 5352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further simplify AMR build.Diego Biurrun2006-05-06
| | | | 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-04
| | | | | | 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-01
| | | | Originally committed as revision 5340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable lavf NUT until it is synced to specOded Shimon2006-04-23
| | | | 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-20
| | | | 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-20
| | | | 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-19
| | | | Originally committed as revision 5303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVID DV fourccBaptiste Coudurier2006-04-19
| | | | Originally committed as revision 5302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionBaptiste Coudurier2006-04-19
| | | | Originally committed as revision 5301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always skip garbage at end of atomBaptiste Coudurier2006-04-19
| | | | Originally committed as revision 5300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move declaration to mov.hBaptiste Coudurier2006-04-19
| | | | 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-15
| | | | | | 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-14
| | | | 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-14
| | | | Originally committed as revision 5287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write mdat in write_header avoid check in write_packetBaptiste Coudurier2006-04-13
| | | | Originally committed as revision 5286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont write stss atom if keyframes onlyBaptiste Coudurier2006-04-11
| | | | Originally committed as revision 5284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix edts for tracks without b framesBaptiste Coudurier2006-04-10
| | | | 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-07
| | | | Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix demuxing of AVIs with pad streams.Kostya Shishkov2006-04-06
| | | | 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-04
| | | | 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-04
| | | | | | high ... Originally committed as revision 5267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing DV-in-AVI type1 packet production bugRoman Shaposhnik2006-04-01
| | | | 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-01
| | | | | | | | | | | | 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