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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-27lxf: check the nb_streams instead of relying on paddingLuca Barbato
2013-09-27lxf: remove deplanarization hackPaul B Mahol
2013-09-27pcm: support 24-bit/32-bit little-endian planarPaul B Mahol
2013-09-27lxf: Support 16-channel filesCarl Eugen Hoyos
2013-09-27lxf: Support version 1 filesReimar Döffinger
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-27lavf: Allocate arrays with av_realloc if they will be realloced laterMartin Storsjö
2013-09-27rtpdec_qt: Add an accidentally removed allocation return value checkMartin Storsjö
2013-09-27tls: Add support for listen modeMartin Storsjö
2013-09-27http: Pass options through to the nested protocolMartin Storsjö
2013-09-27tls: Add options for verifying the peer certificateMartin Storsjö
2013-09-24matroskadec: check av_strdup() when setting defaultsAnton Khirnov
2013-09-22movenchint: Clear size and len if the realloc failedMartin Storsjö
2013-09-22movenc: Return a proper error code for invalid combinationsMartin Storsjö
2013-09-22electronicarts: Check packet sizes before readingMartin Storsjö
2013-09-22lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö
2013-09-22movenc: Use keyframes as default fragmentation point in ismvMartin Storsjö
2013-09-22movenc: Set all implicit flags immediately in mov_write_headerMartin Storsjö
2013-09-22movenc: Set mov->mode earlier in mov_write_headerMartin Storsjö
2013-09-22tls: Do not abort on non-fatal TLS alerts with gnutlsMartin Storsjö
2013-09-22flv: Make onTextData parsing robustLuca Barbato
2013-09-22rtmp: Replace a magic number with a macroLuca Barbato
2013-09-22rtmp: Rewrite embedded flv handlingLuca Barbato
2013-09-22rtmp: Refactor get_packetLuca Barbato
2013-09-22rtmp: Support AMF_DATA_TYPE_MIXEDARRAYLuca Barbato
2013-09-20h264dec: Add .avc file name extensionVittorio Giovara
2013-09-20h264dec: K&R formatting cosmeticsVittorio Giovara
2013-09-20rtmp: Unbreak get_packetLuca Barbato
2013-09-20rtmpproto: Add a comment explaining the logic in handle_notifyMartin Storsjö
2013-09-19r3d: Add more input value validationMartin Storsjö
2013-09-19rl2: Avoid a division by zeroMartin Storsjö
2013-09-19wtv: Add more sanity checks for a length read from the fileMartin Storsjö
2013-09-19yop: Clear all references to the AVBuffer in the local AVPacketMartin Storsjö
2013-09-19segafilm: Validate the number of audio channelsMartin Storsjö
2013-09-19movenc: Use null buffers for measuring the amount of data to be writtenMartin Storsjö
2013-09-19aviobuf: Add functions for null buffersMartin Storsjö
2013-09-19asfenc: mux chapters in ASF files using an ASF "marker" sectionVladimir Pantelic
2013-09-19asfenc: remember send time and offset of the index entriesVladimir Pantelic
2013-09-19asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic
2013-09-19asfdec: replace magic constant with DATA_HEADER_SIZEVladimir Pantelic
2013-09-19asfdec: substract preroll time from marker presentation timeVladimir Pantelic
2013-09-19idroqdec: Make sure a video stream has been allocated before returning packetsMartin Storsjö
2013-09-19rtmp: Unbreak handle_notifyLuca Barbato
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ö