summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-11-16Sometimes there is no space after ':'Thibaut Mattern
2002-11-16- return -1 if there is no mixer available so that xine-ui gets theMichael Roitzsch
2002-11-15First attempt to implement "Shoutcast Metadata Protocol".Thibaut Mattern
2002-11-15Fix memory leak (1192KB/stream)Ewald Snel
2002-11-15Fix memory leak (temporary copy of header buffer)Ewald Snel
2002-11-15Fix more memory leaksEwald Snel
2002-11-15Fix more memory leaksEwald Snel
2002-11-15load some more meta/stream infoMike Melanson
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-11-14sync and enable dv decoderMiguel Freitas
2002-11-14Fix memory leaksEwald Snel
2002-11-14(patch) demux_ts_parse_packet does notMiguel Freitas
2002-11-14cut & paste bandit strikes againMike Melanson
2002-11-13another mime-typeGuenter Bartsch
2002-11-13remove debug printf()'sMike Melanson
2002-11-13Fix w32a_dispose.Thibaut Mattern
2002-11-13more mime typesGuenter Bartsch
2002-11-12adapt to new interface version (add discontinuity function)Michael Roitzsch
2002-11-12adapt dxr3 decoder to new interface (add discontinuity function)Michael Roitzsch
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
2002-11-12even more agressive consistency checkingGuenter Bartsch
2002-11-12use xmalloc instead of malloc so memory footprint can be easily traced and me...Guenter Bartsch
2002-11-12audio_out.c takes care of locking again, so audio_oss_out.c doesn't need it a...Guenter Bartsch
2002-11-12fix buffer leakage in ao_loop, re-introduce lock around all driver functions,...Guenter Bartsch
2002-11-12(very) small memleakGuenter Bartsch
2002-11-11A try to fix ao_flush() loopThibaut Mattern
2002-11-11BUF_FLAG_PREVIEW was not used in preview mode.Thibaut Mattern
2002-11-11Fix xine_check on non-Linux platformsRobin KAY
2002-11-11gui_data_exchange function is requiredDaniel Caujolle-Bert
2002-11-11add none vo pluginDaniel Caujolle-Bert
2002-11-11prevent libmpeg2 from freeing the same frame twiceMichael Roitzsch
2002-11-11preliminary cleanup. use avcodec_alloc_context() so ffmpeg can set the defaultMiguel Freitas
2002-11-11less differencesMiguel Freitas
2002-11-11sync ffmpegMiguel Freitas
2002-11-11native video decoders now report themselves in the stream/meta infoMike Melanson
2002-11-11LPCM decoder reports itself in the stream/meta info fieldsMike Melanson
2002-11-11native audio codecs now report themselves in the stream/meta info fieldsMike Melanson
2002-11-11added some missing stream attributesMike Melanson
2002-11-11Updated so that the function set_hc_result is now private to the file.Stephen Torri
2002-11-11added exhaustive debugging facilities that can be turned on and off likeMike Melanson
2002-11-11Major thanks to Daniel for guiding me through the wonderful world ofStephen Torri
2002-11-11fix snapshot colorsMiguel Freitas
2002-11-10Clean up code for printing of strings.Stephen Torri
2002-11-10We are not borrowing code. Unnecessary comment from when I was debatig how to doStephen Torri
2002-11-10src/video_out/video_out_xv.c:Stephen Torri
2002-11-10deinterlacing fix by James SlorachMichael Roitzsch
2002-11-10fix wrong abs macro; many thanks to James Slorach for finding this nasty,Michael Roitzsch
2002-11-10proper locking of display_img_buf_queue to avoid races with vo_flushMichael Roitzsch
2002-11-10set fixed offset, otherwise the offset accumulates during multiple pluginMichael Roitzsch
2002-11-10fix backward seekingGuenter Bartsch