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
Age
Commit message (
Expand
)
Author
2011-10-15
matroskadec: fix out of bounds write
Ronald S. Bultje
2011-10-14
adpcmdec: calculate actual number of output samples for each decoder.
Justin Ruggles
2011-10-14
adpcmdec: check remaining buffer size before decoding next block in the
Justin Ruggles
2011-10-14
adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.
Justin Ruggles
2011-10-14
adpcmdec: remove unneeded buf_size==0 check.
Justin Ruggles
2011-10-14
adpcmdec: remove unneeded zeroing of *data_size
Justin Ruggles
2011-10-14
dnxhdenc: fixed signed multiplication overflow
Mans Rullgard
2011-10-14
proresdsp: fix function prototypes.
Ronald S. Bultje
2011-10-14
prores-idct: fix overflow in c code.
Ronald S. Bultje
2011-10-14
fate: update prores-alpha ref after changing pix_fmt to yuv444p10le
Janne Grunau
2011-10-14
prores: add missing feature warning for alpha
Janne Grunau
2011-10-14
mov: 10l: Terminate string with 0 not '0'
Alex Converse
2011-10-14
mov: Prevent illegal writes when chapter titles are very short.
Alex Converse
2011-10-14
prores: add appropriate -fix_fmt parameter to FATE command
Diego Biurrun
2011-10-14
riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header
John Brooks
2011-10-14
lavc: add a flag-based error_recognition field to AVCodecContext and deprecat...
Dustin Brody
2011-10-14
lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER
Dustin Brody
2011-10-13
prores: add FATE tests
Diego Biurrun
2011-10-13
id3v2: reduce the scope of some non-globally-used symbols/structures
Diego Biurrun
2011-10-13
id3v2: cosmetics: move some declarations before the places they are used
Diego Biurrun
2011-10-13
shorten: remove the flush function.
Justin Ruggles
2011-10-13
shn: do not allow seeking in the raw shn demuxer.
Justin Ruggles
2011-10-13
avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
Justin Ruggles
2011-10-13
avformat: update AVInputFormat allowed flags
Justin Ruggles
2011-10-13
avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.
Justin Ruggles
2011-10-13
truespeech: use sizeof() instead of hardcoded sizes
Justin Ruggles
2011-10-13
truespeech: remove unneeded variable, 'consumed'
Justin Ruggles
2011-10-13
truespeech: simplify truespeech_read_frame() by using get_bits()
Justin Ruggles
2011-10-13
truespeech: decode directly to output buffer instead of a temp buffer
Justin Ruggles
2011-10-13
truespeech: check to make sure channels == 1
Justin Ruggles
2011-10-13
truespeech: check for large enough output buffer rather than truncating output
Justin Ruggles
2011-10-13
truespeech: remove unneeded zero-size packet check.
Justin Ruggles
2011-10-13
mlpdec: return meaningful error codes instead of -1
Justin Ruggles
2011-10-13
mlpdec: remove unnecessary wrapper function
Justin Ruggles
2011-10-13
mlpdec: only calculate output size once
Justin Ruggles
2011-10-13
mlpdec: validate that the reported channel count matches the actual output
Justin Ruggles
2011-10-13
pcm: reduce pointer type casting
Mans Rullgard
2011-10-13
mathops: remove undefined behaviour from sign_extend()
Mans Rullgard
2011-10-13
vc1: explicitly zero interlaced mode coding variables for progressive mode
Kostya Shishkov
2011-10-12
tiffenc: initialize forgotten avctx.
Jean First
2011-10-12
avplay: free the active audio packet at exit.
Justin Ruggles
2011-10-12
avplay: free rdft data used for spectrogram analysis.
Justin Ruggles
2011-10-12
log.h: make AVClass a named struct
Jindrich Makovicka
2011-10-12
fix ac3 encoder documentation
Justin Ruggles
2011-10-12
vc1: more prettyprinting cosmetics
Kostya Shishkov
2011-10-12
vc1: prettyprint some tables
Kostya Shishkov
2011-10-12
vc1: K&R formatting cosmetics
Kostya Shishkov
2011-10-12
AVOptions: bump minor and add APIchanges entry.
Anton Khirnov
2011-10-12
cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
Anton Khirnov
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
[next]