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
2013-09-18Add a WebP decoderJustin Ruggles
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-09-18rmdec: Validate the fps valueMartin Storsjö
2013-09-18movenc: Add an option for omitting the tfhd base offsetMartin Storsjö
2013-09-18movenc: Write the moof atom in two passesMartin Storsjö
2013-09-18rtmp: Support reading interleaved chunks.Josh Allmann
2013-09-17xmv: Add more sanity checks for parameters read from the bitstreamMartin Storsjö
2013-09-17rtmpproto: Extend a comment to explain the prev_pkt arrays rolesMartin Storsjö
2013-09-17rtmpproto: Consistently use the right prev_pkt arrayMartin Storsjö
2013-09-17rtmpproto: Check for the right return codeMartin Storsjö
2013-09-17mov: Don't use a negative duration for setting other fieldsMartin Storsjö
2013-09-17oggparseogm: Convert to use bytestream2Martin Storsjö
2013-09-17matroskadec: Verify realaudio codec parametersMartin Storsjö
2013-09-17rtmp: rename main_channel_id to stream_id.Josh Allmann
2013-09-17rtmp: Follow Flash player numbering for channels.Josh Allmann
2013-09-17rtmp: Send video on a separate channel.Josh Allmann
2013-09-16lavf: Make probe_codec return an error codeAlexandra Khirnova
2013-09-16lavf: Don't explicitly flush after each written packet in muxersClément Bœsch
2013-09-16lavf: Add a flag to enable/disable per-packet flushingLuca Barbato
2013-09-16flv: Do not export datastream as metadataLuca Barbato
2013-09-16rtmp: Store all the notify messagesLuca Barbato
2013-09-16rtmp: Do not send the first field twice within the handshakeLuca Barbato
2013-09-16rtmp: Drop an unneeded warningLuca Barbato
2013-09-16rtmp: Support play method in listen modeLuca Barbato
2013-09-16rtmp: Factor out publish specific codeLuca Barbato
2013-09-16vocdec: Don't update codec parameters mid-streamMartin Storsjö
2013-09-16sierravmd: Do sanity checking of frame sizesMartin Storsjö
2013-09-16omadec: Properly check lengths before incrementing the positionMartin Storsjö
2013-09-12matroskaenc: Fix stray pointers left over from av_reallocp_array refactoringAlexandra Khirnova
2013-09-12mp3: add .mpa extensionVittorio Giovara
2013-09-12mpc8: Make sure the first stream exists before parsing the seek tableMartin Storsjö
2013-09-12mpc8: Check the seek table size parsed from the bitstreamMartin Storsjö
2013-09-12ape: Don't allow the seektable to be omittedMartin Storsjö
2013-09-11smacker: Avoid integer overflow when allocating packetsMartin Storsjö
2013-09-11smacker: Don't return packets in unallocated streamsMartin Storsjö
2013-09-11dsicin: Add some basic sanity checks for fields read from the fileMartin Storsjö
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-09-10movenc: Simplify setting the fragmentation flagMartin Storsjö
2013-09-10movenc: Add a warning message if conflicting options have been specifiedMartin Storsjö
2013-09-10tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö
2013-09-07lavf: fix the comparison in an overflow checkAnton Khirnov
2013-09-07dv: Add a guard to not overread the ppcm arrayLuca Barbato
2013-09-06avisynth: K&R formatting cosmeticsDiego Biurrun
2013-09-06avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun
2013-09-04matroskaenc: Allow chapters to be written in trailerJohn Stebbins
2013-09-034xm: Check that the read track value is non-negativeMartin Storsjö
2013-09-03matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö
2013-09-03movenc: Don't flush after each written packetMartin Storsjö
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-09-02ape demuxer: check for EOF in potentially long loopsAnton Khirnov