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-05-03wav: return meaningful errorsLuca Barbato
2013-05-03silly typo fixesDiego Biurrun
2013-05-03id3v2: check for end of file while unescaping tagsLuca Barbato
2013-05-03matroskaenc: add an option to put the index at the start of the fileAnton Khirnov
2013-05-03matroskaenc: cosmetics, reorder the #includesAnton Khirnov
2013-05-02wav: K&R formatting cosmeticsLuca Barbato
2013-05-02id3v2: K&R formatting cosmeticsLuca Barbato
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-27oma: K&R formatting cosmeticsLuca Barbato
2013-04-27hls, segment: fix splitting for audio-only streams.Anton Khirnov
2013-04-25lavf: introduce AVFMT_TS_NEGATIVELuca Barbato
2013-04-22mxfenc: Use correct printf format specifier for int64_tDiego Biurrun
2013-04-21riff: Factor out WAVEFORMATEX parsingLuca Barbato
2013-04-21riff: Add ACTRAC3+ guidPeter Ross
2013-04-21riff: Perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross
2013-04-21riff: Move guid structs and helper functions into riffPeter Ross
2013-04-21riff: check for eof if chunk size and code are 0Luca Barbato
2013-04-21riff: K&R formatting cosmeticsLuca Barbato
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