Age | Commit message (Expand) | Author |
2002-10-22 | Changed non standard comment (//). | Stephen Torri |
2002-10-18 | Enable liba52 for new api. | James Courtier-Dutton |
2002-10-18 | demux_mpeg_block compiles, but does not output any audio or video yet. | James Courtier-Dutton |
2002-10-12 | While the demuxer mutex is unlocked, relinquish the processor in the main | Juergen Keil |
2002-10-08 | Fix a segfault when we reach the end of the playlist. | James Courtier-Dutton |
2002-09-24 | prevent pts based wrap detections after we had a nav-detected | Michael Roitzsch |
2002-09-19 | Update configure.in for new libdvdnav version. | James Courtier-Dutton |
2002-09-18 | make new plugin loader check api versions, fix api versions for adapted demux... | Guenter Bartsch |
2002-09-18 | first steps towards implementing stream/meta info | Guenter Bartsch |
2002-09-07 | one more 'const' and independent x/y zooming parameters | Michael Roitzsch |
2002-09-05 | remove plugin's private priority and interface members | Michael Roitzsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-08-07 | correct mpeg1 scr. | Miguel Freitas |
2002-07-19 | - fix mpeg2/lpcm mess | Miguel Freitas |
2002-07-17 | stop sending audio parameters all the time | Miguel Freitas |
2002-07-14 | make demuxers a bit more "programmer friendly" | Miguel Freitas |
2002-07-05 | Bump up version numbers due to changes in xine_t | Michael Roitzsch |
2002-06-29 | Use BUF_FLAG_SEEK. | Thibaut Mattern |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-06-07 | - demuxer cleanup (helper functions) | Miguel Freitas |
2002-05-25 | patch from Michael Roitzsch: | Siggi Langauf |
2002-05-21 | start() and seek() return the status | Thibaut Mattern |
2002-05-14 | Fix seeking problem after demuxer finished | Thibaut Mattern |
2002-05-03 | fix some log messages. try to provide some hint to user so it may be able | Miguel Freitas |
2002-05-03 | fix VCD playback (i've just learned once for all: mpeg SCR must never be | Miguel Freitas |
2002-05-01 | fix detection of blocksize for file input | Miguel Freitas |
2002-04-29 | Replace all exit(1) with abort(). | James Courtier-Dutton |
2002-04-27 | fix 64-bit diff calculation | Miguel Freitas |
2002-04-23 | Fix memory leaks by disposing input, demux and decoder plugins at exit | Ewald Snel |
2002-04-22 | Forward buf->decoder_info[] to audio fifo (it's used to specify things, like | Daniel Caujolle-Bert |
2002-04-16 | More accurate slider position. | James Courtier-Dutton |
2002-04-16 | Move fix to xine-dvdnav instead. This broke input_file plugin. | James Courtier-Dutton |
2002-04-15 | Fix hang when user presses "seek" during still dvd menu with dvdnav. | James Courtier-Dutton |
2002-04-11 | Add an INPUT_CAP_PREVIEW mode. | James Courtier-Dutton |
2002-04-11 | Tempory fix for playing DVDs with dvdnav. | James Courtier-Dutton |
2002-04-09 | - new (fast) demuxer seeking scheme | Miguel Freitas |
2002-04-06 | nav is the preferred method for discontinuity detection. scr must be | Miguel Freitas |
2002-04-03 | enable both nav and scr discontinuity detection. nav will provide more | Miguel Freitas |
2002-03-31 | Set all pts variabled to int64_t. | James Courtier-Dutton |
2002-03-24 | Fixed a few warning messages. | James Courtier-Dutton |
2002-03-24 | scr unregister patch from Michael Roitzsch, buffer mem release fix, xmalloc_a... | Guenter Bartsch |
2002-03-21 | debug output enhancemend | Guenter Bartsch |
2002-03-20 | steps towards dvd playback: | Guenter Bartsch |
2002-03-12 | trying to fix discontinuity handling. now it pass on my vob discontinuity | Miguel Freitas |
2002-03-11 | metronom and demuxers should work again (although not all demuxers are fully ... | Guenter Bartsch |
2002-02-17 | big debug output cleanup. removed debug output from log window, logging | Guenter Bartsch |
2002-02-09 | the long-awaited video_out changes, not completely debuged (races) | Guenter Bartsch |
2002-02-01 | Fix a confusing ://mpeg1 ://mpeg2 handling. | Daniel Caujolle-Bert |
2002-01-25 | Remove guenter_rpms.sh from configure.in. Check INPUT_CAP_CLUT capability | Daniel Caujolle-Bert |
2002-01-15 | small fixes and cleanups, metronom wasn't told the frame rate of next stream ... | Guenter Bartsch |