Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-16Remove commented-out #includesDiego Biurrun
2013-05-14mmf: Write metadata into an Optional Data chunkYoshihisa Uchida
2013-05-09mmf: K&R formatting cosmeticsLuca Barbato
2013-05-07oma: properly forward errors in oma_read_packetLuca Barbato
2013-05-07oma: return meaningful errorsLuca Barbato
2013-05-07nut: use meaningful error valuesLuca Barbato
2013-05-06wav: Always seek to an even offsetLuca Barbato
2013-05-06nut: use a define for the nut versionLuca Barbato
2013-05-05avformat: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-05sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixesDiego Biurrun
2013-05-04avs: Increase magic value score above file extension scoreDiego Biurrun
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-05-04build: output-example: Add avutil to ELIBS in link commandDiego Biurrun
2013-05-04nut: K&R formatting cosmeticsLuca Barbato
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