Age | Commit message (Expand) | Author |
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 |
2004-05-09 | Add wFormatTag value used for DTS | James Stembridge |
2004-05-09 | Valid error description for gethostbyname. Obsolete function hstrerror() has ... | František Dvořák |
2004-05-07 | move lprintf to the right location (where variables are initialized) | Daniel Caujolle-Bert |
2004-05-07 | * fix config file loading: enums are read as numbers, although written as str... | Michael Roitzsch |
2004-05-04 | Port support for VP5 and VP6 from mplayer | James Stembridge |
2004-04-30 | - better error messages for the io_helper functions | Bastien Nocera |
2004-04-27 | rename module name | Daniel Caujolle-Bert |
2004-04-26 | help strings added for all remaining config entries (so I hope) | Michael Roitzsch |
2004-04-25 | Fix typo in prototype. | Robin KAY |
2004-04-24 | I forgot to commit this file. | Thibaut Mattern |
2004-04-22 | This patch allows the engine to handle frames with duration=0. | Thibaut Mattern |
2004-04-17 | swap usage of "up" and "down" to the more common meaning: | Michael Roitzsch |
2004-04-16 | - flush the events queue before returning from an open() so that the front-ends | Bastien Nocera |