Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-12 | Disable building video_out_pgx64 if X11 isn't available. | Robin KAY | |
CVS patchset: 5280 CVS date: 2003/08/12 14:52:49 | |||
2003-08-12 | poor man's boundary check | Michael Roitzsch | |
CVS patchset: 5279 CVS date: 2003/08/12 13:57:18 | |||
2003-08-12 | small code beautification | Michael Roitzsch | |
CVS patchset: 5278 CVS date: 2003/08/12 13:56:51 | |||
2003-08-12 | handle frame flags properly, small aspect ratio fix for expand | Michael Roitzsch | |
CVS patchset: 5277 CVS date: 2003/08/12 13:56:25 | |||
2003-08-12 | these tests are done more cenralized in video out now | Michael Roitzsch | |
CVS patchset: 5276 CVS date: 2003/08/12 13:54:21 | |||
2003-08-12 | add a flags member to frame struct (the relevant API versions have already been | Michael 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-12 | Mistakenly 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-11 | Cleaned 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-11 | Stephen asked me to elaborate, unfortunately I don't know more than that | Michael Roitzsch | |
CVS patchset: 5272 CVS date: 2003/08/11 09:19:49 | |||
2003-08-10 | reflect fix | Michael Roitzsch | |
CVS patchset: 5271 CVS date: 2003/08/10 17:36:41 | |||
2003-08-10 | fix alignment check | Michael Roitzsch | |
CVS patchset: 5270 CVS date: 2003/08/10 17:35:26 | |||
2003-08-10 | so many good ideas should be rewarded :) | Michael Roitzsch | |
CVS patchset: 5269 CVS date: 2003/08/10 17:15:00 | |||
2003-08-10 | new patches from Frantisek, cdda fixes/improvements | Miguel Freitas | |
CVS patchset: 5268 CVS date: 2003/08/10 16:11:05 | |||
2003-08-10 | apply Frantisek patches to handle end of streams better | Miguel Freitas | |
CVS patchset: 5267 CVS date: 2003/08/10 16:03:21 | |||
2003-08-09 | trying to fix some reported problems | Miguel Freitas | |
CVS patchset: 5266 CVS date: 2003/08/09 23:15:46 | |||
2003-08-09 | More descriptive error. | James Courtier-Dutton | |
CVS patchset: 5265 CVS date: 2003/08/09 23:11:42 | |||
2003-08-09 | Handle 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-09 | bleh 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-09 | Improve readablity of code and add FIXME comments. | James Courtier-Dutton | |
CVS patchset: 5261 CVS date: 2003/08/09 19:27:35 | |||
2003-08-09 | Make 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-08 | Fix 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-07 | grr... people keep breaking my daily build... :( | Miguel Freitas | |
CVS patchset: 5258 CVS date: 2003/08/07 13:42:59 | |||
2003-08-07 | remove useless gnu89 compiler flag, some configure tweaking | Michael Roitzsch | |
CVS patchset: 5257 CVS date: 2003/08/07 09:26:53 | |||
2003-08-06 | - updated | Bastien Nocera | |
CVS patchset: 5256 CVS date: 2003/08/06 11:20:27 | |||
2003-08-06 | almost forgot to mention the button group handling | Michael Roitzsch | |
CVS patchset: 5255 CVS date: 2003/08/06 11:11:00 | |||
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-05 | better do a floating point division here | Michael Roitzsch | |
CVS patchset: 5253 CVS date: 2003/08/05 15:30:04 | |||
2003-08-05 | clarify comment | Michael Roitzsch | |
CVS patchset: 5252 CVS date: 2003/08/05 15:20:00 | |||
2003-08-05 | handle dvdnav aspect force hints correctly, decouple xine aspect constants from | Michael Roitzsch | |
MPEG aspect constants CVS patchset: 5251 CVS date: 2003/08/05 15:10:05 | |||
2003-08-05 | handle dvdnav aspect force hints correctly with pan&scan | Michael Roitzsch | |
CVS patchset: 5250 CVS date: 2003/08/05 15:09:23 | |||
2003-08-05 | not really needed, but as I implemented button groups in dxr3, why not doing | Michael Roitzsch | |
it the right way in libspudec as well? CVS patchset: 5249 CVS date: 2003/08/05 15:08:40 | |||
2003-08-05 | - adapt dxr3 code to new float aspects, use separate pan&scan flagging to | Michael Roitzsch | |
handle pan&scan information independently from the aspect - proper DVD button group handling in dxr3 spu decoder CVS patchset: 5248 CVS date: 2003/08/05 15:07:42 | |||
2003-08-05 | - mark deprecated parts of the API with a new define | Michael Roitzsch | |
XINE_DISABLE_DEPRECATED_FEATURES (read the explanation at start of xine.h) - fix some little mistakes like wrong aspect ratios - add a pan_scan member to the frame format change event struct CVS patchset: 5247 CVS date: 2003/08/05 15:05:51 | |||
2003-08-05 | recycle the unused VO_PREDICTION_FLAG as a new VO_PAN_SCAN_FLAG which is used | Michael Roitzsch | |
minimal implementation of DVD pan&scan as needed by the dxr3 CVS patchset: 5246 CVS date: 2003/08/05 15:03:14 | |||
2003-08-05 | Some more updates. | James Courtier-Dutton | |
Started to enter huffman tables. General reorganisation as xine_decoder.c was getting too big. CVS patchset: 5245 CVS date: 2003/08/05 11:30:56 | |||
2003-08-04 | *** empty log message *** | Miguel Freitas | |
CVS patchset: 5244 CVS date: 2003/08/04 03:51:51 | |||
2003-08-04 | support for arbitrary aspect ratios | Miguel Freitas | |
patch by Philip Jgenstedt CVS patchset: 5243 CVS date: 2003/08/04 03:47:09 | |||
2003-08-04 | fixes suggested by Octavian Procopiuc <op1@duke.edu> | Miguel Freitas | |
CVS patchset: 5242 CVS date: 2003/08/04 03:16:48 | |||
2003-08-04 | reorder initialization so lack of ivtv driver is handled more gratefuly | Miguel Freitas | |
CVS patchset: 5241 CVS date: 2003/08/04 02:52:23 | |||
2003-08-04 | vo for libstk | Miguel Freitas | |
CVS patchset: 5240 CVS date: 2003/08/04 02:31:07 | |||
2003-08-04 | segfault fix by Frantisek Dvorak | Miguel Freitas | |
CVS patchset: 5239 CVS date: 2003/08/04 02:30:44 | |||
2003-08-04 | fallback to no conversion on iconv error | Miguel Freitas | |
patch by Frantisek Dvorak CVS patchset: 5238 CVS date: 2003/08/04 02:19:49 | |||
2003-08-04 | patch from matthias | Miguel Freitas | |
CVS patchset: 5237 CVS date: 2003/08/04 02:14:12 | |||
2003-08-04 | add xine_get_current_vpts() to make xine_osd_show and xine_osd_hide api ↵ | Miguel Freitas | |
consistent CVS patchset: 5236 CVS date: 2003/08/04 02:07:26 | |||
2003-08-04 | seek to start before detecting content | Miguel Freitas | |
not sure this is need, but it must be harmless :) patch by Marc Bevand CVS patchset: 5235 CVS date: 2003/08/04 01:37:58 | |||
2003-08-03 | "Red Dragon" fix | Michael Roitzsch | |
CVS patchset: 5234 CVS date: 2003/08/03 09:47:11 | |||
2003-08-03 | merge libdvdnav cvs (fixes "Red Dragon" RC2 scene selection) | Michael Roitzsch | |
CVS patchset: 5233 CVS date: 2003/08/03 09:44:16 | |||
2003-08-02 | stupid typo in Makefile.am...xine_1-rc0a-release1-rc0a | Siggi Langauf | |
debian changes for q-rc0a CVS patchset: 5232 CVS date: 2003/08/02 13:41:44 | |||
2003-08-02 | new version number | Siggi Langauf | |
CVS patchset: 5231 CVS date: 2003/08/02 11:49:03 |