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-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_AV_GETTIME cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_INTERLEAVE_PACKET cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_READ_PACKET cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_APPLEHTTP_PROTO cruftAnton Khirnov
2013-03-11lavf: remove disabled FF_API_CLOSE_INPUT_FILE cruftAnton Khirnov
2013-03-08output-example: Update to use encode_video2 instead of the now dropped encode...Martin Storsjö
2013-03-08tty: set avg_frame_rate.Anton Khirnov
2013-03-08Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-03-08mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-02rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö
2013-03-02flvdec: Check the return value of a mallocMartin Storsjö
2013-03-02flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö
2013-02-27lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2013-02-23mov: use the format context for logging.Anton Khirnov
2013-02-09asfdec: do not assume every AVStream has a corresponding ASFStreamAnton Khirnov
2013-02-09asfdec: support reading ID3v2 tags in ASF filesVladimir Pantelic
2013-02-09asfdec: also read Metadata Library ObjectVladimir Pantelic
2013-02-09asfdec: read the full Metadata Object, not just aspect ratio informationVladimir Pantelic
2013-02-09asfdec: silence a warningVladimir Pantelic
2013-02-06asf: K&R formatting cosmeticsDiego Biurrun
2013-02-01Use proper "" quotes for local header #includesDiego Biurrun
2013-02-01bink demuxer: set framerate.Anton Khirnov
2013-02-01bink demuxer: check malloc return valueAnton Khirnov
2013-01-31avisynth: Change demuxer name to avoid conflicts with AVSDiego Biurrun
2013-01-30movenc: Simplify code by using avio_wb24Martin Storsjö
2013-01-29mvi: set framerateAnton Khirnov
2013-01-24rtpenc_chain: Use the original AVFormatContext for getting payload typeMartin Storsjö
2013-01-24rtp: Make sure the output format pointer is setMartin Storsjö
2013-01-24rtp: Make sure priv_data is set before reading itMartin Storsjö
2013-01-23rtpenc: fix overflow checking in avc_mp4_find_startcode()Xi Wang
2013-01-23rtmp: fix buffer overflows in ff_amf_tag_contents()Xi Wang
2013-01-23rtmp: fix multiple broken overflow checksXi Wang
2013-01-22rtpenc: Start the sequence numbers from a random offsetMartin Storsjö
2013-01-21avidec: use sensible error codes instead of -1Jindrich Makovicka
2013-01-21srtp: Move a variable to a local scopeMartin Storsjö
2013-01-21srtp: Add tests for the crypto suite with 32/80 bit HMACMartin Storsjö
2013-01-21srtp: cosmetics: Use fewer lines for the test vectorsMartin Storsjö
2013-01-21srtp: Don't require more input data than what actually is neededMartin Storsjö
2013-01-21srtp: Improve the minimum encryption buffer size checkMartin Storsjö
2013-01-21srtp: Add support for a few DTLS-SRTP related crypto suitesMartin Storsjö
2013-01-21rtpdec/srtp: Handle CSRC fields being presentMartin Storsjö
2013-01-21rtpdec: Check the return value from av_new_packetMartin Storsjö
2013-01-20rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö
2013-01-20rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö
2013-01-20rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö