| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -25/+25 |
* | omadec: Fix position of opening parenthesis | Vittorio Giovara | 2015-10-30 | 1 | -2/+2 |
* | lavf: Update to the new crypto API | Vittorio Giovara | 2015-09-13 | 1 | -16/+41 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | oma: Report a timestamp | Luca Barbato | 2015-02-07 | 1 | -3/+13 |
* | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -3/+5 |
* | ATRAC3+ decoder | Maxim Polijakowski | 2014-01-09 | 1 | -2/+1 |
* | omadec: loosen format probing constraints | David Goldwich | 2013-11-04 | 1 | -11/+4 |
* | omadec: check GEOB sizes against buffer size | Michael Niedermayer | 2013-11-04 | 1 | -0/+5 |
* | omadec: Fix wrong number of array elements | Michael Niedermayer | 2013-11-04 | 1 | -1/+1 |
* | omadec: fix bitrate for ATRAC3+ streams | Maxim Poliakovski | 2013-09-29 | 1 | -1/+1 |
* | Add support for multichannel ATRAC3+ streams. | Maxim Poliakovski | 2013-09-29 | 1 | -3/+10 |
* | omadec: Properly check lengths before incrementing the position | Martin Storsjö | 2013-09-16 | 1 | -1/+5 |
* | cosmetics: Fix ATRAC codec name spelling | Diego Biurrun | 2013-09-02 | 1 | -1/+1 |
* | oma: correctly mark and decrypt partial packets | Luca Barbato | 2013-07-28 | 1 | -2/+8 |
* | oma: check geob tag boundary | Luca Barbato | 2013-07-28 | 1 | -11/+21 |
* | oma: refactor seek function | Luca Barbato | 2013-07-28 | 1 | -15/+17 |
* | oma: properly forward errors in oma_read_packet | Luca Barbato | 2013-05-07 | 1 | -2/+4 |
* | oma: return meaningful errors | Luca Barbato | 2013-05-07 | 1 | -6/+6 |
* | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | oma: K&R formatting cosmetics | Luca Barbato | 2013-04-27 | 1 | -84/+103 |
* | oma: Validate sample rates | Luca Barbato | 2013-03-31 | 1 | -4/+13 |
* | avformat: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+1 |
* | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -1/+0 |
* | omadec: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+3 |
* | oma: Fix out of array read. | Michael Niedermayer | 2012-03-18 | 1 | -3/+6 |
* | id3v2: remove unused ff_id3v2_read(). | Anton Khirnov | 2012-02-29 | 1 | -1/+1 |
* | oma: don't read beyond end of leaf_table. | Ronald S. Bultje | 2012-02-28 | 1 | -1/+1 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
* | omadec: split data that will be used in the muxer to a separate file. | Anton Khirnov | 2011-12-18 | 1 | -23/+5 |
* | lavf: rename oma.c -> omadec.c | Anton Khirnov | 2011-12-18 | 1 | -0/+464 |