summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Detect "tif" suffix as TIFF.Quoc Cuong Pham2008-05-30
| | | | | | Patch by Quoc Cuong Pham: Quoc-Cuong D PHAM AT cea D fr Originally committed as revision 13557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check av_new_stream return value, fixes CID75 RUN2Reimar Döffinger2008-05-29
| | | | Originally committed as revision 13536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ENOMEM is better, yes ...Michael Niedermayer2008-05-29
| | | | Originally committed as revision 13535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check av_new_stream return value, fixes CID79 RUN2Reimar Döffinger2008-05-29
| | | | Originally committed as revision 13534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for av_new_stream failure, fixes CID76 RUN2Reimar Döffinger2008-05-29
| | | | Originally committed as revision 13533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary header #includes.Erik Hovland2008-05-29
| | | | | | Extracted from a patch by Erik Hovland, erik hovland org. Originally committed as revision 13531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check return of url_fseek in mpeg timestamp reading code.Joakim Plate2008-05-29
| | | | | | Patch by Joakim elupus ecce se Originally committed as revision 13527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if pts is not set, prevent writing negative/weird cts, happens when ↵Baptiste Coudurier2008-05-29
| | | | | | using genpts and streamcopy Originally committed as revision 13519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this should be valid for audio tooBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if extradata comes from mp4 and assume bitsteam is already formated, ↵Baptiste Coudurier2008-05-29
| | | | | | should fix streamcopy Originally committed as revision 13516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak / CID124 RUN2Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-28
| | | | Originally committed as revision 13511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dead code removal, fixes CID59 RUN2.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removing dead code, fixes CID4 RUN2.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove != 0Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do a little more checking.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read from after the table, fixes CID108 RUN2.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Null pointer check / CID26.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uselessMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use internal video frame numberBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* redundant check--Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memleak, fixed CID123.Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not use the pts/dts calculation code which needs a parser, when no parserMichael Niedermayer2008-05-27
| | | | | | is available. Originally committed as revision 13470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFifoBufferBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge init and declarationBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and use version insteadBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove useless cases and bracesBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove const qualifier, removes warning:Baptiste Coudurier2008-05-27
| | | | | | libavformat/file.c:99: warning: passing argument 2 of 'strtol' from incompatible pointer type Originally committed as revision 13454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
| | | | Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac and h264 in flv demuxingBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac and h264 in flv muxingBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-05-26
| | | | Originally committed as revision 13436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace printf by av_logBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_hex_dump_logBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dprintfBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, add demuxer wordBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove useless dotBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if frame_offset is negative, prevent segfaultBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13420 to svn://svn.ffmpeg.org/ffmpeg/trunk