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
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2013-01-30Rewrite logic for H.264 AnnexB/AVC1 processing.Hendrik Leppkes
2013-01-21Relax checks for AVC1-in-AVIHendrik Leppkes
2013-01-12Set some default values for AAC to support detecting more odd streams.Hendrik Leppkes
2013-01-12Support AVC1-style H.264 in AVIHendrik Leppkes
2013-01-01Improve support for multi-channel AAC in MPEG-TSHendrik Leppkes
2012-12-07Improve Ogg H.264 checkHendrik Leppkes
2012-12-07Output H.264 in Ogg as AnnexB and don't try to convert to AVCHendrik Leppkes
2012-12-07Always pass container info into media type creation funcsHendrik Leppkes
2012-12-05Properly pass rawvideo extradata from LAV Splitter to LAV VideoHendrik Leppkes
2012-10-14Slightly modify the default vob paletteHendrik Leppkes
2012-10-14Improve DVD subtitle mediatype to include the frame size informationHendrik Leppkes
2012-10-13Make two helper functions staticHendrik Leppkes
2012-10-07Support SRT-styled subs in AVIHendrik Leppkes
2012-10-07Added a special LAV raw video type so that raw video split by LAV Splitter ca...Hendrik Leppkes
2012-10-02Suppress any extradata for SRT subtitles. The format does not have any header...Hendrik Leppkes
2012-09-22Add type mappings for new subrip codec idHendrik Leppkes
2012-08-17Update ffmpegHendrik Leppkes
2012-06-26Try to block misdetections of mpeg1/2 videoHendrik Leppkes
2012-03-21Output H264-ES and RTP/RTSP as H264, not as AVC1Hendrik Leppkes
2012-03-06Fix a bunch of datatype size related warningsHendrik Leppkes
2012-02-23Add more AAC media typesHendrik Leppkes
2012-02-13Update ffmpeg and adapt to new APIHendrik Leppkes
2012-02-09Don't use a default codec tag for DV, it can cause confusion in the decoder.Hendrik Leppkes
2012-01-30Move stream validation into the stream creation functions.Hendrik Leppkes
2012-01-25Adjust FLAC media type to block connection to ReClockHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2012-01-06Only expose ArcSoft/Cyberlink subtypes on sources that have an "incomplete" e...Hendrik Leppkes
2012-01-06Preserve the WMVA subtype, in addition to WVC1Hendrik Leppkes
2011-12-22Generate the stream description once on load, not on every query.Hendrik Leppkes
2011-11-26Adjust the format tag for our special ADTS AAC media type.Hendrik Leppkes
2011-11-20Add support for RGB24 raw video.Hendrik Leppkes
2011-11-12Properly set sample size on raw pcm media types.Hendrik Leppkes
2011-10-21Change the default vob palette.Hendrik Leppkes
2011-10-21Use the video width/height as fallback for MP4 VobSub if no tkhd atom was found.Hendrik Leppkes
2011-10-21Improve default palette handling for dvd vobsubs.Hendrik Leppkes
2011-10-21Pass the avformat context through the stream info routines.Hendrik Leppkes
2011-10-21Improve DVD subtitle media types.Hendrik Leppkes
2011-10-20Include isom.h instead of copying the MOVStreamContext struct.Hendrik Leppkes
2011-10-20Add support for VobSub in MP4Hendrik Leppkes
2011-09-30Add a new AAC ADTS mediatype for AAC with the ADTS header intact.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-09-01Switch to VIH2 when the decoder suggests a AR as well.Hendrik Leppkes
2011-09-01Support RGB raw video.Hendrik Leppkes
2011-08-22Rename formatTypeHandler to videoFormatTypeHandler.Hendrik Leppkes
2011-08-16Set stream languages on Blu-rays before creating media types.Hendrik Leppkes
2011-08-10Properly handle MJPEG with different FourCCs.Hendrik Leppkes
2011-07-22Use the proper APIs to modify the media type properties instead of toyingHendrik Leppkes
2011-07-02Support for MPEG-4 Timed Text subtitles (tx3g), found in mov and mp4 files.Hendrik Leppkes
2011-05-25Use the DVD LPCM media type for PCM S16BE in MPEG files, and properly support...Hendrik Leppkes