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-04-19mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer
2013-04-16flvenc: do not mux more than one stream per typeRafaël Carré
2013-04-11img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-04-09srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTHMartin Storsjö
2013-04-09rtpdec: Increase max rtp packet size to 8192Andrew Van Til
2013-04-09lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til
2013-04-04img2: Add j2k file extension for JPEG 2000Nicolas Bertrand
2013-04-04xmv: do not leak memory in the error paths in xmv_read_header()Anton Khirnov
2013-04-04xmv: check audio track parameters validity.Anton Khirnov
2013-04-04id3v2: pad the APIC packets as required by lavc.Anton Khirnov
2013-04-04lavf: make sure stream probe data gets freed.Anton Khirnov
2013-04-03matroska: pass the lace size to the matroska_parse_rm_audioLuca Barbato
2013-04-03matroska: fix a corner case in ebml-lace parsingLuca Barbato
2013-04-03matroska: Update the available size after lace parsingDale Curtis
2013-03-31oma: Validate sample ratesLuca Barbato
2013-03-28flvdec: read audio sample size and channels metadataJustin Ruggles
2013-03-28flvdec: use the correct audio codec id when parsing metadataJustin Ruggles
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