summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* unusedMichael Niedermayer2008-05-30
| | | | Originally committed as revision 13572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* As *_static are not deallocated anymore except on program terminationMichael Niedermayer2008-05-30
| | | | | | | we do not need to keep track of them anymore. Fixes CID117 RUN2 and various race conditions. Originally committed as revision 13571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2008-05-30
| | | | Originally committed as revision 13570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove non C code.Michael Niedermayer2008-05-30
| | | | Originally committed as revision 13569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *_static to bitstream.c which is the only file left which needsMichael Niedermayer2008-05-30
| | | | | | them. Originally committed as revision 13568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-30
| | | | Originally committed as revision 13567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change init_2d_vlc_rl() to not use *alloc_static().Michael Niedermayer2008-05-30
| | | | Originally committed as revision 13566 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove incorrect usage of av_free_static(), ffmpeg.c is not aMichael Niedermayer2008-05-30
| | | | | | windows dll which can be unloaded and loaded again. Originally committed as revision 13565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove constant argument.Michael Niedermayer2008-05-30
| | | | Originally committed as revision 13564 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch to INIT_VLC_USE_NEW_STATIC.Michael Niedermayer2008-05-30
| | | | | | | Note, if code you maintain still uses INIT_VLC_USE_STATIC please change it as well! Iam not volunteering to clean all codecs up ... Originally committed as revision 13563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.Michael Niedermayer2008-05-30
| | | | Originally committed as revision 13562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer2008-05-30
| | | | | | imagination alloc_static() trash. Originally committed as revision 13561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r13499, log:Vitor Sessak2008-05-30
| | | | | | | | | Make lpc coefficients 16 bit wide Only one of my samples didn't decode bit-exact after this change, but better be safe than sorry. Originally committed as revision 13560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd try fix got_key_frame when video+audioBaptiste Coudurier2008-05-30
| | | | Originally committed as revision 13559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw mlp demuxerRamiro Polla2008-05-30
| | | | | | | Based on patch by Jeff Muizelaar <jrmuizel <at> gmail.org> http://article.gmane.org/gmane.comp.video.ffmpeg.devel/57797 Originally committed as revision 13558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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