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
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2014-01-09ATRAC3+ decoderMaxim Polijakowski
2013-11-04omadec: loosen format probing constraintsDavid Goldwich
2013-11-04omadec: check GEOB sizes against buffer sizeMichael Niedermayer
2013-11-04omadec: Fix wrong number of array elementsMichael Niedermayer
2013-09-29omadec: fix bitrate for ATRAC3+ streamsMaxim Poliakovski
2013-09-29Add support for multichannel ATRAC3+ streams.Maxim Poliakovski
2013-09-16omadec: Properly check lengths before incrementing the positionMartin Storsjö
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-07-29oma: correctly mark and decrypt partial packetsLuca Barbato
2013-07-29oma: check geob tag boundaryLuca Barbato
2013-07-29oma: refactor seek functionLuca Barbato
2013-05-07oma: properly forward errors in oma_read_packetLuca Barbato
2013-05-07oma: return meaningful errorsLuca Barbato
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-27oma: K&R formatting cosmeticsLuca Barbato
2013-03-31oma: Validate sample ratesLuca Barbato
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-11-12omadec: set channel layoutJustin Ruggles
2012-03-19oma: Fix out of array read.Michael Niedermayer
2012-02-29id3v2: remove unused ff_id3v2_read().Anton Khirnov
2012-02-28oma: don't read beyond end of leaf_table.Ronald S. Bultje
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-18omadec: split data that will be used in the muxer to a separate file.Anton Khirnov
2011-12-18lavf: rename oma.c -> omadec.cAnton Khirnov