summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-18Fixed writing outside of buffer when there are more than MAX_PIDS scrambled p...Petri Hintukainen
2011-07-22demux_ts: Added buffer size checks. Make sure buffer size is not set to negat...Petri Hintukainen
2011-07-16parse_pes_header(): eliminated local variable by simplifying the code that sk...Petri Hintukainen
2011-07-16demux_ts: Fixed reading outside of buffer: check header length before parsing...Petri Hintukainen
2011-07-16demux_ts: Fixed reading outside of buffer. Checking if pes header length == 6...Petri Hintukainen
2011-08-01demux_ts: removed unneeded check ((stream_id & 0xf0) == 0xe0 implies stream_i...Petri Hintukainen
2011-07-18Removed unneeded checkPetri Hintukainen
2011-07-15Factorized known audio pid search codePetri Hintukainen
2011-07-15Removed unused parameterPetri Hintukainen
2011-07-22demux_ts: Removed unused and write-only variablesPetri Hintukainen
2011-09-10Remove the attempt to auto-detect audio/video streams from the MPEG-TS.Chris Rankin
2011-09-10Ensure that the stream reference inside each event queue is counted,Chris Rankin
2011-09-10Not every audio packet can be used to determine the sample rate and number ofChris Rankin
2011-09-10Pad end of audio data buffer with zeros, as instructed by the API documentation.Chris Rankin
2011-09-10Use xine's fast memcpy function instead of standard library one.Chris Rankin
2011-09-10Optimise flags usage.Chris Rankin
2011-09-10Tidy up flags usage.Chris Rankin
2011-09-05No longer require libarts.Darren Salt
2011-08-26DVB syncTorsten Jager
2011-08-29Add AAC LATM support from FFmpeg 0.7+Chris Rankin
2011-08-09Cosmetics: reordered functionsPetri Hintukainen
2011-08-09ffmpeg VC-1: scan for extradata (sequence header) from preview buffersPetri Hintukainen
2011-08-14Fixed multithreaded decoding with lavc >= 52.112.0.Petri Hintukainen
2011-08-23Logic error with AC3 demuxerChris Rankin
2011-08-22Video deadlock fixTorsten Jager
2011-08-22UI freeze fixTorsten Jager
2011-08-22Audio crash fixTorsten Jager
2011-08-13rv30 & rv40 supportTorsten Jager
2011-08-13VP8 supportTorsten Jager
2011-08-13ffmpeg audio crash fix (sse2 alignment)Torsten Jager
2011-08-10Merge.Darren Salt
2011-07-09Fixed 20-bit BluRay PCM audio. In this format samples are padded to 24 bits, ...Petri Hintukainen
2011-07-09Fixed 24-bit BluRay PCM audio broken by commit 7b6c2dc0ac98. Samples are 24 b...Petri Hintukainen
2011-07-09Composition descriptor state is only two bitsPetri Hintukainen
2011-07-09Cosmetics: reordered functionsPetri Hintukainen
2011-07-09Killed warningsPetri Hintukainen
2011-07-09Fixed hiding subtitles: composition descriptor state has nothing to do with h...Petri Hintukainen
2011-07-08Improved standard compilance: Drop cached data at epoch start or acquistion p...Petri Hintukainen
2011-05-17Fix build with very recent copies of FFmpegBrad Smith
2011-05-16Remove an excess "{".Darren Salt
2011-05-15Better support for 24-bit lpcmChristopher Martin
2011-03-27Add "-no-undefined" as late as possible in the ./configure processVolker Grabsch
2011-03-20Check that we've found both AAC signaturesLorenzo Desole
2011-03-13Define event for additional VDR key.Reinhard Nißl
2011-03-02Output a log message if raising of nice priority fails for video out and deco...Andreas Auras
2011-03-02Recognize changes of cropping parameters within a frame and trigger recalcula...Andreas Auras
2011-03-02Fixes two issues of video out standard cropping feature.Andreas Auras
2011-03-02Do not copy pointer to acceleration data of a frame when propagating changes ...Andreas Auras
2011-01-21Fix parallel building (.deb packaging).Darren Salt
2011-01-21Disable decoder flush from video out to avoid decoding errors.Reinhard Nißl