Age | Commit message (Expand) | Author |
2003-07-12 | reports the number of skipped/discarded frames | Miguel Freitas |
2003-07-12 | trying to fix make dist | Miguel Freitas |
2003-07-12 | - check only the stream id | Thibaut Mattern |
2003-07-12 | btw, reduce prebuffer so settings take effect faster | Miguel Freitas |
2003-07-12 | fix confusion (and segfaults) between class and plugin contexts | Miguel Freitas |
2003-07-12 | - adding support for the Intel compiler icc | Michael Roitzsch |
2003-07-12 | add yv12_to_yuy2_mmxext | Miguel Freitas |
2003-07-12 | use yuy2_to_yv12 | Miguel Freitas |
2003-07-12 | add yuy2_to_yv12 conversion | Miguel Freitas |
2003-07-12 | provide configuration entries for tvtime plugin | Miguel Freitas |
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-11 | - Fix by Michael Roitzsch to not use callbacks to get the real codecs path (C... | Bastien Nocera |
2003-07-11 | moving all libavcodec defines over to $(LIBFFMPEG_CFLAGS) and making sure, | Michael Roitzsch |
2003-07-10 | - use io_helper functions | Thibaut Mattern |
2003-07-10 | when two concurrent threads want to create the same config entry, both | Michael Roitzsch |
2003-07-09 | Attempt to catch more data chunks that will cause the decoder to lock up | James Stembridge |
2003-07-09 | this is in fact a boolean | Michael Roitzsch |
2003-07-08 | updated theorapart of the demuxer to consider clipping | Andreas Heinchen |
2003-07-08 | added cropping/offset to theoradecoder (patch by Philip Jägenstedt) | Andreas Heinchen |
2003-07-07 | removed call to removed funtion | Andreas Heinchen |
2003-07-04 | cleaning up; removing unused stuff | Marco Zuehlke |
2003-07-04 | Approximate pts values are now sent. | James Courtier-Dutton |
2003-07-04 | sync to ivtv cvs | Miguel Freitas |
2003-07-03 | cleaning up; removing unused stuff | Marco Zuehlke |
2003-07-03 | cleaning up; removing unused stuff | Marco Zuehlke |
2003-07-03 | remove // | Miguel Freitas |
2003-07-03 | disabled plugins that will not compile | Mike Melanson |
2003-07-03 | cleaning up; removing unused stuff | Marco Zuehlke |
2003-07-02 | Metronom does the pts prediction now, not the decoders. | James Courtier-Dutton |
2003-07-02 | fix unreleased mutex, also some reordering to guarantee consistency of | Miguel Freitas |
2003-07-02 | Update xine to use new alsa api. | James Courtier-Dutton |
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 | use the correct mutex | Miguel Freitas |
2003-06-29 | port of some simple video filters from mplayer | Miguel Freitas |
2003-06-29 | on some DVDs, the first highlight information (which button to highlight) will | Michael Roitzsch |
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-27 | apply patch from Bastien for ffmpeg silence | Michael Roitzsch |
2003-06-27 | offer sputext config options before playback starts | Michael Roitzsch |
2003-06-27 | - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!) | Ewald Snel |
2003-06-27 | these functions actually have (void) parameters, not (), which is equal to (...) | Michael Roitzsch |
2003-06-27 | Fix third pixel motion compensation | Ewald Snel |
2003-06-26 | these should be static | Miguel Freitas |
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-25 | not all gcc versions support all these options, so probe them before using | Michael Roitzsch |