Age | Commit message (Expand) | Author |
2004-09-01 | - add a nice name for the AVC1 codec | Bastien Nocera |
2004-08-30 | Fix builds where 'srcdir != builddir'. | Robin KAY |
2004-08-30 | Fix missing entry for ../xine-utils/xmlparser.c from previous commit. | Robin KAY |
2004-08-30 | running without video output is allowed | Daniel Caujolle-Bert |
2004-08-30 | Fix the way the library path is supplied when testing for libdga. Disable com... | Robin KAY |
2004-08-28 | Various fixes and improvements of mingw port: | František Dvořák |
2004-08-27 | generic mechanism for specifying subtitles encoding at demuxer level | Miguel Freitas |
2004-08-27 | MINGW32 port. Engine library and most of plugins compiles now. | František Dvořák |
2004-08-27 | another mpeg fourcc | Miguel Freitas |
2004-08-18 | Add standard macro for machine-endian fourcc | James Stembridge |
2004-08-17 | Stay within array bounds | James Stembridge |
2004-08-06 | Improved quality of overlays. | James Courtier-Dutton |
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 |