Age | Commit message (Expand) | Author |
2003-08-28 | Fix bug in demux_mpeg_pes.c | James Courtier-Dutton |
2003-08-28 | Don't segfault, when there is no comment for a subtitle. | Marco Zuehlke |
2003-08-25 | Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ... | Daniel Caujolle-Bert |
2003-08-19 | Laurent Aimar <fenrir@videolan.org> mpeg demuxer fixes | Miguel Freitas |
2003-08-16 | Fix bug in playing A52 .wav files via SPDIF passthrough. | James Courtier-Dutton |
2003-08-12 | display time when playing yuv4mpeg2 files | James Stembridge |
2003-08-12 | whoops, header contains pixel, not frame aspect ratio | James Stembridge |
2003-08-12 | improvements to header parsing | James Stembridge |
2003-08-10 | new patches from Frantisek, cdda fixes/improvements | Miguel Freitas |
2003-08-10 | apply Frantisek patches to handle end of streams better | Miguel Freitas |
2003-08-09 | Handle PMT tables better "demux_ts.c" . | James Courtier-Dutton |
2003-08-09 | Improve readablity of code and add FIXME comments. | James Courtier-Dutton |
2003-08-09 | Make debug printf's more consistent. All pid's now printed in hex. | James Courtier-Dutton |
2003-08-07 | remove useless gnu89 compiler flag, some configure tweaking | Michael Roitzsch |
2003-08-05 | - correctly use the Xing header in some VBR MP3s to get the correct bitrate a... | Bastien Nocera |
2003-08-01 | assert() is not acceptable for handling stream errors | Miguel Freitas |
2003-07-30 | video is i420 not yv12 | James Stembridge |
2003-07-27 | Fix keyframe detection for non-seekable input plugins. | Thibaut Mattern |
2003-07-25 | small housekeeping: demuxer api seeks in miliseconds | Miguel Freitas |
2003-07-22 | be stricter about selecting audio/video streams to play | James Stembridge |
2003-07-22 | 1) fix slider position in files with multiple data chunks | James Stembridge |
2003-07-21 | - don't crash if we don't have a base MRL for the reference MRL | Bastien Nocera |
2003-07-19 | Better detection of VBR streams. | Thibaut Mattern |
2003-07-19 | 1) more reliable method of detecting the end of the file | James Stembridge |
2003-07-19 | do not modify the prebuffer offset before the demuxer has actually | Michael Roitzsch |
2003-07-19 | Do not try to seek with reference files. | Thibaut Mattern |
2003-07-18 | increase maximum number of video streams | James Stembridge |
2003-07-17 | improved seeking-accuracy in ogg demuxer, some comments | Andreas Heinchen |
2003-07-16 | more cleanup; remove unused variables; use lprintf | Marco Zuehlke |
2003-07-16 | more cleanup; remove unused variables; use lprintf | Marco Zuehlke |
2003-07-16 | Handle videos with 10s still frames. | Thibaut Mattern |
2003-07-14 | Little cleanup in pts computing code + a debug printf() | Thibaut Mattern |
2003-07-12 | - check only the stream id | Thibaut Mattern |
2003-07-12 | Fix for mpeg streams with large PES packets. | James Courtier-Dutton |
2003-07-11 | - check only the 2 first bytes of video/audio chunk RIFF header (only the str... | Thibaut Mattern |
2003-07-08 | updated theorapart of the demuxer to consider clipping | Andreas Heinchen |
2003-07-04 | cleaning up; removing unused stuff | Marco Zuehlke |
2003-07-03 | cleaning up; removing unused stuff | Marco Zuehlke |
2003-07-03 | cleaning up; removing unused stuff | Marco Zuehlke |
2003-07-03 | cleaning up; removing unused stuff | Marco Zuehlke |
2003-07-01 | Some minor fixes. One buffer leak fix. | James Courtier-Dutton |
2003-07-01 | Turn off some debug. | James Courtier-Dutton |
2003-07-01 | Some updates. | James Courtier-Dutton |
2003-07-01 | New implementation of MPEG PES demuxer. | James Courtier-Dutton |
2003-06-29 | - fix rtsp redirections, and division by zero crash, helps with: | Bastien Nocera |
2003-06-29 | - simplify a bit the binary search | Thibaut Mattern |
2003-06-26 | Try to un-autodetect when we see a PAT,PMT. | James Courtier-Dutton |
2003-06-26 | Update to make A52 Audio work with Video Lan Server playing a DVD. | James Courtier-Dutton |
2003-06-22 | Fix unaligned access in real demuxer | Robin KAY |
2003-06-21 | set a different default duration | Mike Melanson |