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-27win32: Use 64-bit fstat/lseek variants for MSVC as wellHendrik Leppkes
2013-03-27win32: Make ff_win32_open more robustReimar Döffinger
2013-03-27win32: Allow other programs to open the same filesReimar Döffinger
2013-03-27ape: use correct context for the bit table printed in debugKostya Shishkov
2013-03-26lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö
2013-03-25ape: 3.80-3.92 decoding supportKostya Shishkov
2013-03-20rtmp: Pass the parameters to do_adobe_auth in the right orderMartin Storsjö
2013-03-19Revert "asfenc: return error on negative timestamp"Anton Khirnov
2013-03-18iff: validate CMAP palette sizeKostya Shishkov
2013-03-18asfenc: return error on negative timestampLuca Barbato
2013-03-15lavf: sanity check size in av_get/append_packet().Anton Khirnov
2013-03-15flacdec: simplify bounds checking in flac_probe()Xi Wang
2013-03-15add support for Monkey's Audio versions from 3.93Kostya Shishkov
2013-03-15mpegts: add support for stream_type 0x42, which is CAVSCan Wu
2013-03-14rsodec: Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-12matroskadec: request a read buffer for the wav headerLuca Barbato
2013-03-12Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun
2013-03-12anm: Get rid of some very silly goto statementsDiego Biurrun
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ö