Age | Commit message (Expand) | Author |
2004-09-11 | Support for H.264/AVC video | James Stembridge |
2004-09-09 | Identify CMML (Continuous Media Markup Language) logical bitstreams in Annodex | Andre Pang |
2004-09-02 | Warnings on WIN32. | František Dvořák |
2004-09-02 | - remove C99 declaration usage | Bastien Nocera |
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-08-28 | Improve handling of Transport Mpeg streams. | James Courtier-Dutton |
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-21 | little cleanup and improved the playback of broaken iff files | Manfred Tremmel |
2004-08-19 | Don't read past end of index when seeking to end of file | James Stembridge |
2004-08-18 | allow seaking to end of file | James Stembridge |
2004-08-18 | 1) Always store fourcc's in machine endian order | James Stembridge |
2004-08-17 | Show where error messages are coming from | James Stembridge |
2004-07-30 | possibly fix the sync problem recently reported on xine-devel | Miguel Freitas |
2004-07-25 | a buffer of size 1024 can only be filled with 1023 characters | Michael Roitzsch |
2004-07-20 | removing unused structure member | Michael Roitzsch |
2004-07-19 | merging some VDR patches from Reinhard | Miguel Freitas |
2004-07-14 | Moritz patch for matroska vobsub support | Miguel Freitas |
2004-07-11 | better detection by extension for mpeg_block (thanks to James Slorach) | 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 | buffer should be large enought (Thibaut's hunt) | Daniel Caujolle-Bert |
2004-07-09 | Ogg demuxer: | Andre Pang |
2004-07-07 | fix typo (bug #977510) | Miguel Freitas |
2004-07-04 | don't do pointer arithmetics with void*, because sizeof(void) is undefined | Michael Roitzsch |
2004-07-03 | hmmm, don't ask me why it worked on some machines... | Thibaut Mattern |
2004-06-23 | bugfix: changed call to seek from old to new behaviour | Andreas Heinchen |
2004-06-15 | fix variable declarations | Miguel Freitas |
2004-06-14 | - implemented a crude time-based seeking in the wave demuxer | Bastien Nocera |
2004-06-14 | decrease the prio of demux_mpeg to try mpeg_pes first | Michael Roitzsch |
2004-06-14 | fix compiler warning | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-06-11 | new native FLAC demuxer | Mike Melanson |
2004-06-10 | If no format identifier, assume A52. | James Courtier-Dutton |
2004-06-07 | Try to determine if wave atom actually contains a waveformatex header | James Stembridge |
2004-06-05 | Support big decoder init data chunk (> 8192 bytes). | Thibaut Mattern |
2004-06-01 | Add FIXME comment. | James Courtier-Dutton |
2004-06-01 | better workaround for alac, another of the MPEG audio clique that | Mike Melanson |
2004-05-31 | more appropriate function | Mike Melanson |
2004-05-31 | - oops, some debug in there... | Bastien Nocera |
2004-05-31 | - get the file length using seek() instead of the data_TAG, for the benefit | Bastien Nocera |
2004-05-30 | Don't send a DISC at each unexpected packet sequence. | Thibaut Mattern |
2004-05-30 | special provision for 'samr', another codec that doesn't play by the | Mike Melanson |
2004-05-29 | special considerations for AVI files with a compression ID of 0 (treat | Mike Melanson |
2004-05-29 | framerate and PCM audio fixes | Mike Melanson |
2004-05-29 | make the RoQ demuxer a little more elegant, perhaps fix some bugs too | Mike Melanson |
2004-05-27 | - fix avi->compressor not being set correctly (lack of parenthesis) | Miguel Freitas |
2004-05-23 | 1) Simpler fragment skipping for RV30 and RV40 | James Stembridge |