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