Age | Commit message (Expand) | Author |
2004-08-02 | no objections so far: committing the fine speed control patch | Miguel Freitas |
2004-07-22 | protect from overly long filenames | Michael Roitzsch |
2004-07-22 | 2 extra bytes is enough, one for the '/' and one for '\0' | Michael Roitzsch |
2004-07-22 | frontends could have crashed xine-lib by passing a too long filename | Michael Roitzsch |
2004-07-22 | since we potentially add a '\n', we cannot fill the string to the limit earlier | Michael Roitzsch |
2004-07-19 | fix for brightness drift | Miguel Freitas |
2004-07-15 | check number of frames on fifo before deciding to skip decoding | Miguel Freitas |
2004-07-14 | Moritz patch for matroska vobsub support | Miguel Freitas |
2004-07-06 | fix a long standing bug: streams were not played till their very end, because | Miguel Freitas |
2004-07-05 | when first_frame_flag drops to 0, first_frame_reached has to be emitted | Michael Roitzsch |
2004-06-27 | only issue the warning on unavailable audio devices under the condition | Michael Roitzsch |
2004-06-26 | do not assume YV12 and YUY2 are the only image formats | Michael Roitzsch |
2004-06-25 | exit pause loop, when video loop is terminated | Michael Roitzsch |
2004-06-23 | * fix the realloc-bug introduced by me and found by Frantisek | Michael Roitzsch |
2004-06-21 | removing unused SPU_DVD_SUBTYPE_SUBP_CONTROL and the stream_filter stuff | Michael Roitzsch |
2004-06-19 | modified patch from Reinhard Nissl to report the length of the out fifos | Michael Roitzsch |
2004-06-19 | rename part of config entry keys from "plugin" to "subsection", because for | Michael Roitzsch |
2004-06-19 | this comment is outdated since decoders provide the discontinuity() function | Michael Roitzsch |
2004-06-19 | force slave metronoms to reinit when a new master is attached; otherwise a | Michael Roitzsch |
2004-06-19 | readd the decoder's name to the description of the config entry, but do | Michael Roitzsch |
2004-06-16 | Fix description in decoder priority config entry - there must be different po... | František Dvořák |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-06-13 | make sure the current decoder plugin name is included in verbosity debug | Miguel Freitas |
2004-06-10 | Argl, I forgot to shorten the mask because of the new PLUGIN_NO_UNLOAD flag, | Michael Roitzsch |
2004-06-09 | two amazingly stupid bugs pointed out by Daniel Mack: | Michael Roitzsch |
2004-06-08 | a better approach to the module unload prevention | Michael Roitzsch |
2004-06-05 | From: Daniel Mack | James Courtier-Dutton |
2004-06-02 | Do not loop in __wait_first_frame. | Thibaut Mattern |
2004-06-01 | acknowledge the existence of Apple's Lossless Audio Codec (alac) | Mike Melanson |
2004-05-30 | there are more image formats than YV12 and YUY2 -> fixes DXR3 crash | Michael Roitzsch |
2004-05-29 | separate the two semantics of querying a port's status with a NULL stream; | Michael Roitzsch |
2004-05-27 | another xvid fourcc | Miguel Freitas |
2004-05-24 | Comply with convention - put wFormatTag value before fourcc's | James Stembridge |
2004-05-24 | 1) Support AAC in AVI | James Stembridge |
2004-05-23 | Improve seeking smoothness. | Thibaut Mattern |
2004-05-23 | Remove 2 added lines from the previous commit. | Thibaut Mattern |
2004-05-23 | Move the "wait first frame" stuff to a separate function. | Thibaut Mattern |
2004-05-23 | rename from AO_CAP_32BITS to AO_CAP_FLOAT32 | Michael Roitzsch |
2004-05-21 | Don't wait if the flush already occured. | Thibaut Mattern |
2004-05-18 | track number of times the port has being opened. | Miguel Freitas |
2004-05-18 | bits, rate and mode were not set when audio post plugin was first created | Miguel Freitas |
2004-05-17 | Fix noises appearing when seeking and using the upmix plugin. | James Courtier-Dutton |
2004-05-16 | From: Reinhard Nissl. | James Courtier-Dutton |
2004-05-16 | From: Reinhard Nissl. | James Courtier-Dutton |
2004-05-16 | Priority support for demuxer and input plugins (engine part). | Thibaut Mattern |
2004-05-15 | Some more updates for 24bit sound. | James Courtier-Dutton |
2004-05-15 | Minor adjustments to start adding 24bit and 32bit-Float audio sample support. | James Courtier-Dutton |
2004-05-13 | Don't set the img->duration to the default if it's 0 in vo_frame_draw - this ... | James Stembridge |
2004-05-11 | make sure displayed values are sane, that is, we are not trying to display | Miguel Freitas |
2004-05-09 | Add portable version of the bswap_64 macro. | Robin KAY |