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
2015-04-28mpegts: Update the PSI/SI table only if the version changeJohn Högberg
2015-04-24riff: Add GMP4 fourcc for mpeg4Vittorio Giovara
2015-04-24riff: Add GLV4 fourcc for mpeg4Vittorio Giovara
2015-04-24rtsp: Make sure we don't write too many transport entries into a fixed-size a...Martin Storsjö
2015-04-23rtpenc_jpeg: Handle case of picture dimensions not dividing by 8Andrey Utkin
2015-04-23rtsp: Don't warn about unparsed time rangesMartin Storsjö
2015-04-20lavf: Fix variables constness in ff_iso8601_to_unix_time()Vittorio Giovara
2015-04-20rmenc: Drop the temporary buffer for ac3 byteswapLuca Barbato
2015-04-20ogg: Forward errors furtherLuca Barbato
2015-04-20dashenc: Add a publishTime field in dynamic manifestsMartin Storsjö
2015-04-20g2meet: Support G2M5 codec variantEric Zimmerman
2015-04-20mov: Double-check that alias path is not an absolute pathVittorio Giovara
2015-04-20mov: Read alternate absolute path in dref alisVittorio Giovara
2015-04-20Canopus HQ/HQA decoderVittorio Giovara
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-18matroskadec: fix crash when parsing invalid mkvThomas Guillem
2015-04-15avisynth: Simplify shared library name constructionDiego Biurrun
2015-04-14avisynth: Bump minimum required version to interface version 6Stephen Hutchinson
2015-04-14avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson
2015-04-12rtsp: Fix unchecked return valueHimangi Saraogi
2015-04-12rtsp: Check a malloc return valueHimangi Saraogi
2015-04-09libavformat: Handle error return from ff_listen_bindAnders Nystrom
2015-04-09riff: Add 'M705' FourCC for mpeg2videoVittorio Giovara
2015-04-09mov: Rely on box type rather than file type for colr atomVittorio Giovara
2015-04-08matroskadec: export cover art correctlywm4
2015-04-07parseutils: Make av_small_strptime publicLuca Barbato
2015-04-03mpegtsenc: Take max_delay into account when buffering multiple audio packets ...Martin Storsjö
2015-04-01rtsp: Add a buffer_size optionLuca Barbato
2015-04-01rtp: Add an option to set the send/receive buffer sizeLuca Barbato
2015-04-01rtp: Map the urloptions to AVOptionsLuca Barbato
2015-03-30build: Split JPEG-related tables off into a separate componentDiego Biurrun
2015-03-29udp: Fix pkt_size managementLuca Barbato
2015-03-24avisynth: update documentation about the avisynth_c.h headerStephen Hutchinson
2015-03-24avisynth: Fix compilation against current 2.6 header(s).Stephen Hutchinson
2015-03-23mov: Write the display matrix in orderVittorio Giovara
2015-03-23movenc: Write the make and model metadata keys for mov style filesMartin Storsjö
2015-03-22oggdec: Check memory allocationFederico Tomassetti
2015-03-22mms: Check memory allocationFederico Tomassetti
2015-03-22rmenc: Check memory allocationFederico Tomassetti
2015-03-19movenc: write the display transform matrixAnton Khirnov
2015-03-19movenc: Don't assume that fragment durations in pts is equal to duration in dtsMartin Storsjö
2015-03-19movenc: Move sidx edit list timestamp adjustment into a blockMartin Storsjö
2015-03-19movenc: Only adjust the cts offset at the start of fragments if necessaryMartin Storsjö
2015-03-19movenc: Write pts timestamps in tfxd, instead of dts timestampsMartin Storsjö
2015-03-19movenc: Set the last packet duration based on the next packet when autoflushingMartin Storsjö
2015-03-19dashenc: Heuristically fill in the duration of packets that need itMartin Storsjö
2015-03-19movenc: Heuristically set the duration of the last sample in a fragment if no...Martin Storsjö
2015-03-19udp: Fix crashes after adding AVOptionsMartin Storsjö
2015-03-18mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis
2015-03-17mov: Fix little endian audio detectionVittorio Giovara