Age | Commit message (Expand) | Author |
2004-03-16 | changing decoder priorities: | Michael Roitzsch |
2004-03-14 | hey, I've always wondered who was in charge of all that MPEG decoding | Mike Melanson |
2004-01-12 | it seems i forgot to commit the api increase (demux/decoder). weird. | Miguel Freitas |
2004-01-12 | - ignore CRC errors when decoding MP3s, so that Bastien can listen to his bro... | Bastien Nocera |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
2003-12-06 | Do not set stream/meta info if the demuxer has already done the job. | Thibaut Mattern |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-15 | more helper functions cleanup (stream info, meta info) | Miguel Freitas |
2003-01-31 | update ffmpeg | Miguel Freitas |
2003-01-11 | Fix 'crackling sound' at the beginning of some MPEG files | Ewald Snel |
2003-01-08 | fixes/cleanups of the handled/unhandled codecs | Miguel Freitas |
2003-01-03 | Assumes this job. | Thibaut Mattern |
2002-12-21 | Fix memory leaks | Ewald Snel |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-11-12 | merge metronom's improvements (inform decoders about discontinuities) | Miguel Freitas |
2002-10-21 | Fix BUF_FLAG_PREVIEW problem (ie don't repeat first second). | Thibaut Mattern |
2002-10-20 | demux_mpgaudio ported to new api, small fixes | Guenter Bartsch |
2002-10-20 | make avi demuxer send preview buffers, libmad uses them to extract stream/met... | Guenter Bartsch |
2002-10-19 | set audio_out | Guenter Bartsch |
2002-10-17 | move open_plugin function (used to create new plugin instances) from the plug... | Michael Roitzsch |
2002-10-16 | another interface version problem solved :) | Guenter Bartsch |
2002-10-14 | dispose function was missing in audio decoder class too, mad plugin compiles now | Guenter Bartsch |
2002-09-05 | remove plugin's private priority and interface members | Michael Roitzsch |
2002-09-05 | make all the plugin init functions static | Michael Roitzsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-07-28 | comments fixed :) | Heiko Schaefer |
2002-07-05 | Bump up version numbers due to changes in xine_t | Michael Roitzsch |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-05-25 | patch from Michael Roitzsch: | Siggi Langauf |
2002-04-23 | Increment audio/video/spu decoder and input plugin API version number | Ewald Snel |
2002-04-23 | Fix memory leaks by disposing input, demux and decoder plugins at exit | Ewald Snel |
2002-04-09 | - new (fast) demuxer seeking scheme | Miguel Freitas |
2002-04-07 | forget pts on reset | Miguel Freitas |
2002-04-01 | check preview flag | Miguel Freitas |
2002-03-11 | metronom and demuxers should work again (although not all demuxers are fully ... | Guenter Bartsch |
2002-02-09 | the long-awaited video_out changes, not completely debuged (races) | Guenter Bartsch |
2002-01-05 | updates for closed caption decoder | Miguel Freitas |
2001-12-25 | another bug reported by Christer Palm | Miguel Freitas |
2001-12-11 | audio_decoder->reset() on discontinuities | Miguel Freitas |
2001-11-13 | metronom logic changed | Heiko Schaefer |
2001-11-10 | very unfinished scr discontinuity detection stuff, new software audio out buf... | Guenter Bartsch |
2001-09-12 | small libmad debug output cleanup | Guenter Bartsch |
2001-09-11 | Fix some Floating point exceptions | James Courtier-Dutton |
2001-09-06 | Fix error checking for failed ao_instance->open | Juergen Keil |
2001-09-01 | sometimes mpeg audio streams change parameters, other times libmad is simply ... | Guenter Bartsch |
2001-09-01 | Do not crash, when caller passes bufs with more than INPUT_BUF_SIZE bytes | Juergen Keil |