index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
omadec.c
Age
Commit message (
Expand
)
Author
2014-03-11
lavf: more correct printf format specifiers
Diego Biurrun
2014-01-09
ATRAC3+ decoder
Maxim Polijakowski
2013-11-04
omadec: loosen format probing constraints
David Goldwich
2013-11-04
omadec: check GEOB sizes against buffer size
Michael Niedermayer
2013-11-04
omadec: Fix wrong number of array elements
Michael Niedermayer
2013-09-29
omadec: fix bitrate for ATRAC3+ streams
Maxim Poliakovski
2013-09-29
Add support for multichannel ATRAC3+ streams.
Maxim Poliakovski
2013-09-16
omadec: Properly check lengths before incrementing the position
Martin Storsjö
2013-09-02
cosmetics: Fix ATRAC codec name spelling
Diego Biurrun
2013-07-28
oma: correctly mark and decrypt partial packets
Luca Barbato
2013-07-28
oma: check geob tag boundary
Luca Barbato
2013-07-28
oma: refactor seek function
Luca Barbato
2013-05-07
oma: properly forward errors in oma_read_packet
Luca Barbato
2013-05-07
oma: return meaningful errors
Luca Barbato
2013-05-04
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-04-27
oma: K&R formatting cosmetics
Luca Barbato
2013-03-31
oma: Validate sample rates
Luca Barbato
2013-03-13
avformat: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2012-11-28
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Justin Ruggles
2012-11-12
omadec: set channel layout
Justin Ruggles
2012-03-18
oma: Fix out of array read.
Michael Niedermayer
2012-02-29
id3v2: remove unused ff_id3v2_read().
Anton Khirnov
2012-02-28
oma: don't read beyond end of leaf_table.
Ronald S. Bultje
2012-02-15
libavformat: Add an ff_ prefix to some lavf internal symbols
Martin Storsjö
2012-01-27
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2011-12-18
omadec: split data that will be used in the muxer to a separate file.
Anton Khirnov
2011-12-18
lavf: rename oma.c -> omadec.c
Anton Khirnov