Age | Commit message (Expand) | Author |
2006-11-10 | Properly set the video as unhandled if there are more video tracks unhandled ... | Diego 'Flameeyes' Pettenò |
2006-11-10 | Even if video is not handled, let's say that it is there, so the frontends ca... | Diego 'Flameeyes' Pettenò |
2006-11-09 | Add support for playing OggFlac files (still not 100% complete, but will play... | Diego 'Flameeyes' Pettenò |
2006-09-14 | Suppose we're using a Speex version new enough to have the speex subdir every... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2005-04-27 | Fixed division by 0 | Thibaut Mattern |
2005-02-14 | Cache the theora granuleshift when reading theora headers, and condense | Conrad Parker |
2005-02-14 | fix calculation of CMML pts: actually use granulerates from CMML/AnxData | Conrad Parker |
2005-02-06 | Added node_plugin_t pointer to the demux struct. | Thibaut Mattern |
2004-12-21 | add CMML bos page reconizer | Conrad Parker |
2004-12-17 | Fix header buffer leak. | Thibaut Mattern |
2004-12-17 | Simple chained streams support | Thibaut Mattern |
2004-12-12 | Code cleanups and elimination of some compiler warnings; patch courtesy of AL13N | Andre Pang |
2004-12-03 | remove unused lenbytes calculation in cmml handler | Conrad Parker |
2004-09-09 | Identify CMML (Continuous Media Markup Language) logical bitstreams in Annodex | Andre Pang |
2004-09-01 | demux_ogg.c: | Andre Pang |
2004-09-01 | Added more fine-grained logging to Ogg demuxer to make output easier to follow | Andre Pang |
2004-08-30 | add support for speex headers in new location (eg. <speex/speex.h>) for | Conrad Parker |
2004-07-25 | a buffer of size 1024 can only be filled with 1023 characters | Michael Roitzsch |
2004-07-10 | Fix for Annodex/Ogg demuxer when detection by extension is used; credit to | Andre Pang |
2004-07-10 | Split detect_content function into detect_ogg_content and detect_anx_content | Andre Pang |
2004-07-09 | Ogg demuxer: | Andre Pang |
2004-06-23 | bugfix: changed call to seek from old to new behaviour | Andreas Heinchen |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-16 | Priority support. | Thibaut Mattern |
2004-03-30 | bugfix for ogms larger than 2 GB - thanks to Andrew de Quincey | Andreas Heinchen |
2004-02-22 | small code cleanup | Andreas Heinchen |
2004-02-19 | apply modified Mandrake patch (provided by Goetz Waschk and Gwenole Beauchesne) | Michael Roitzsch |
2004-02-15 | small fix for language of ogg-spu-streams | Andreas Heinchen |
2004-02-09 | Always send frame duration using BUF_FLAG_FRAMERATE | James Stembridge |
2004-02-03 | When no special audio track is selected (auto mode) the | Marco Zuehlke |
2004-01-29 | don't send comment packets to the video decoder | Marco Zuehlke |
2004-01-23 | implement chapter skipping in ogm files | Marco Zuehlke |
2004-01-16 | ffmpeg: repair BUF_FLAG_FRAME_START\ndemux_ogg: don't send too many preview b... | Marco Zuehlke |
2004-01-13 | cut the long functions into smaller chunks | Marco Zuehlke |
2004-01-13 | remove debug output | Marco Zuehlke |
2004-01-12 | it seems i forgot to commit the api increase (demux/decoder). weird. | Miguel Freitas |
2004-01-09 | Put stream_info into a struct on it's own. | Marco Zuehlke |
2004-01-09 | - rework semantics of some buffer flags. check buffer.h for details. | Miguel Freitas |
2003-12-30 | check if MAX_STREAMS is exceed and do not crash... | Miguel Freitas |
2003-12-26 | * cure the ABI breakage: XINE_LANG_MAX cannot be increased | Michael Roitzsch |
2003-12-23 | - some more endianness fixes to ogg demuxer | Miguel Freitas |
2003-12-21 | speed improvement of my last change, thanks Thibaut | Manfred Tremmel |
2003-12-20 | solved some big-endian problemes | Manfred Tremmel |
2003-12-10 | housekeeping: | Miguel Freitas |
2003-12-10 | - remove XINE_LANG_LABEL_MAX_SIZE, there's already XINE_LANG_MAX for that | Bastien Nocera |
2003-12-09 | Fix crash with really long subtitle/language names in ogm/off files | Bastien Nocera |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |