summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2004-09-01- add a nice name for the AVC1 codecBastien Nocera
2004-08-30Fix builds where 'srcdir != builddir'.Robin KAY
2004-08-30Fix missing entry for ../xine-utils/xmlparser.c from previous commit.Robin KAY
2004-08-30running without video output is allowedDaniel Caujolle-Bert
2004-08-30Fix the way the library path is supplied when testing for libdga. Disable com...Robin KAY
2004-08-28Various fixes and improvements of mingw port:František Dvořák
2004-08-27generic mechanism for specifying subtitles encoding at demuxer levelMiguel Freitas
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
2004-08-27another mpeg fourccMiguel Freitas
2004-08-18Add standard macro for machine-endian fourccJames Stembridge
2004-08-17Stay within array boundsJames Stembridge
2004-08-06Improved quality of overlays.James Courtier-Dutton
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
2004-07-22protect from overly long filenamesMichael Roitzsch
2004-07-222 extra bytes is enough, one for the '/' and one for '\0'Michael Roitzsch
2004-07-22frontends could have crashed xine-lib by passing a too long filenameMichael Roitzsch
2004-07-22since we potentially add a '\n', we cannot fill the string to the limit earlierMichael Roitzsch
2004-07-19fix for brightness driftMiguel Freitas
2004-07-15check number of frames on fifo before deciding to skip decodingMiguel Freitas
2004-07-14Moritz patch for matroska vobsub supportMiguel Freitas
2004-07-06fix a long standing bug: streams were not played till their very end, becauseMiguel Freitas
2004-07-05when first_frame_flag drops to 0, first_frame_reached has to be emittedMichael Roitzsch
2004-06-27only issue the warning on unavailable audio devices under the conditionMichael Roitzsch
2004-06-26do not assume YV12 and YUY2 are the only image formatsMichael Roitzsch
2004-06-25exit pause loop, when video loop is terminatedMichael Roitzsch
2004-06-23* fix the realloc-bug introduced by me and found by FrantisekMichael Roitzsch
2004-06-21removing unused SPU_DVD_SUBTYPE_SUBP_CONTROL and the stream_filter stuffMichael Roitzsch
2004-06-19modified patch from Reinhard Nissl to report the length of the out fifosMichael Roitzsch
2004-06-19rename part of config entry keys from "plugin" to "subsection", because forMichael Roitzsch
2004-06-19this comment is outdated since decoders provide the discontinuity() functionMichael Roitzsch
2004-06-19force slave metronoms to reinit when a new master is attached; otherwise aMichael Roitzsch
2004-06-19readd the decoder's name to the description of the config entry, but doMichael Roitzsch
2004-06-16Fix description in decoder priority config entry - there must be different po...František Dvořák
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-13make sure the current decoder plugin name is included in verbosity debugMiguel Freitas
2004-06-10Argl, I forgot to shorten the mask because of the new PLUGIN_NO_UNLOAD flag,Michael Roitzsch
2004-06-09two amazingly stupid bugs pointed out by Daniel Mack:Michael Roitzsch
2004-06-08a better approach to the module unload preventionMichael Roitzsch
2004-06-05From: Daniel MackJames Courtier-Dutton
2004-06-02Do not loop in __wait_first_frame.Thibaut Mattern
2004-06-01acknowledge the existence of Apple's Lossless Audio Codec (alac)Mike Melanson
2004-05-30there are more image formats than YV12 and YUY2 -> fixes DXR3 crashMichael Roitzsch
2004-05-29separate the two semantics of querying a port's status with a NULL stream;Michael Roitzsch
2004-05-27another xvid fourccMiguel Freitas
2004-05-24Comply with convention - put wFormatTag value before fourcc'sJames Stembridge
2004-05-241) Support AAC in AVIJames Stembridge
2004-05-23Improve seeking smoothness.Thibaut Mattern
2004-05-23Remove 2 added lines from the previous commit.Thibaut Mattern
2004-05-23Move the "wait first frame" stuff to a separate function.Thibaut Mattern
2004-05-23rename from AO_CAP_32BITS to AO_CAP_FLOAT32Michael Roitzsch