summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-24- starts buffering when one fifo is empty (better for poorly interleaved ↵Thibaut Mattern
streams) - 'mplayer like' debug mode ('\r') ;) CVS patchset: 4278 CVS date: 2003/02/24 00:04:36
2003-02-23Fixes a deadlock when buffering at the end of the stream.Thibaut Mattern
CVS patchset: 4277 CVS date: 2003/02/23 23:49:17
2003-02-23document changesGuenter Bartsch
CVS patchset: 4276 CVS date: 2003/02/23 22:52:35
2003-02-23some Debian releasesSiggi Langauf
(1-beta5-1 does not build because of autoconf bug, waiting for 1-beta6 ;-) CVS patchset: 4275 CVS date: 2003/02/23 22:45:15
2003-02-23Uses nbc_end_of_stream().Thibaut Mattern
CVS patchset: 4274 CVS date: 2003/02/23 22:28:26
2003-02-23Uses nbc_end_of_stream().Thibaut Mattern
CVS patchset: 4273 CVS date: 2003/02/23 22:12:57
2003-02-23arm patch by dilb, bigger wrap treshhold for enix streamsGuenter Bartsch
CVS patchset: 4272 CVS date: 2003/02/23 22:07:06
2003-02-23handle aspect ratio == 0Guenter Bartsch
CVS patchset: 4271 CVS date: 2003/02/23 22:03:16
2003-02-23New function to unpause the engine at the end of the stream if needed.Thibaut Mattern
CVS patchset: 4270 CVS date: 2003/02/23 21:58:07
2003-02-23New function that should be called at the end of the stream to unpause the ↵Thibaut Mattern
engine if buffering. CVS patchset: 4269 CVS date: 2003/02/23 21:52:42
2003-02-23fix bug when deleting the first plugin from the list because plugin_class ↵Guenter Bartsch
failed (next plugin was skipped then) CVS patchset: 4268 CVS date: 2003/02/23 21:32:48
2003-02-23Always the same story.Thibaut Mattern
CVS patchset: 4267 CVS date: 2003/02/23 19:42:23
2003-02-23 - Remove constants related to fifo sizesThibaut Mattern
- Uses the num_free() method There is still a problem when buffering at the end of the stream. CVS patchset: 4266 CVS date: 2003/02/23 19:33:47
2003-02-23New method to get the number of free elements in the pool.Thibaut Mattern
It will be used in net_buf_ctrl to detect if a fifo is full. You need to recompile the whole lib after this patch. CVS patchset: 4265 CVS date: 2003/02/23 19:27:57
2003-02-23Wow, I've forgotten a big part of my patch !Thibaut Mattern
CVS patchset: 4264 CVS date: 2003/02/23 15:56:42
2003-02-23Include GPL HuffYUV v1 tablesJames Stembridge
CVS patchset: 4263 CVS date: 2003/02/23 14:18:59
2003-02-23be more tolerant with missing end sequences (I had false positives)Michael Roitzsch
CVS patchset: 4262 CVS date: 2003/02/23 14:15:58
2003-02-23Fix memory leakEwald Snel
CVS patchset: 4261 CVS date: 2003/02/23 09:06:54
2003-02-23- quit if we can't initialise gnome-vfsBastien Nocera
CVS patchset: 4260 CVS date: 2003/02/23 03:56:10
2003-02-23Fix crash when opening ffmpeg decoder failsJames Stembridge
CVS patchset: 4259 CVS date: 2003/02/23 01:22:56
2003-02-23Fix error in chroma plane interleavingJames Stembridge
CVS patchset: 4258 CVS date: 2003/02/23 01:15:59
2003-02-22Fix error I introducedJames Stembridge
CVS patchset: 4257 CVS date: 2003/02/22 18:35:35
2003-02-22fix aspect ratio detection codeGuenter Bartsch
CVS patchset: 4256 CVS date: 2003/02/22 17:32:31
2003-02-22- we need to init X thread safe libraries, the front-end might not haveBastien Nocera
CVS patchset: 4255 CVS date: 2003/02/22 16:56:01
2003-02-22Fix memory leaksEwald Snel
CVS patchset: 4254 CVS date: 2003/02/22 16:46:49
2003-02-22Fix memory leakEwald Snel
CVS patchset: 4253 CVS date: 2003/02/22 15:00:43
2003-02-22Fix memory leakEwald Snel
CVS patchset: 4252 CVS date: 2003/02/22 14:42:58
2003-02-22this hack can go nowMichael Roitzsch
CVS patchset: 4251 CVS date: 2003/02/22 14:22:13
2003-02-22handle extra info properly; that is: the inverter should pass on the extra info,Michael Roitzsch
the vis plugins should invalidate the extra info of the frames they output to not interfere with the (correct) extra info which will be set by audio out CVS patchset: 4250 CVS date: 2003/02/22 14:21:37
2003-02-22provide a way of invalidating extra infoMichael Roitzsch
CVS patchset: 4249 CVS date: 2003/02/22 14:18:55
2003-02-22update extra info (for slider movement) in stills with audioMichael Roitzsch
CVS patchset: 4248 CVS date: 2003/02/22 14:18:16
2003-02-22fix another situation of not showing still frames: when the video fifo is full,Michael Roitzsch
we won't have any free buffers, so the try_alloc() will fail and the flush is not issued in video_out -> always keep one spare buffer CVS patchset: 4247 CVS date: 2003/02/22 14:12:45
2003-02-22Fix memory leaksEwald Snel
CVS patchset: 4246 CVS date: 2003/02/22 14:06:47
2003-02-22Fix memory leakEwald Snel
CVS patchset: 4245 CVS date: 2003/02/22 13:20:30
2003-02-22Fix memory leaksEwald Snel
CVS patchset: 4244 CVS date: 2003/02/22 10:55:46
2003-02-22FILM demuxer now operates over non-seekable input; also implementedMike Melanson
time-based seeking CVS patchset: 4243 CVS date: 2003/02/22 07:20:25
2003-02-22Interplay movie demuxer now operates over non-seekable inputMike Melanson
CVS patchset: 4242 CVS date: 2003/02/22 06:48:55
2003-02-22- detect ASF streams by content (only tested on PPC, please fix for little ↵Bastien Nocera
endian machines), fixes problems with ASF files hidden under other suffixes CVS patchset: 4241 CVS date: 2003/02/22 02:28:12
2003-02-22WC3 movie demuxer now works over non-seekable inputMike Melanson
CVS patchset: 4240 CVS date: 2003/02/22 01:38:10
2003-02-22YUV4MPEG2 demuxer now operates over non-seekable inputMike Melanson
CVS patchset: 4239 CVS date: 2003/02/22 01:23:07
2003-02-22Fixes for SunPro compiler. Already sent to ffmpeg-develRobin KAY
CVS patchset: 4238 CVS date: 2003/02/22 01:17:21
2003-02-22Id CIN demuxer now works on top of non-seekable inputMike Melanson
CVS patchset: 4237 CVS date: 2003/02/22 01:11:54
2003-02-21Configure option and error checking for frame buffer deviceJames Stembridge
CVS patchset: 4236 CVS date: 2003/02/21 19:54:52
2003-02-21- inform the width and height for the v4l input plugin, remove plenty of nastyBastien Nocera
printf's, name the yuv_frames plugin properly CVS patchset: 4235 CVS date: 2003/02/21 19:13:15
2003-02-21developement for beta6 can start nowGuenter Bartsch
CVS patchset: 4234 CVS date: 2003/02/21 18:26:23
2003-02-21- don't abort when we're not on an mmx capable machine, simply fallbackBastien Nocera
on non-deinterlaced CVS patchset: 4233 CVS date: 2003/02/21 17:46:22
2003-02-21document num_buffers settingxine-1-beta5-release1-beta5Guenter Bartsch
CVS patchset: 4232 CVS date: 2003/02/21 16:54:43
2003-02-21mention video processing api improvements and configurable video buffersGuenter Bartsch
CVS patchset: 4231 CVS date: 2003/02/21 16:46:17
2003-02-21version bouncing for the upcoming releaseSiggi Langauf
CVS patchset: 4230 CVS date: 2003/02/21 16:08:14
2003-02-21stray debug statementMike Melanson
CVS patchset: 4229 CVS date: 2003/02/21 05:24:36