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 (Collapse)Author
2015-01-03Happy new Year!Hendrik Leppkes
2014-09-01Allow selecting subtitles on a substring match in advanced modeJohn Peebles
Fixes issue 453. Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
2014-01-12Update copyright year to 2014Hendrik Leppkes
2013-12-16Initialize class variables in the class, instead of the constructorHendrik Leppkes
This uses the new C++11 initialization features, which put the init in the same place where they are declared.
2013-10-20Replace a few deprecated function callsHendrik Leppkes
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2012-08-17Update ffmpegHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-12-27Add ffmpeg log mechanics to lav videoHendrik Leppkes
2011-12-22Generate the stream description once on load, not on every query.Hendrik Leppkes
2011-12-19Fix audio bitdepth in stream format display.Hendrik Leppkes
2011-12-09Always use bits_per_coded_sample as the value for WAVEFORMATEX.wBitsPerSampleHendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
Fixes issue 87.
2011-05-11Add a flag for secondary audio streams.Hendrik Leppkes
2011-05-04Refactored initAudioType to be more concise and easier to manage.Hendrik Leppkes
2011-05-03Export get_codec_name from LAVFUtilsHendrik Leppkes
2011-05-03get_stream_language should take a constant AVStream.Hendrik Leppkes
2011-04-24Remove custom "ufile" protocol.Hendrik Leppkes
ffmpeg now provides a unicode capable "file" protocol for windows, so use that.
2011-04-09Add a debug function that outputs stream parsing types.Hendrik Leppkes
2011-03-18When detecting the AC3 substream of a TrueHD stream in mpeg-ts, copy over ↵Hendrik Leppkes
the parents stream metadata and flag it as a substream.
2011-02-05Updated copyright header for 2011Hendrik Leppkes
2011-01-28Use the non-deprecated functions that got moved to avcore.Hendrik Leppkes
2011-01-26Create a custom mediasubtype GUID for BluRay LPCM, as the format the MPC-HC ↵Hendrik Leppkes
Mpeg Splitter uses is pre-processed and not compatible with the ffmpeg pcm_bluray decoder.
2011-01-22Restructured project for future addition of other modules.Hendrik Leppkes