Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-08Fix a few warningsHendrik Leppkes
2012-04-28Only process fps values once validated to avoid errorsHendrik Leppkes
2012-04-27Improved FPS fallbacksHendrik Leppkes
2012-04-26Discard packets with a size of zero.Hendrik Leppkes
2012-04-26Avoid a crash on zero-sized packetsHendrik Leppkes
2012-04-25Remove now unused libzHendrik Leppkes
2012-04-25Use public APIs to access RIFF tagsHendrik Leppkes
2012-04-25Move matroska demuxer into ffmpegHendrik Leppkes
2012-04-22Add support for MPC-HCs AAC-ALS subtypeHendrik Leppkes
2012-04-16Remove mostly unused headerHendrik Leppkes
2012-04-05Use the video streams time offset for seeking, if required.Hendrik Leppkes
2012-04-03Implement our own MediaSample allocator to avoid one memory copy.Hendrik Leppkes
2012-04-03Always zero-pad the Packets data bufferHendrik Leppkes
2012-04-01Add subtypes and configuration for ALACHendrik Leppkes
2012-04-01Free memory containing the file nameHendrik Leppkes
2012-04-01Improve playback rate supportHendrik Leppkes
2012-03-31Remove unused CheckConnect functionHendrik Leppkes
2012-03-31Fix two small memory leaksHendrik Leppkes
2012-03-29Fix stream detection on some bluraysHendrik Leppkes
2012-03-28Validate that the PGS buffers are not overreadHendrik Leppkes
2012-03-27Increase audio queue sizeHendrik Leppkes
2012-03-21Force VC-1 parsing in raw filesHendrik Leppkes
2012-03-21Allow seeking back to position 0 for raw video formats without timestamps.Hendrik Leppkes
2012-03-21Add support for RALFHendrik Leppkes
2012-03-21Output H264-ES and RTP/RTSP as H264, not as AVC1Hendrik Leppkes
2012-03-17Enable timestamp processing for raw mpegvideoHendrik Leppkes
2012-03-10Fix playback of files with exported coverart streamsHendrik Leppkes
2012-03-09mkv: fix a parsing error in Block AdditionsHendrik Leppkes
2012-03-09Properly handle an unset start time.Hendrik Leppkes
2012-03-09Set current time to the last packets stop time instead of the start time.Hendrik Leppkes
2012-03-08Automatically determine if VC-1 extradata needs to be zero padded for VIH2 cr...Hendrik Leppkes
2012-03-08mkv: increase possible aspect ratio precissionHendrik Leppkes
2012-03-08mkv: don't set codec time baseHendrik Leppkes
2012-03-08mkv: remove any processing of the RealAudio headers and output them as-is to ...Hendrik Leppkes
2012-03-06Fix a bunch of datatype size related warningsHendrik Leppkes
2012-03-06Fill in missing stream information in the BD demuxerHendrik Leppkes
2012-03-02mkv: Allow duplicate codec idsHendrik Leppkes
2012-02-29Implement ISpecifyPropertyPages2Hendrik Leppkes
2012-02-26mkv: avoid seeking/skipping on network sourcesHendrik Leppkes
2012-02-26mkv: avoid seeking during demuxingHendrik Leppkes
2012-02-26mkv: only seek when really requiredHendrik Leppkes
2012-02-24Increase analyze duration for mpeg-ts by factor 1.5Hendrik Leppkes
2012-02-23Add more AAC media typesHendrik Leppkes
2012-02-20mkv: increase maximum size of codec private dataHendrik Leppkes
2012-02-18Update ffmpegHendrik Leppkes
2012-02-13Update ffmpeg and adapt to new APIHendrik Leppkes
2012-02-12Slightly adjust size of the LAVSplitter formats properties page.Hendrik Leppkes
2012-02-11Tweak queue sizes some more.Hendrik Leppkes
2012-02-11Re-write installer script.Hendrik Leppkes
2012-02-09Don't use a default codec tag for DV, it can cause confusion in the decoder.Hendrik Leppkes