summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* use standard codec tag if the specified tag is out of range and would beMåns Rullgård2006-06-16
| | | | | | truncated Originally committed as revision 5488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with all combinations of --disable-(de)muxers.Diego Biurrun2006-06-16
| | | | Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dump_format output more homogenousBaptiste Coudurier2006-06-15
| | | | Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export all tracks to libavformat layerBaptiste Coudurier2006-06-15
| | | | Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfaultR. Brian Anderson2006-06-15
| | | | | | Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com) Originally committed as revision 5480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typoLuca Abeni2006-06-15
| | | | Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont load the index if we cant seek backMichael Niedermayer2006-06-14
| | | | Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check fseek return valueBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix unused computed valueBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mp3 muxingBaptiste Coudurier2006-06-13
| | | | Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-13
| | | | Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, completely ignore streams not recognized, that fixes seeking for ↵Baptiste Coudurier2006-06-12
| | | | | | some files Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read_packet return value must be < 0 when no packet is returned, including EOF.Reimar Döffinger2006-06-11
| | | | Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for GNU/kFreeBSD systems.Diego Biurrun2006-06-10
| | | | | | patch from Petr Salinger submitted by Sam Hocevar Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* probe for mpeg audioMåns Rullgård2006-06-05
| | | | Originally committed as revision 5457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rm_read_audio_stream_info return type is not voidRoberto Togni2006-06-04
| | | | | | | Check for errors returned by rm_read_audio_stream_info Check for overflow in aac extradata allocation Originally committed as revision 5455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for AAC (fourcc raac and racp) in rm filesRoberto Togni2006-06-04
| | | | Originally committed as revision 5454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seek related bugsMåns Rullgård2006-06-04
| | | | Originally committed as revision 5453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
| | | | Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
| | | | Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include the correct video4linux2 headerLuca Abeni2006-05-30
| | | | Originally committed as revision 5430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suggest solution for 2 fixmiesMichael Niedermayer2006-05-27
| | | | Originally committed as revision 5415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-26
| | | | Originally committed as revision 5410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ...Michael Niedermayer2006-05-19
| | | | | | merging some related stuff from mobilehackers Originally committed as revision 5406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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