Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-08 | fix some endless loops | Michael Roitzsch | |
xine-ui shows the logo again! CVS patchset: 2626 CVS date: 2002/09/08 14:24:20 | |||
2002-09-07 | one more 'const' and independent x/y zooming parameters | Michael Roitzsch | |
CVS patchset: 2625 CVS date: 2002/09/07 20:09:28 | |||
2002-09-06 | small xvid fix | Guenter Bartsch | |
CVS patchset: 2624 CVS date: 2002/09/06 19:06:22 | |||
2002-09-06 | introduce "const" | Michael Roitzsch | |
fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10 | |||
2002-09-06 | audio mute parameter | Guenter Bartsch | |
CVS patchset: 2622 CVS date: 2002/09/06 14:36:54 | |||
2002-09-06 | implement spu decoder loading | Guenter Bartsch | |
CVS patchset: 2621 CVS date: 2002/09/06 13:15:02 | |||
2002-09-05 | removed obsolete stream_seekable function, implemented some parts of ↵ | Guenter Bartsch | |
get_streaminfo instead, added missing parameters/properties noted by daniel CVS patchset: 2620 CVS date: 2002/09/05 23:20:20 | |||
2002-09-05 | Whoops, committed the experimental metronom stuff. Taking it out again. | Michael Roitzsch | |
(I should go to sleep now.) CVS patchset: 2619 CVS date: 2002/09/05 22:29:17 | |||
2002-09-05 | remove plugin's private priority and interface members | Michael Roitzsch | |
adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50 | |||
2002-09-05 | make all the plugin init functions static | Michael Roitzsch | |
(geez this was a job) CVS patchset: 2616 CVS date: 2002/09/05 20:44:38 | |||
2002-09-05 | use xine_mrl_t instead of mrl_t in input plugins, implement more configfile ↵ | Guenter Bartsch | |
functions CVS patchset: 2615 CVS date: 2002/09/05 20:19:48 | |||
2002-09-05 | implement missing list/autoplay/browse_mrl functions | Guenter Bartsch | |
CVS patchset: 2614 CVS date: 2002/09/05 16:50:55 | |||
2002-09-05 | first steps towards implementing plugin list functions | Guenter Bartsch | |
CVS patchset: 2613 CVS date: 2002/09/05 16:24:14 | |||
2002-09-05 | dxr3 adapted to new api, should at least compile now | Michael Roitzsch | |
CVS patchset: 2612 CVS date: 2002/09/05 12:52:24 | |||
2002-09-05 | get_spu_channel was lost in merger | Guenter Bartsch | |
CVS patchset: 2611 CVS date: 2002/09/05 12:51:18 | |||
2002-09-05 | XV Video out at least loads now and we see the xine logo again. | James Courtier-Dutton | |
The DVD plugin now loads, but audio and spu info is lost. What happened to xine_get_spu_channel and xine_get_audio_channel? CVS patchset: 2607 CVS date: 2002/09/05 05:51:14 | |||
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is ↵ | Guenter Bartsch | |
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05 | |||
2002-09-04 | file_open was allocating too few bytes for dvd_input_t, corrupts malloc heap.xine-0_9_14-norelease0.9.14-norelease | Juergen Keil | |
It was using ``sizeof(pointer)'' instead of ``sizeof(structure)'' CVS patchset: 2605 CVS date: 2002/09/04 16:06:18 | |||
2002-09-04 | ngettext stub missing. | Juergen Keil | |
Some demuxer plugins do not load due to an undefined reference to "ngettext", when xine-lib is compiled with --disable-nls. CVS patchset: 2604 CVS date: 2002/09/04 15:25:26 | |||
2002-09-04 | sync to libdvdnav cvs | Michael Roitzsch | |
CVS patchset: 2603 CVS date: 2002/09/04 11:07:47 | |||
2002-09-04 | fix typo (thanks to Daniel for reveiling) | Michael Roitzsch | |
CVS patchset: 2602 CVS date: 2002/09/04 10:49:25 | |||
2002-09-04 | - handle numeric events for button selection (maybe this makes some | Michael Roitzsch | |
dvd's easter eggs accesible) - workaround current breakage in libdvdnav concerning mrl list building CVS patchset: 2601 CVS date: 2002/09/04 10:48:36 | |||
2002-09-04 | fix seeking bug (thanks to Thibaut Mattern) | Michael Roitzsch | |
CVS patchset: 2600 CVS date: 2002/09/04 10:44:44 | |||
2002-09-04 | added Mario Brito's Wing Commander III video decoder | Mike Melanson | |
CVS patchset: 2599 CVS date: 2002/09/04 02:52:16 | |||
2002-09-04 | add support for special palette conversion, fix video pts, remove extra | Mike Melanson | |
while loop in demuxer loop, free palettes when finished CVS patchset: 2598 CVS date: 2002/09/04 02:43:48 | |||
2002-09-04 | Added support for alphablending | Robin KAY | |
CVS patchset: 2597 CVS date: 2002/09/04 00:37:53 | |||
2002-09-03 | Improve chapter selection functions. | James Courtier-Dutton | |
CVS patchset: 2594 CVS date: 2002/09/03 07:51:34 | |||
2002-09-03 | fix SMJPEG IMA so that it does not crash due to NULL pointer dereference | Mike Melanson | |
(but the audio still crackles) CVS patchset: 2593 CVS date: 2002/09/03 02:46:30 | |||
2002-09-03 | calculate more accurate pts values for the audio samples | Mike Melanson | |
CVS patchset: 2592 CVS date: 2002/09/03 02:44:01 | |||
2002-09-02 | Comment unused functions. | Daniel Caujolle-Bert | |
CVS patchset: 2591 CVS date: 2002/09/02 19:58:47 | |||
2002-09-02 | dispatch the A/V chunks to the decoders | Mike Melanson | |
CVS patchset: 2590 CVS date: 2002/09/02 17:27:16 | |||
2002-09-02 | added support for the IMA ADPCM audio in Westwood Studios' VQA files | Mike Melanson | |
CVS patchset: 2589 CVS date: 2002/09/02 17:25:45 | |||
2002-09-02 | This might slow things down a bit, but I need to do it to test a problem ↵ | James Courtier-Dutton | |
with DVD menus not appearing. I think the reason they are not appearing is that they are getting flushed too early. CVS patchset: 2588 CVS date: 2002/09/02 12:25:49 | |||
2002-09-02 | Implement proper prev/next chapter. | James Courtier-Dutton | |
CVS patchset: 2587 CVS date: 2002/09/02 03:21:38 | |||
2002-09-01 | demuxes audio and video chunks properly now | Mike Melanson | |
CVS patchset: 2585 CVS date: 2002/09/01 21:16:57 | |||
2002-09-01 | add buffer type for WC3 video; update WC4 video buffer type | Mike Melanson | |
CVS patchset: 2584 CVS date: 2002/09/01 21:14:12 | |||
2002-09-01 | keyframe detection and hexdump enhancement by Staszek Pasko | Guenter Bartsch | |
CVS patchset: 2583 CVS date: 2002/09/01 20:50:57 | |||
2002-09-01 | add XShm to the reference video decoder | Mike Melanson | |
CVS patchset: 2582 CVS date: 2002/09/01 20:45:50 | |||
2002-09-01 | typo | Mike Melanson | |
CVS patchset: 2581 CVS date: 2002/09/01 14:06:23 | |||
2002-09-01 | argh | Heiko Schaefer | |
CVS patchset: 2580 CVS date: 2002/09/01 13:50:07 | |||
2002-09-01 | this is not a fix - but at least a52 passthrough should work again now | Heiko Schaefer | |
CVS patchset: 2579 CVS date: 2002/09/01 13:49:27 | |||
2002-09-01 | Id CIN demuxer now handles files with audio | Mike Melanson | |
CVS patchset: 2578 CVS date: 2002/09/01 06:43:26 | |||
2002-09-01 | Improve a few debug print statements. | James Courtier-Dutton | |
fix a wrong format statement. CVS patchset: 2577 CVS date: 2002/09/01 06:02:53 | |||
2002-09-01 | Update a comment. | James Courtier-Dutton | |
CVS patchset: 2576 CVS date: 2002/09/01 05:52:15 | |||
2002-09-01 | clarify what the 'l' in 'lpcm' stands for | Mike Melanson | |
CVS patchset: 2575 CVS date: 2002/09/01 04:32:08 | |||
2002-09-01 | updated SND/AU demuxer to recognize logarithmic PCM formats (and fixed | Mike Melanson | |
super-silly error that guarantees a race-lock condition on early return) CVS patchset: 2574 CVS date: 2002/09/01 04:30:04 | |||
2002-09-01 | typo | Mike Melanson | |
CVS patchset: 2573 CVS date: 2002/09/01 04:26:20 | |||
2002-09-01 | added logarithmic PCM audio decoder (mu-law & A-law formats) | Mike Melanson | |
CVS patchset: 2572 CVS date: 2002/09/01 04:24:35 | |||
2002-09-01 | added Roberto Togni's QT RPZA video decoder | Mike Melanson | |
CVS patchset: 2571 CVS date: 2002/09/01 01:50:39 | |||
2002-08-31 | fix mrl ending registration to cure xine-ui mrl browser segfaults | Michael Roitzsch | |
CVS patchset: 2570 CVS date: 2002/08/31 18:20:50 |