summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-08-26add a mechanism to force closing audio device without stoping stream.Miguel Freitas
this is useful for (1) pausing the playback, (2) let another application use the sound card, and then (3) unpause it again. also add new "format" field to audio buffer (just like we have for frames) CVS patchset: 5312 CVS date: 2003/08/26 21:18:32
2003-08-26Fix long standing problem with alsa not working on some audio cardsJames Courtier-Dutton
when using 6 analogue channels for output. CVS patchset: 5311 CVS date: 2003/08/26 02:37:21
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ↵Daniel Caujolle-Bert
fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
CVS patchset: 5308 CVS date: 2003/08/25 14:32:37
2003-08-24filter out audio-only streams because xine doesn't handle them, add simple ↵Guenter Bartsch
vcr-like functionality to record stream to local disc (simply press MENU2 - F2 key to start recording), update ui title display to show channel number and name CVS patchset: 5304 CVS date: 2003/08/24 16:28:53
2003-08-24fix sami sub title detectionDaniel Caujolle-Bert
CVS patchset: 5303 CVS date: 2003/08/24 10:17:43
2003-08-24should return something ;-)Daniel Caujolle-Bert
CVS patchset: 5302 CVS date: 2003/08/24 08:31:30
2003-08-22bugfix, simplify seekMiguel Freitas
CVS patchset: 5301 CVS date: 2003/08/22 14:27:30
2003-08-21RIP Input PluginMiguel Freitas
CVS patchset: 5300 CVS date: 2003/08/21 00:37:26
2003-08-19this one kept me busy with xine-ui's saturation slider...Michael Roitzsch
CVS patchset: 5299 CVS date: 2003/08/19 18:33:43
2003-08-19GCC 3.3 on SPARC produces illegal code for 32-bit types, shifted by 32 bits.Juergen Keil
See gcc bug 11965 (<URL:http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11965>) Add a workaround, so that xine-lib can be compiled with gcc-3.3 on SPARC. CVS patchset: 5298 CVS date: 2003/08/19 16:38:19
2003-08-19Laurent Aimar <fenrir@videolan.org> mpeg demuxer fixesMiguel Freitas
CVS patchset: 5296 CVS date: 2003/08/19 12:43:46
2003-08-16Fix bug in playing A52 .wav files via SPDIF passthrough.James Courtier-Dutton
The demuxer was zeroing 8 bytes of every frame output. This seemed not to matter for software decode, so maybe the liba52 is not doing CRC checks as it should. CVS patchset: 5295 CVS date: 2003/08/16 20:15:55
2003-08-16fix by Reinhard Nissl <rnissl@gmx.de>Miguel Freitas
CVS patchset: 5294 CVS date: 2003/08/16 16:37:33
2003-08-15fix some small memleaksMichael Roitzsch
CVS patchset: 5292 CVS date: 2003/08/15 14:43:29
2003-08-15heavily improving the expand plugin:Michael Roitzsch
- new way of adding the black bars without any memcpy() (playback with the expand plugin is now smooth on my PII 400) -> see comment at the top of the file for details - allow shifting the overlay by intercepting overlay manager calls CVS patchset: 5291 CVS date: 2003/08/15 14:42:37
2003-08-15- rename to overlay managerMichael Roitzsch
- add helper functions to intercept overlay manager calls within post plugins CVS patchset: 5290 CVS date: 2003/08/15 14:38:04
2003-08-15- rename to overlay_managerMichael Roitzsch
- fix gcc3.3 warnings - try to set overlay event's object type properly CVS patchset: 5289 CVS date: 2003/08/15 14:36:55
2003-08-15I am using the latest internal API increase to rename video_overlay_instace toMichael Roitzsch
video_overlay_manager, because a) this thing is called "overlay manager" by everyone b) the term "instance" is misleading, since it suggests that you would not share the outcome of a get_instance() with others CVS patchset: 5288 CVS date: 2003/08/15 14:35:09
2003-08-13CCASCOMPILE doesn't work hereMiguel Freitas
CVS patchset: 5287 CVS date: 2003/08/13 18:09:52
2003-08-13update api/ratio stuffMiguel Freitas
CVS patchset: 5286 CVS date: 2003/08/13 13:42:20
2003-08-12display time when playing yuv4mpeg2 filesJames Stembridge
CVS patchset: 5285 CVS date: 2003/08/12 20:00:34
2003-08-12whoops, header contains pixel, not frame aspect ratioJames Stembridge
CVS patchset: 5284 CVS date: 2003/08/12 19:44:35
2003-08-12pay attention to img->pitches when copying yv12 and i420 framesJames Stembridge
CVS patchset: 5283 CVS date: 2003/08/12 19:08:24
2003-08-12use extra info from yuv4mpeg2 demuxer, fixes fps and aspect errorsJames Stembridge
CVS patchset: 5282 CVS date: 2003/08/12 18:45:09
2003-08-12improvements to header parsingJames Stembridge
CVS patchset: 5281 CVS date: 2003/08/12 18:41:08
2003-08-12Disable building video_out_pgx64 if X11 isn't available.Robin KAY
CVS patchset: 5280 CVS date: 2003/08/12 14:52:49
2003-08-12poor man's boundary checkMichael Roitzsch
CVS patchset: 5279 CVS date: 2003/08/12 13:57:18
2003-08-12small code beautificationMichael Roitzsch
CVS patchset: 5278 CVS date: 2003/08/12 13:56:51
2003-08-12handle frame flags properly, small aspect ratio fix for expandMichael Roitzsch
CVS patchset: 5277 CVS date: 2003/08/12 13:56:25
2003-08-12these tests are done more cenralized in video out nowMichael Roitzsch
CVS patchset: 5276 CVS date: 2003/08/12 13:54:21
2003-08-12add a flags member to frame struct (the relevant API versions have already beenMichael Roitzsch
increased lately), store flags in video out loop and catch some wrong ratios CVS patchset: 5275 CVS date: 2003/08/12 13:53:30
2003-08-12Mistakenly disabled some code I shouldn't have in the previous revision. Now ↵Robin KAY
fixed. CVS patchset: 5274 CVS date: 2003/08/12 00:43:48
2003-08-11Cleaned up code. Removed support for XINE_VISUAL_TYPE_FB. Added support for ↵Robin KAY
double buffering if sufficient video memory is available. CVS patchset: 5273 CVS date: 2003/08/11 22:19:33
2003-08-10new patches from Frantisek, cdda fixes/improvementsMiguel Freitas
CVS patchset: 5268 CVS date: 2003/08/10 16:11:05
2003-08-10apply Frantisek patches to handle end of streams betterMiguel Freitas
CVS patchset: 5267 CVS date: 2003/08/10 16:03:21
2003-08-09trying to fix some reported problemsMiguel Freitas
CVS patchset: 5266 CVS date: 2003/08/09 23:15:46
2003-08-09More descriptive error.James Courtier-Dutton
CVS patchset: 5265 CVS date: 2003/08/09 23:11:42
2003-08-09Handle PMT tables better "demux_ts.c" .James Courtier-Dutton
Any PMT with stream id's >= 0x80 are now handled correctly. It currently only handles AC-3 or A52, but more can be easily added when needed. CVS patchset: 5264 CVS date: 2003/08/09 23:01:58
2003-08-09bleh to "//"Bastien Nocera
CVS patchset: 5263 CVS date: 2003/08/09 22:44:09
2003-08-09- temptatively fix the directfb video output plugin, maybe it works, maybe ↵Bastien Nocera
it doesn't CVS patchset: 5262 CVS date: 2003/08/09 22:41:19
2003-08-09Improve readablity of code and add FIXME comments.James Courtier-Dutton
CVS patchset: 5261 CVS date: 2003/08/09 19:27:35
2003-08-09Make debug printf's more consistent. All pid's now printed in hex.James Courtier-Dutton
CVS patchset: 5260 CVS date: 2003/08/09 17:50:16
2003-08-08Fix segmentation fault caused by closing a conversion descriptor when none ↵Robin KAY
was opened. CVS patchset: 5259 CVS date: 2003/08/08 16:22:12
2003-08-07grr... people keep breaking my daily build... :(Miguel Freitas
CVS patchset: 5258 CVS date: 2003/08/07 13:42:59
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
CVS patchset: 5257 CVS date: 2003/08/07 09:26:53
2003-08-05- correctly use the Xing header in some VBR MP3s to get the correct bitrate ↵Bastien Nocera
and hence the correct length of songs, fix calculation of the bitrates (with 1 kbps = 1024 bps) CVS patchset: 5254 CVS date: 2003/08/05 18:23:56
2003-08-05better do a floating point division hereMichael Roitzsch
CVS patchset: 5253 CVS date: 2003/08/05 15:30:04
2003-08-05clarify commentMichael Roitzsch
CVS patchset: 5252 CVS date: 2003/08/05 15:20:00
2003-08-05handle dvdnav aspect force hints correctly, decouple xine aspect constants fromMichael Roitzsch
MPEG aspect constants CVS patchset: 5251 CVS date: 2003/08/05 15:10:05