aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* s/u_char/uint8_t/ accidentally copied from tcvpMåns Rullgård2006-06-251-1/+1
| | | | Originally committed as revision 5524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: don't allocate a new buffer quite so oftenMåns Rullgård2006-06-251-1/+2
| | | | Originally committed as revision 5523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleaned up buffer managementMåns Rullgård2006-06-251-19/+34
| | | | Originally committed as revision 5522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check only existing streamsBaptiste Coudurier2006-06-251-5/+6
| | | | Originally committed as revision 5521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor cleanupLuca Barbato2006-06-241-2/+3
| | | | Originally committed as revision 5518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2006-06-241-53/+28
| | | | Originally committed as revision 5517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner2006-06-201-1/+0
| | | | Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increase search limit in av_find_stream_infoMåns Rullgård2006-06-201-1/+1
| | | | Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow packets with non-zero PES_scrambling_controlMåns Rullgård2006-06-191-0/+2
| | | | Originally committed as revision 5499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix aac in mov for ipodBaptiste Coudurier2006-06-191-4/+12
| | | | Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-186-20/+20
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-1710-15/+15
| | | | | | | | used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use standard codec tag if the specified tag is out of range and would beMåns Rullgård2006-06-161-1/+1
| | | | | | 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-161-11/+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-169-17/+1
| | | | Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dump_format output more homogenousBaptiste Coudurier2006-06-151-1/+2
| | | | Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export all tracks to libavformat layerBaptiste Coudurier2006-06-151-31/+15
| | | | Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segfaultR. Brian Anderson2006-06-151-1/+3
| | | | | | 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-151-1/+1
| | | | Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont load the index if we cant seek backMichael Niedermayer2006-06-141-3/+5
| | | | Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check fseek return valueBaptiste Coudurier2006-06-131-2/+4
| | | | Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix unused computed valueBaptiste Coudurier2006-06-131-2/+2
| | | | Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mp3 muxingBaptiste Coudurier2006-06-131-0/+1
| | | | Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix probe of high bitrate mpeg2videoMichael Niedermayer2006-06-131-1/+1
| | | | 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-121-24/+22
| | | | | | 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-111-1/+1
| | | | Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for GNU/kFreeBSD systems.Diego Biurrun2006-06-101-0/+3
| | | | | | 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-051-1/+27
| | | | Originally committed as revision 5457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rm_read_audio_stream_info return type is not voidRoberto Togni2006-06-041-7/+10
| | | | | | | 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-041-0/+31
| | | | Originally committed as revision 5454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seek related bugsMåns Rullgård2006-06-041-6/+14
| | | | Originally committed as revision 5453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant make variable SUBDIRMåns Rullgård2006-06-011-1/+0
| | | | Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-012-0/+2
| | | | Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include the correct video4linux2 headerLuca Abeni2006-05-301-2/+2
| | | | Originally committed as revision 5430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suggest solution for 2 fixmiesMichael Niedermayer2006-05-271-0/+1
| | | | Originally committed as revision 5415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all .cvsignore files, they are no longer necessary.Diego Biurrun2006-05-261-6/+0
| | | | 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-191-3/+30
| | | | | | 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-181-0/+2
| | | | 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-181-1/+2
| | | | Originally committed as revision 5404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify meta tag writing codeMichael Niedermayer2006-05-181-173/+40
| | | | Originally committed as revision 5403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix seeking, typo provoking hard segfaultBaptiste Coudurier2006-05-181-1/+1
| | | | 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-181-2/+2
| | | | Originally committed as revision 5401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MPEG FourCC for MPEG-2 video.Diego Biurrun2006-05-171-0/+1
| | | | Originally committed as revision 5391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper PTS generation for Smacker audioKostya Shishkov2006-05-171-1/+5
| | | | Originally committed as revision 5390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov2006-05-171-2/+2
| | | | Originally committed as revision 5389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix avc nal parsingBaptiste Coudurier2006-05-151-4/+4
| | | | Originally committed as revision 5382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pcm_s24be demuxing, simplifyBaptiste Coudurier2006-05-151-20/+3
| | | | Originally committed as revision 5381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add quicktime uncompressed 8bit 4:2:2 supportBaptiste Coudurier2006-05-141-0/+1
| | | | Originally committed as revision 5379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mulaw muxingBaptiste Coudurier2006-05-131-0/+1
| | | | Originally committed as revision 5378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write wave if not neededBaptiste Coudurier2006-05-131-1/+5
| | | | Originally committed as revision 5377 to svn://svn.ffmpeg.org/ffmpeg/trunk