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
/
libavcodec
Age
Commit message (
Expand
)
Author
2011-11-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-03
replacement Indeo 3 decoder
Maxim Poliakovski
2011-11-02
ac3enc: doxygen update.
Justin Ruggles
2011-11-02
imc: return error codes instead of 0 for error conditions.
Justin Ruggles
2011-11-02
imc: return meaningful error codes instead of -1
Justin Ruggles
2011-11-02
imc: do not set channel layout for stereo
Justin Ruggles
2011-11-02
imc: validate channel count
Justin Ruggles
2011-11-02
imc: check for ff_fft_init() failure
Justin Ruggles
2011-11-02
imc: check output buffer size before decoding
Justin Ruggles
2011-11-02
imc: use DSPContext.bswap16_buf() to byte-swap packet data
Justin Ruggles
2011-11-02
vc1dec: Fix CODEC_FLAG_LOW_DELAY
Mean
2011-11-02
mpeg4videodec: export quarter_sample & divx_packed
Michael Niedermayer
2011-11-02
libgsm: add flush function to reset the decoder state when seeking
Justin Ruggles
2011-11-02
libgsm: simplify decoding by using a loop
Justin Ruggles
2011-11-02
gsm: log error message when packet is too small
Justin Ruggles
2011-11-02
libgsmdec: do not needlessly set *data_size to 0
Justin Ruggles
2011-11-02
gsmdec: do not needlessly set *data_size to 0
Justin Ruggles
2011-11-02
gsmdec: add flush function to reset the decoder state when seeking
Justin Ruggles
2011-11-02
libgsmdec: check output buffer size before decoding
Justin Ruggles
2011-11-02
gsmdec: log error message when output buffer is too small.
Justin Ruggles
2011-11-02
gsm: use av_get_bytes_per_sample() in frame_bytes calculation
Justin Ruggles
2011-11-02
h264: add nal_length_size and is_avc to the publically readable fields
Michael Niedermayer
2011-11-02
lavc: fix avcodec_get_type()
Michael Niedermayer
2011-11-02
HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.
Sebastien Zwickert
2011-11-02
Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
2011-11-02
Replace ffmpeg references with more accurate libav* references.
Diego Biurrun
2011-11-02
Replace outdated references to ffmpeg tool with avconv.
Diego Biurrun
2011-11-02
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-11-02
vp3: remove some pointless comments
Diego Biurrun
2011-11-02
lavc: use designated initialisers for parsers.
Anton Khirnov
2011-11-02
dsputil: fix typo (referece -> reference).
Clément Bœsch
2011-11-02
jpeg: rgb support
Michael Niedermayer
2011-11-01
g726dec: add flush() function to reset state when seeking
Justin Ruggles
2011-11-01
g726: don't pass index to g726_reset()
Justin Ruggles
2011-11-01
g726enc: add private option for setting code size directly.
Justin Ruggles
2011-11-01
g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER check
Justin Ruggles
2011-11-01
g726: group the g726_encoder AVCodec with the other encoding functions
Justin Ruggles
2011-11-01
g726: return AVERROR(EINVAL) instead of -1 for invalid channel count
Justin Ruggles
2011-11-01
g726enc: use av_assert0() for sample_rate validation
Justin Ruggles
2011-11-01
g726: treat sample rates other than 8kHz as unofficial.
Justin Ruggles
2011-11-01
g726dec: remove the sample_rate validation
Justin Ruggles
2011-11-01
g726: use bits_per_coded_sample instead of bitrate to determine mode
Justin Ruggles
2011-11-01
g726: split the init function for the encoder and decoder
Justin Ruggles
2011-11-01
g726: pre-calculate the number of output samples.
Justin Ruggles
2011-11-01
g726: use int16_t instead of short
Justin Ruggles
2011-11-01
dirac: drop unused END_HORIZONTAL
Michael Niedermayer
2011-11-01
dirac: fix horizontal_compose_dd97i_ssse3
Michael Niedermayer
2011-11-01
dirac: Fix mmx/sse haar wavelet compose
Michael Niedermayer
2011-11-01
Fix compilation of dct-test on ia32.
Carl Eugen Hoyos
2011-11-01
Two extra samples are required before top of the in buffer rather than out
Vladimir Voroshilov
[next]