summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-09-06audio mute parameterGuenter Bartsch
2002-09-06implement spu decoder loadingGuenter Bartsch
2002-09-05removed obsolete stream_seekable function, implemented some parts of get_stre...Guenter Bartsch
2002-09-05Whoops, committed the experimental metronom stuff. Taking it out again.Michael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-05use xine_mrl_t instead of mrl_t in input plugins, implement more configfile f...Guenter Bartsch
2002-09-05implement missing list/autoplay/browse_mrl functionsGuenter Bartsch
2002-09-05first steps towards implementing plugin list functionsGuenter Bartsch
2002-09-05dxr3 adapted to new api, should at least compile nowMichael Roitzsch
2002-09-05get_spu_channel was lost in mergerGuenter Bartsch
2002-09-05XV Video out at least loads now and we see the xine logo again.James Courtier-Dutton
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-09-04file_open was allocating too few bytes for dvd_input_t, corrupts malloc heap.xine-0_9_14-norelease0.9.14-noreleaseJuergen Keil
2002-09-04ngettext stub missing.Juergen Keil
2002-09-04sync to libdvdnav cvsMichael Roitzsch
2002-09-04fix typo (thanks to Daniel for reveiling)Michael Roitzsch
2002-09-04- handle numeric events for button selection (maybe this makes someMichael Roitzsch
2002-09-04fix seeking bug (thanks to Thibaut Mattern)Michael Roitzsch
2002-09-04added Mario Brito's Wing Commander III video decoderMike Melanson
2002-09-04add support for special palette conversion, fix video pts, remove extraMike Melanson
2002-09-04Added support for alphablendingRobin KAY
2002-09-03Improve chapter selection functions.James Courtier-Dutton
2002-09-03fix SMJPEG IMA so that it does not crash due to NULL pointer dereferenceMike Melanson
2002-09-03calculate more accurate pts values for the audio samplesMike Melanson
2002-09-02Comment unused functions.Daniel Caujolle-Bert
2002-09-02dispatch the A/V chunks to the decodersMike Melanson
2002-09-02added support for the IMA ADPCM audio in Westwood Studios' VQA filesMike Melanson
2002-09-02This might slow things down a bit, but I need to do it to test a problem with...James Courtier-Dutton
2002-09-02Implement proper prev/next chapter.James Courtier-Dutton
2002-09-01demuxes audio and video chunks properly nowMike Melanson
2002-09-01add buffer type for WC3 video; update WC4 video buffer typeMike Melanson
2002-09-01keyframe detection and hexdump enhancement by Staszek PaskoGuenter Bartsch
2002-09-01add XShm to the reference video decoderMike Melanson
2002-09-01typoMike Melanson
2002-09-01arghHeiko Schaefer
2002-09-01this is not a fix - but at least a52 passthrough should work again nowHeiko Schaefer
2002-09-01Id CIN demuxer now handles files with audioMike Melanson
2002-09-01Improve a few debug print statements.James Courtier-Dutton
2002-09-01Update a comment.James Courtier-Dutton
2002-09-01clarify what the 'l' in 'lpcm' stands forMike Melanson
2002-09-01updated SND/AU demuxer to recognize logarithmic PCM formats (and fixedMike Melanson
2002-09-01typoMike Melanson
2002-09-01added logarithmic PCM audio decoder (mu-law & A-law formats)Mike Melanson
2002-09-01added Roberto Togni's QT RPZA video decoderMike Melanson
2002-08-31fix mrl ending registration to cure xine-ui mrl browser segfaultsMichael Roitzsch
2002-08-31incorporate James' latest changes into the patchMichael Roitzsch
2002-08-31Add a printf so we can tell if a user is using xine's libdvdnav or the one fromJames Courtier-Dutton
2002-08-30be sure to pass right mrl (this->cur_mrl is wrong most of the time (logo mrl)).Daniel Caujolle-Bert
2002-08-30Add two new xine events: inform UI when vo output is needed or not (it's theDaniel Caujolle-Bert