summaryrefslogtreecommitdiff
path: root/libavformat/omadec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* omadec: Fix position of opening parenthesisVittorio Giovara2015-10-30
* lavf: Update to the new crypto APIVittorio Giovara2015-09-13
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* oma: Report a timestampLuca Barbato2015-02-07
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* ATRAC3+ decoderMaxim Polijakowski2014-01-09
* omadec: loosen format probing constraintsDavid Goldwich2013-11-04
* omadec: check GEOB sizes against buffer sizeMichael Niedermayer2013-11-04
* omadec: Fix wrong number of array elementsMichael Niedermayer2013-11-04
* omadec: fix bitrate for ATRAC3+ streamsMaxim Poliakovski2013-09-29
* Add support for multichannel ATRAC3+ streams.Maxim Poliakovski2013-09-29
* omadec: Properly check lengths before incrementing the positionMartin Storsjö2013-09-16
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-02
* oma: correctly mark and decrypt partial packetsLuca Barbato2013-07-28
* oma: check geob tag boundaryLuca Barbato2013-07-28
* oma: refactor seek functionLuca Barbato2013-07-28
* oma: properly forward errors in oma_read_packetLuca Barbato2013-05-07
* oma: return meaningful errorsLuca Barbato2013-05-07
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* oma: K&R formatting cosmeticsLuca Barbato2013-04-27
* oma: Validate sample ratesLuca Barbato2013-03-31
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-28
* omadec: set channel layoutJustin Ruggles2012-11-12
* oma: Fix out of array read.Michael Niedermayer2012-03-18
* id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-29
* oma: don't read beyond end of leaf_table.Ronald S. Bultje2012-02-28
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* omadec: split data that will be used in the muxer to a separate file.Anton Khirnov2011-12-18
* lavf: rename oma.c -> omadec.cAnton Khirnov2011-12-18