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
2011-12-21mkv: don't need to sync timestamps for streams that are disabled.0.43Hendrik Leppkes
2011-12-20Fix playback of AC3 substreamsHendrik Leppkes
2011-12-20mkv: set the track mask so that useless queues get cleared.Hendrik Leppkes
2011-12-20Only initialize ffmpeg once.Hendrik Leppkes
2011-12-20mkv: pass track mask to mkv_ReadFrameHendrik Leppkes
2011-12-20mkv: factor track mask creation into a helper functionHendrik Leppkes
2011-12-20mkv: update track ignore mask before seekingHendrik Leppkes
2011-12-20mkv: don't read packages for unwanted streamsHendrik Leppkes
2011-12-20Discard all inactive streamsHendrik Leppkes
2011-12-19Add AMV video subtype mappingHendrik Leppkes
2011-12-19Add ADPCM IMA AMV codec mappingHendrik Leppkes
2011-12-19Fix audio bitdepth in stream format display.Hendrik Leppkes
2011-12-17Return an error code when the file has no known duration.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-12-08Lower demuxing thread priority to avoid starving the decoding threads.Hendrik Leppkes
2011-12-08Properly free the worker thread handles when shutting them down.Hendrik Leppkes
2011-12-07mkv: Disable the key-frame logic when seeking to an index entry.Hendrik Leppkes
2011-12-07mkv: Set the position to -1 in the index, as its unreliable otherwise.Hendrik Leppkes
2011-11-30mkv: Only use timestamps when they are marked validHendrik Leppkes
2011-11-29Add explorer.exe to the list of applications that won't get subtitles.Hendrik Leppkes
2011-11-28Disable subtitles when running under certain applications that cannot handle ...Hendrik Leppkes
2011-11-27Fix a bug in VorbisHeader2 creationHendrik Leppkes
2011-11-26Adjust the format tag for our special ADTS AAC media type.Hendrik Leppkes
2011-11-26Increase number of supported streams to 64.Hendrik Leppkes
2011-11-26Export Cue entries into the av stream index.Hendrik Leppkes
2011-11-26Implement attachmentsHendrik Leppkes
2011-11-26Implement chaptersHendrik Leppkes
2011-11-26Add support for zlib compressed tracks.Hendrik Leppkes
2011-11-26Add support for header removal compressionHendrik Leppkes
2011-11-25Add parsing of the "Forced" flag.Hendrik Leppkes
2011-11-25Implement demuxing using matroskaparser.Hendrik Leppkes
2011-11-25ReindentHendrik Leppkes
2011-11-25Add zlibHendrik Leppkes
2011-11-25Added MatroskParserHendrik Leppkes
2011-11-25Avoid casting convergence_duration to integerHendrik Leppkes
2011-11-22Import ffmpeg codec tags instead of copying the structures.Hendrik Leppkes
2011-11-20Add support for RGB24 raw video.Hendrik Leppkes
2011-11-20Properly set seek flags in the BD demuxer.Hendrik Leppkes
2011-11-20Fix two cases of signed/unsigned warnings.Hendrik Leppkes
2011-11-18Remove "Fix broken HD-PVR" option, and activate it always.Hendrik Leppkes
2011-11-16Add debug message on file openingHendrik Leppkes
2011-11-16Disable timestamp mangling for MPEG-1 as well.Hendrik Leppkes
2011-11-14Only mark the formats page as dirty when an option changed.Hendrik Leppkes
2011-11-12Add a debug message when the stop time is reached.Hendrik Leppkes
2011-11-12Obey the stoptime, if the player sets one.Hendrik Leppkes
2011-11-12Remove unused constructorHendrik Leppkes
2011-11-12Use a more generic setup for queue size adjustments.Hendrik Leppkes
2011-11-12Increase queue sizes for TrueHD.Hendrik Leppkes
2011-11-12Allow the queue limits to be specified per output pin.Hendrik Leppkes