summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16Now isn't that amazing? xine-lib actually compiles with the metronomMichael Roitzsch
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch
2003-11-16buffer type for 4X ADPCMMike Melanson
2003-11-16introduce the slave metronom concept (Thibaut, Miguel: it's a bit differentMichael Roitzsch
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch
2003-11-15demux_action_pending privateMiguel Freitas
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
2003-11-15change demux api:Miguel Freitas
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
2003-11-13define FOURCC only onceMarco Zuehlke
2003-11-12fix CVS placeholderMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-08inform the user of why stream cannot be saved.Miguel Freitas
2003-11-08Enclose forbid of saving between ifdefs for people, who may do it.František Dvořák
2003-11-07should fix the freeze reported by JeroenMiguel Freitas
2003-11-04Final patches for compiling xine under MSVC:František Dvořák
2003-11-02add some missing plugins listing functions.Daniel Caujolle-Bert
2003-11-02configfile beautification:Michael Roitzsch
2003-11-02Fix SEGFAULT beside error if no plugin loaded yet.František Dvořák
2003-10-31Fix the unresolved symbol in ffmpeg configured on systems with XVMC.František Dvořák
2003-10-31metronom patch from Thibaut:Michael Roitzsch
2003-10-30* modify the engine slightly, so that the stream member in a video frame orMichael Roitzsch
2003-10-30tighten up some functions to make xine less prone to crashingMike Melanson
2003-10-28this const is bad, since xine_post_wire takes non-const in/outputsMichael Roitzsch
2003-10-26Code review from Daniel.Thibaut Mattern
2003-10-26lookups are locked nowMichael Roitzsch
2003-10-26* refactor config entry sort functionsMichael Roitzsch
2003-10-25yep, AC3 data can occur in Quicktime filesMike Melanson
2003-10-24* notify the user that the save feature is disabled by defaultMichael Roitzsch
2003-10-24obsolete a special buffer type (fewer special cases is better)Mike Melanson
2003-10-23I should have seen this coming...Michael Roitzsch
2003-10-23- be quietBastien Nocera
2003-10-23cleanup in video_out.hMichael Roitzsch
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY
2003-10-22reduce the security value to make the entry visible in xine-uiMichael Roitzsch
2003-10-22Daniel, I hope you don't mind that I readd a placeholder for str_sticky,Michael Roitzsch
2003-10-21remove this config relic, sticky_str was removes more than year ago.Daniel Caujolle-Bert
2003-10-21adding members in the middle of an engine structure breaks plugin APIMichael Roitzsch
2003-10-21fix typoMichael Roitzsch
2003-10-20Clog the security hole in RIP input plugin. Streams may be saved only into on...František Dvořák
2003-10-19Rename meta_helper info_helper.Thibaut Mattern
2003-10-19Add fourcc for Real 14.4 codecJames Stembridge
2003-10-18Add meta_helper.[h|c]Thibaut Mattern
2003-10-18Add io_helper and meta_helper.Thibaut Mattern
2003-10-18Metainfo helper functions.Thibaut Mattern
2003-10-15Revert the bad fix.Thibaut Mattern
2003-10-14just a little commentThibaut Mattern
2003-10-14Fix DISC_ABSOLUTE (and DISC_RELATIVE) for audio only streams.Thibaut Mattern
2003-10-14Add a callback to the buffer_pool_alloc function.Thibaut Mattern