Age | Commit message (Expand) | Author |
2002-10-01 | implemented proper video codec detection, calculated proper frame | Mike Melanson |
2002-10-01 | err...bring back ability for QT demuxer to play from start, and fix | Mike Melanson |
2002-10-01 | In the following Makefile.am variable is how to correctly comment out | Stephen Torri |
2002-09-30 | simple beautification | Michael Roitzsch |
2002-09-30 | implemented proper frame duration calculation, fixed temporal position | Mike Melanson |
2002-09-28 | wow, 1 line makes all the difference between "working" and | Mike Melanson |
2002-09-28 | eliminate separate pts counter for audio; this makes pts handling | Mike Melanson |
2002-09-28 | added support for seeking by exploiting special characteristics of the | Mike Melanson |
2002-09-28 | preliminary greyscale palette support; not perfect yet, but it keeps | Mike Melanson |
2002-09-24 | prevent pts based wrap detections after we had a nav-detected | Michael Roitzsch |
2002-09-24 | revised VQA demuxer to eliminate any hope of random seeking during | Mike Melanson |
2002-09-23 | preliminary support for edit lists in video traks; cleaned up audio | Mike Melanson |
2002-09-22 | finally figured out how to free some temporary tables | Mike Melanson |
2002-09-22 | communicate video depth to video decoder | Mike Melanson |
2002-09-21 | bring the SMJPEG, VQA, and CDA demuxers up to new API spec | Mike Melanson |
2002-09-21 | bring the FLI and RoQ demuxers up to the new API spec | Mike Melanson |
2002-09-21 | bring the Id CIN and WC3 movie demuxers up to the new API specs | Mike Melanson |
2002-09-21 | load audio stream information | Mike Melanson |
2002-09-21 | load audio stream information and strengthen QT detection method to | Mike Melanson |
2002-09-21 | bring the audio-only demuxers (WAV, AIFF, VOC, SND) up to the new API | Mike Melanson |
2002-09-21 | bring the QT and FILM demuxers up to the new API spec | Mike Melanson |
2002-09-19 | 64 bits timestamping to avoid overflows (usefull for livestreams where timest... | Guenter Bartsch |
2002-09-19 | Updated cvscompile.sh to look for configure.ac | Stephen Torri |
2002-09-19 | Update configure.in for new libdvdnav version. | James Courtier-Dutton |
2002-09-19 | some ogg/vorbis streams seem to require a higher treshold | Guenter Bartsch |
2002-09-18 | make new plugin loader check api versions, fix api versions for adapted demux... | Guenter Bartsch |
2002-09-18 | OGG/VORBIS etc. checking is broken in ./cvscompile.sh. | James Courtier-Dutton |
2002-09-18 | first steps towards implementing stream/meta info | Guenter Bartsch |
2002-09-10 | bring back all the demuxers | Michael Roitzsch |
2002-09-07 | one more 'const' and independent x/y zooming parameters | Michael Roitzsch |
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-09-04 | fix seeking bug (thanks to Thibaut Mattern) | Michael Roitzsch |
2002-09-04 | add support for special palette conversion, fix video pts, remove extra | Mike Melanson |
2002-09-03 | calculate more accurate pts values for the audio samples | Mike Melanson |
2002-09-02 | dispatch the A/V chunks to the decoders | Mike Melanson |
2002-09-01 | demuxes audio and video chunks properly now | Mike Melanson |
2002-09-01 | keyframe detection and hexdump enhancement by Staszek Pasko | Guenter Bartsch |
2002-09-01 | typo | Mike Melanson |
2002-09-01 | Id CIN demuxer now handles files with audio | Mike Melanson |
2002-09-01 | updated SND/AU demuxer to recognize logarithmic PCM formats (and fixed | Mike Melanson |
2002-08-31 | fix mrl ending registration to cure xine-ui mrl browser segfaults | Michael Roitzsch |
2002-08-30 | Add two new xine events: inform UI when vo output is needed or not (it's the | Daniel Caujolle-Bert |
2002-08-28 | send start buffers before headers(preview buffers) | Guenter Bartsch |
2002-08-28 | make sure enough preview buffers of every stream are sent | Guenter Bartsch |
2002-08-27 | - Use BUF_FLAG_SEEK. | Thibaut Mattern |
2002-08-27 | - remove an unused variable | Thibaut Mattern |
2002-08-27 | - Use bitrate to choose the best video stream and the best audio stream. | Thibaut Mattern |
2002-08-25 | Use buf_flag_seek (perfect seeking :-) ) | Thibaut Mattern |