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-10-23movenc: Add an F4V muxerClément Bœsch
2013-10-22nut: Fix unchecked allocationsDerek Buitenhuis
2013-10-21avio: Use AVERROR_PROTOCOL_NOT_FOUNDLuca Barbato
2013-10-18wtv: Seek by sector properlyLuca Barbato
2013-10-14http: Check the auth string contents and not only the pointerMichael Niedermayer
2013-10-14rtmp: Allocate the prev_pkt arrays dynamicallyMartin Storsjö
2013-10-13http: Support auth method detection for POSTMartin Storsjö
2013-10-13http: Add an option for forcing basic authenticationMartin Storsjö
2013-10-12oggparsevorbis: fail on memory allocation errorVittorio Giovara
2013-10-12oggvorbisdec: add support for embedded cover artJames Almer
2013-10-12flac: move picture parsing code in a separate fileJames Almer
2013-10-12oggdec: add support for Opus in Ogg demuxingNicolas George
2013-10-12oggparsevorbis: check allocationsVittorio Giovara
2013-10-12oggparsevorbis: support official chapter extensionJames Almer
2013-10-12riff: Add a mapping for VP6AMartin Storsjö
2013-10-10mxf: Add jpeg2000 codec to intra only codecsMatthieu Bouron
2013-10-10flvenc: Write proper cropping for VP6 even if there's no extradataMartin Storsjö
2013-10-10flvenc: Support muxing VP6A as wellMartin Storsjö
2013-10-10flvenc: Don't pretend to support muxing "plain" VP6Martin Storsjö
2013-10-10avi: directly resync on DV in AVI read failureLuca Barbato
2013-10-10avi: DV in AVI must be considered single streamLuca Barbato
2013-10-10avi: properly fail if the dv demuxer is missingLuca Barbato
2013-10-06bmv: Remove unused variableDiego Biurrun
2013-10-06oggparsevorbis: return meaningful errorsVittorio Giovara
2013-10-05mov: Don't allocate arrays with av_malloc that will be reallocedMartin Storsjö
2013-10-04rtmpproto: Validate the embedded flv packet size before copyingMartin Storsjö
2013-10-04rtmpproto: Readjust the end of the flv buffer if handle_metadata exited earlyMartin Storsjö
2013-10-04rtmpproto: Move the flv header/trailer addition to append_flv_dataMartin Storsjö
2013-10-04rtmpproto: Clear the flv allocation size on reallocp failuresMartin Storsjö
2013-10-04rtmpproto: Pass the 'live' parameter in the right unitMartin Storsjö
2013-10-04rtmpproto: Print the error code string if there's no descriptionMartin Storsjö
2013-10-04oggparsevorbis: K&R formatting cosmeticsVittorio Giovara
2013-10-04avformat/output-example: Declare link dependency on libswscale in the MakefileDiego Biurrun
2013-10-01rtmp: alias rtmp_listen to listenLuca Barbato
2013-10-01mxf: Remove a typoLuca Barbato
2013-09-30asfdec: Check the return value of asf_read_stream_propertiesMartin Storsjö
2013-09-29omadec: fix bitrate for ATRAC3+ streamsMaxim Poliakovski
2013-09-29Add support for multichannel ATRAC3+ streams.Maxim Poliakovski
2013-09-29mxfdec: set audio timebase to 1/samplerateAnton Khirnov
2013-09-29mov: Make sure the read sample count is nonnegativeMartin Storsjö
2013-09-29bfi: Add some very basic sanity checks for input packet sizesMartin Storsjö
2013-09-29bfi: Avoid divisions by zeroMartin Storsjö
2013-09-29electronicarts: Add more sanity checking for the number of channelsMartin Storsjö
2013-09-29riffdec: Add sanity checks for the sample rateMartin Storsjö
2013-09-29mvi: Add sanity checking for the audio frame sizeMartin Storsjö
2013-09-29xwma: Avoid division by zeroMartin Storsjö
2013-09-29avidec: Make sure a packet is large enough before reading its dataMartin Storsjö
2013-09-29vqf: Make sure the bitrate is in the valid rangeMartin Storsjö
2013-09-29vqf: Make sure sample_rate is set to a valid valueMartin Storsjö
2013-09-27lxf: check the nb_streams instead of relying on paddingLuca Barbato