]> git.sesse.net Git - ffmpeg/history - libavformat/omadec.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / omadec.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-10-30 Vittorio Giovaraomadec: Fix position of opening parenthesis
2015-09-13 Vittorio Giovaralavf: Update to the new crypto API
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-02-07 Luca Barbatooma: Report a timestamp
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2014-01-09 Maxim PolijakowskiATRAC3+ decoder
2013-11-04 David Goldwichomadec: loosen format probing constraints
2013-11-04 Michael Niedermayeromadec: check GEOB sizes against buffer size
2013-11-04 Michael Niedermayeromadec: Fix wrong number of array elements
2013-09-29 Maxim Poliakovskiomadec: fix bitrate for ATRAC3+ streams
2013-09-29 Maxim PoliakovskiAdd support for multichannel ATRAC3+ streams.
2013-09-16 Martin Storsjöomadec: Properly check lengths before incrementing...
2013-09-02 Diego Biurruncosmetics: Fix ATRAC codec name spelling
2013-07-28 Luca Barbatooma: correctly mark and decrypt partial packets
2013-07-28 Luca Barbatooma: check geob tag boundary
2013-07-28 Luca Barbatooma: refactor seek function
2013-05-07 Luca Barbatooma: properly forward errors in oma_read_packet
2013-05-07 Luca Barbatooma: return meaningful errors
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-04-27 Luca Barbatooma: K&R formatting cosmetics
2013-03-31 Luca Barbatooma: Validate sample rates
2013-03-13 Diego Biurrunavformat: av_log_ask_for_sample() ---> avpriv_request_s...
2012-11-28 Justin Ruggleslavf: move ff_codec_get_tag() and ff_codec_get_id(...
2012-11-12 Justin Rugglesomadec: set channel layout
2012-03-18 Michael Niedermayeroma: Fix out of array read.
2012-02-29 Anton Khirnovid3v2: remove unused ff_id3v2_read().
2012-02-28 Ronald S. Bultjeoma: don't read beyond end of leaf_table.
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-12-18 Anton Khirnovomadec: split data that will be used in the muxer to...
2011-12-18 Anton Khirnovlavf: rename oma.c -> omadec.c