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
/
xwma.c
Age
Commit message (
Expand
)
Author
2015-02-14
avformat: Don't anonymously typedef structs
Diego Biurrun
2014-11-21
xwma: Do not leak on failure path
Luca Barbato
2013-11-23
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-09-29
xwma: Avoid division by zero
Martin Storsjö
2013-03-13
avformat: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-03-12
Add informative messages to av_log_ask_for_sample calls lacking them
Diego Biurrun
2013-01-07
xwma: Remove unused variable
Benjamin Larsson
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-03-22
xwma: Validate channels and bits_per_coded_sample.
Alex Converse
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-04-15
xwma: Fix wrong printf format expression.
Diego Biurrun
2011-04-15
xwma demuxer: typos
Max Horn
2011-04-14
handle malloc failures in ff_get_wav_header
Max Horn
2011-04-14
add xWMA demuxer
Max Horn