summaryrefslogtreecommitdiff
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
* cosmetics: Remove useless backslashes.Diego Biurrun2008-05-30
| | | | Originally committed as revision 13556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun2008-05-30
| | | | Originally committed as revision 13555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify altivec.h test.Diego Biurrun2008-05-30
| | | | Originally committed as revision 13554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Add useless backslashes in AltiVec CFLAGS test.Diego Biurrun2008-05-30
| | | | Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix got_key_frame when stream is audioBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set got_key_frame when packet is video, fix first video packet with index 0 ↵Baptiste Coudurier2008-05-30
| | | | | | and 2 streams Originally committed as revision 13551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update regressions tests, should be stable nowBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sleep seems needed to wait for feed to be setupBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log error when writing frame to outputBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wake up connections to stop waiting when feed is being closedBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timestamps rescaling, index in source format might be differentBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* take over ffserver maintenanceBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log some errorsBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set is_streamed before writing data to output fileBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about unimplemented H264 feature.Carl Eugen Hoyos2008-05-29
| | | | Originally committed as revision 13542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, move declaration where it is used, remove now useless blockBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, space before and after parenthesis, weird indentationBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* in TRUNCATED mode, use residual fragments in ParseContextPascal Massimino2008-05-29
| | | | | | for decoding the very last frame. Originally committed as revision 13538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_parse_video_frame_rateBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13537 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 #include.Diego Biurrun2008-05-29
| | | | Originally committed as revision 13532 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
* Some (Solaris) gcc versions apparently output a comment as first lineDiego Biurrun2008-05-29
| | | | | | | when generating dependencies. Make sure to remove this in DEPEND_CMD. extracted in a modified form from a gstreamer patch for FFmpeg Originally committed as revision 13530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ASUS V1/V2 decoder codec long names.Stefano Sabatini2008-05-29
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When shared libraries are built, make the pkg-config requires Requires.private.Anssi Hannula2008-05-29
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 13528 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
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-29
| | | | | | | to what was previously done with show_version(). patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that redirect is set, fixes CID13 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-05-29
| | | | Originally committed as revision 13523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check that stream is set, fixes CID13 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if stream has been set, fixes CID15 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init h, fixes CID54 RUN2Baptiste Coudurier2008-05-29
| | | | Originally committed as revision 13520 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
* set avctx time_base in dv decoderBaptiste Coudurier2008-05-28
| | | | Originally committed as revision 13515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define private libraries as 'Libs:' when only static libraries are built,Anssi Hannula2008-05-28
| | | | | | | so that they work correctly even without pkgconfig's --static option. patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 13514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ILP64 fixMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13513 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
* Rename variableVitor Sessak2008-05-28
| | | | Originally committed as revision 13510 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
* More intermediate vars removalVitor Sessak2008-05-28
| | | | Originally committed as revision 13508 to svn://svn.ffmpeg.org/ffmpeg/trunk