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
2009-12-06
Simplified deblocking checks.
Jason Garrett-Glaser
2009-12-06
Faster checks in reverse_dc_prediction.
Jason Garrett-Glaser
2009-12-06
Check transform==15 first, since it's more common than 13.
Jason Garrett-Glaser
2009-12-06
Revert r20747: It mixed functional and cosmetical changes.
Carl Eugen Hoyos
2009-12-06
Various VP3 optimizations.
Jason Garrett-Glaser
2009-12-05
slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no change on co...
Loren Merritt
2009-12-05
r20739 broke compilation on systems without yasm
Loren Merritt
2009-12-05
refactor and optimize scalarproduct
Loren Merritt
2009-12-05
Cosmetics: Reindent after r20679.
Carl Eugen Hoyos
2009-12-05
Cosmetics: Reindent after r20736.
Carl Eugen Hoyos
2009-12-05
Make sure the parsers do not overwrite width/height as this can interfere
Michael Niedermayer
2009-12-04
Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo
Stefano Sabatini
2009-12-04
1-13% faster apply_filter, 1-3% faster ape decoding on core2
Loren Merritt
2009-12-04
100l trocadero: call emms_c() after doing decoding with SIMD in APE decoder
Kostya Shishkov
2009-12-03
Make sure ff_init_qscale_tab() is called one way or another when
Michael Niedermayer
2009-12-03
Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...
Michael Niedermayer
2009-12-03
lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
Baptiste Coudurier
2009-12-03
use lzw compression in gif encoder
Baptiste Coudurier
2009-12-03
port ape dsp functions from sse2 to mmx
Loren Merritt
2009-12-03
avoid an unpredictable branch
Loren Merritt
2009-12-03
inline to allow constant propagation
Loren Merritt
2009-12-02
Revert r20095: Allow compiling to vorbis again.
Philipp Matthias Hahn
2009-12-02
pass avctx as argument instead of width and height
Baptiste Coudurier
2009-12-02
remove useless params
Baptiste Coudurier
2009-12-02
remove useless params
Baptiste Coudurier
2009-12-02
move private context declaration at the top
Baptiste Coudurier
2009-12-02
Fix 1 pass RC in snow.
Michael Niedermayer
2009-12-02
ARM: 1l c&p fix: do not set pred16x16_plane for rv40
Måns Rullgård
2009-12-02
ARM: NEON optimised H264 16x16, 8x8 pred
Måns Rullgård
2009-12-02
AAC: Add a global header but output not locked output configuration status.
Alex Converse
2009-12-02
Set the SBR mode to implicit on ADTS frames occurring before the output is lo...
Alex Converse
2009-12-02
Small refactoring: Instead of 4 loops for decoding AC coefficients based
Mike Melanson
2009-12-02
Use a list to track which fragments coded in this frame still have
Mike Melanson
2009-12-02
ARM: small tweak of NEON H264 IDCT
Måns Rullgård
2009-12-02
ARM: NEON 2xN chroma MC
Måns Rullgård
2009-12-02
ARM: NEON 16x16 and 8x8 avg qpel MC
Måns Rullgård
2009-12-01
fix typo, ALT_BITSTREAM_WRITER_LE does not exist
Baptiste Coudurier
2009-12-01
Store original width/height so that rv20 does not get stuck with some
Michael Niedermayer
2009-12-01
Make rv1/2 decoder use the next slice if needed.
Michael Niedermayer
2009-12-01
Support ASCII pnms.
Michael Niedermayer
2009-12-01
pngdec.c : release allocated buffers.
Jai Menon
2009-12-01
slif aka "SoftLab MPEG-2 I-frames Codec" support.
Michael Niedermayer
2009-12-01
4:2:2 4:4:4 bugfix for the error concealment code.
Michael Niedermayer
2009-11-30
Rename parameters of put_sbits() to make them consistent with those of
Stefano Sabatini
2009-11-30
Move "slice below image" check from mpeg_decode_slice to its caller.
Michael Niedermayer
2009-11-30
Move dummy picture allocation code from mpeg1/2 to mpegvideo.
Michael Niedermayer
2009-11-30
Disable error resilience for field pictures, this was never supported,
Michael Niedermayer
2009-11-30
Set mb_y in mpeg2 field pictures like h264 does.
Michael Niedermayer
2009-11-30
Make ""MPEG motion vector out of boundary" message more verbose.
Michael Niedermayer
2009-11-30
Fix an issue uncovered by commit 20623:
Attila Kinali
[next]