summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-09less noiseMichael Roitzsch
2002-11-08Fix and update Jérôme entryDaniel Caujolle-Bert
2002-11-08Better handling of the end of the discontinuity.Thibaut Mattern
2002-11-08vcd input plugin now compiles on SolarisRobin KAY
2002-11-08vcd input plugin compiles againGuenter Bartsch
2002-11-08There was a bug in discontinuity handling.Thibaut Mattern
2002-11-07return of the stdin pluginGuenter Bartsch
2002-11-07this fixes a52 passthrough on my system (sblive 5.1 oss driver)Heiko Schaefer
2002-11-07ts demuxer compiles againGuenter Bartsch
2002-11-07bugfixes by Howdy PierceGuenter Bartsch
2002-11-06fix stream ending deadlock without audio driverDaniel Caujolle-Bert
2002-11-05Resets stream_length when opening a new stream.Thibaut Mattern