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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-04matroskadec_haali: omit block additions instead of emitting them as a packetHendrik Leppkes
2017-08-04x86/hevc: use DECLARE_ALIGNED for on-stack tmp arrays to avoid crashesHendrik Leppkes
2017-08-04h264_parser: force grabing a new timestamp until a frame start was foundHendrik Leppkes
2017-08-04hevc: port intra pred SIMD from OpenHEVCHendrik Leppkes
2017-08-04hevc: port intrinsic SSE2 IDCT from OpenHEVCHendrik Leppkes
2017-08-04matroskadec_haali: print MatroskaParser error messagesHendrik Leppkes
2017-08-04matroskadec_haali: relax cluster and frame size checksHendrik Leppkes
2017-08-04matroskadec_haali: parse bit depth from BITMAPINFOHEADERHendrik Leppkes
2017-08-04matroskadec_haali: ensure chapter end time is validHendrik Leppkes
2017-08-04HACK: udp: allow circular receive buffer with w32threadsHendrik Leppkes
2017-08-04w32pthreads: provide pthread_cond_timedwait_w32, API incompatible timed waiter.Hendrik Leppkes
2017-08-04pthread_lockmgr: use a recursive pthreads mutexHendrik Leppkes
2017-08-04riff: add ProRes FourCCsCarl Eugen Hoyos
2017-08-04matroskadec_haali: support V_PRORESHendrik Leppkes
2017-08-04avformat: only perform global network init once.Hendrik Leppkes
2017-08-04matroskadec_haali: support demuxing QDM2/SVQ3 as written by mkvtoolnixHendrik Leppkes
2017-08-04avformat: try harder to find a duration of the mediaHendrik Leppkes
2017-08-04avformat/utils: don't overwrite existing program infos in av_new_programHendrik Leppkes
2017-08-04HACK mov: don't set the DEFAULT disposition because of wrong semanticsHendrik Leppkes
2017-08-04matroskadec_haali: export mkv codec id as metadataHendrik Leppkes
2017-08-04HACK Revert "h264: free the tables and uninitialize the context on flush"Hendrik Leppkes
2017-08-04h264: don't use deprecated YUVJ pixel formatsHendrik Leppkes
2017-08-04matroskadec_haali: don't allocate CodecPrivate on the stackHendrik Leppkes
2017-08-04matroskadec_haali: support all specified StereoMode valuesHendrik Leppkes
2017-08-04vc1: wait for bitstream recovery before starting decodingHendrik Leppkes
2017-08-04matroskadec_haali: implement support for DiscardPaddingHendrik Leppkes
2017-08-04matroskadec_haali: fix invalid buffer free when playing wavpack or dvb subtitlesHendrik Leppkes
2017-08-04matroskadec_haali: parse CodecDelay and SeekPreRollHendrik Leppkes
2017-08-04h264: increase MAX_SLICES to 256Hendrik Leppkes
2017-08-04HACK: hevc: ignore invalid extradataHendrik Leppkes
2017-08-04riff: add HEVC tagsHendrik Leppkes
2017-08-04matroskadec_haali: support HEVC demuxingHendrik Leppkes
2017-08-04Revert "avutil: Cast AV_NOPTS_VALUE to int64_t explicitly"Hendrik Leppkes
2017-08-04matroskadec_haali: Improve TTA duration calculationHendrik Leppkes
2017-08-04vorbiscomment: allow using vorbiscomment parser without input contextHendrik Leppkes
2017-08-04matroskadec_haali: fix dvb streams without the full dvb start codeHendrik Leppkes
2017-08-04matroskadec_haali: export full wavpack blocksHendrik Leppkes
2017-08-04avformat/file: use sequential file accessHendrik Leppkes
2017-08-04HACK: avcodec: export progressive_sequence informationHendrik Leppkes
2017-08-04Fraps: output repeat frames instead of discarding themJavier Cabezas
2017-08-04riff: don't try to parse too small WAVEFORMAT headersHendrik Leppkes
2017-08-04h264: set h->sps if none is set yetHendrik Leppkes
2017-08-04swscale: make sws_getCachedContext properly handle pre-processed formatsHendrik Leppkes
2017-08-04matroskadec_haali: optimize fuzzy CueAware seekingHendrik Leppkes
2017-08-04flac: export vorbiscomment metadata in extradataHendrik Leppkes
2017-08-04matroskadec_haali: defer parsing of the full MKV header until requiredHendrik Leppkes
2017-08-04matroskadec_haali: optimize opening of external segmentsHendrik Leppkes
2017-08-04HACK avio: add a flag to skip the fstat on file opening for performance reasonsHendrik Leppkes
2017-08-04matroskadec_haali: protect against unknown tracks causing a crashHendrik Leppkes
2017-08-04matroskadec_haali: added an option to suppress opening external segmentsHendrik Leppkes