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
2016-01-04Use codec descriptor for codec namesHendrik Leppkes
2016-01-01Update Copyright to 2016Hendrik Leppkes
2015-09-22Update ffmpegHendrik Leppkes
2015-06-05LAV Splitter: Fix a crash when the pixel format is invalid.Underground78
2015-01-03Happy new Year!Hendrik Leppkes
2014-09-01Allow selecting subtitles on a substring match in advanced modeJohn Peebles
2014-01-12Update copyright year to 2014Hendrik Leppkes
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-06-03Avoid calling av_dict_get twice on the same valueHendrik Leppkes
2013-05-09Support JPEG2000 DCinemaHendrik Leppkes
2013-05-09Use AV_PIX_FMT_* instead of the deprecated PIX_FMT_*Hendrik Leppkes
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2012-08-17Update ffmpegHendrik Leppkes
2012-02-13Update ffmpeg and adapt to new APIHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-12-27Add ffmpeg log mechanics to lav videoHendrik Leppkes
2011-12-22Remove old description functionHendrik 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-09Simplify log callback by using av_log_format_lineHendrik Leppkes
2011-12-09Always use bits_per_coded_sample as the value for WAVEFORMATEX.wBitsPerSampleHendrik Leppkes
2011-09-29Add "VideoHandler" to the list of useless mp4 track names.Hendrik Leppkes
2011-09-28Read MP4 titles from the hdlr handler_name atom.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-09-24Disable AV_LOG_DEBUG type loggingHendrik Leppkes
2011-07-02Support for MPEG-4 Timed Text subtitles (tx3g), found in mov and mp4 files.Hendrik Leppkes
2011-06-05Always show the language code in the stream selector.Hendrik Leppkes
2011-05-11Add a flag for secondary audio streams.Hendrik Leppkes
2011-05-03Fixed a bug that caused codec names to be corrupted.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-27Add support for detecting DTS Express tracks.Hendrik Leppkes
2011-04-25Move the Matroska SSA/ASS fix into ffmpeg itself, and don't try to trick it b...Hendrik Leppkes
2011-04-24Remove custom "ufile" protocol.Hendrik Leppkes
2011-04-23Completly block any possibility of gaining write access to the file.Hendrik Leppkes
2011-04-23Fix interpretation of new file opening flags.Hendrik Leppkes
2011-04-23Update ffmpeg (library version bumps, deprecated cruft removed)Hendrik Leppkes
2011-04-23Fixed mpeg2 codec name.Hendrik Leppkes
2011-04-09Add a debug function that outputs stream parsing types.Hendrik Leppkes
2011-04-05Use a more secure string operation to avoid overflows.Hendrik Leppkes
2011-03-18When detecting the AC3 substream of a TrueHD stream in mpeg-ts, copy over the...Hendrik Leppkes
2011-03-18Codec name/info should be all lower case.Hendrik Leppkes
2011-03-12Simply append the profile name for formats that do not require any special ha...Hendrik Leppkes
2011-03-12Clean up the name generation.Hendrik Leppkes
2011-03-12Add profile/level display for VC-1Hendrik Leppkes
2011-03-12Fix a crash when opening files without a language set.Hendrik Leppkes
2011-03-12If the stream language is "Undetermined", don't show it.Hendrik Leppkes
2011-03-11Added subtitle codec names.Hendrik Leppkes
2011-03-11Refactored stream name generation code.Hendrik Leppkes
2011-03-10Set the profile fallback to NULL instead of the empty string.Hendrik Leppkes