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
2007-05-28
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Diego Biurrun
2007-05-27
make decoder decode the first frame properly if theres more than just one
Michael Niedermayer
2007-05-25
Correct the parameter order for the call to "av_clip".
Harald Karnet
2007-05-25
merge huffman tables for rgb too
Loren Merritt
2007-05-24
cosmetics (reduce nesting)
Loren Merritt
2007-05-24
use sparse huffman tables. 1.5% faster huffyuv decoding.
Loren Merritt
2007-05-24
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in t...
Loren Merritt
2007-05-24
fix dca_bitalloc_index decoder init
Sergey Vlasov
2007-05-24
Fix dca.c compilation with #define TRACE
Sergey Vlasov
2007-05-23
fix mjpeg decoding with broken huffman table headers
Oded Shimon
2007-05-23
Remove duplicate bytestream functions
Ramiro Polla
2007-05-23
Export the four remaining H.264 decoder intra prediction functions for reuse in
Panagiotis Issaris
2007-05-23
Reindent
Panagiotis Issaris
2007-05-23
Make the compilation of h264idct.c optional.
Panagiotis Issaris
2007-05-23
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv ...
Loren Merritt
2007-05-22
Remove mdct.o and fft.o from fft-test prerequisites list.
Diego Biurrun
2007-05-21
Only compile golomb.c when needed.
Panagiotis Issaris
2007-05-21
Fix compilation when the Sonic encoder and decoder were disabled and only the...
Panagiotis Issaris
2007-05-21
Only compile cabac.c when needed.
Panagiotis Issaris
2007-05-21
vorbis encoder missed rename to libvorbis
Aurelien Jacobs
2007-05-21
Split the h261.c file into separate files for the encoder, decoder and common...
Panagiotis Issaris
2007-05-21
Rename motion_test.c to motion-test.c, which is the naming scheme used by all
Diego Biurrun
2007-05-21
Fix imgresample-test linking.
Diego Biurrun
2007-05-21
Add explanatory comments to some #endifs.
Diego Biurrun
2007-05-20
make compilation of mpegaudiodec conditional
Aurelien Jacobs
2007-05-20
remove dependency of mpeg audio encoder over mpeg audio decoder
Aurelien Jacobs
2007-05-20
add a ff_ prefix to some mpegaudio funcs
Aurelien Jacobs
2007-05-20
loosen dependencies over mpegaudiodec
Aurelien Jacobs
2007-05-20
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon
Zuxy Meng
2007-05-20
use AV_LOG_ERROR instead of INFO for errors
Michael Niedermayer
2007-05-20
sanity checks for bitrate tolerance and buffer size (= fail if a single frame...
Michael Niedermayer
2007-05-20
slightly more correct spliting of frames
Michael Niedermayer
2007-05-19
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h
Aurelien Jacobs
2007-05-19
move mjpeg-b decoder in its own file
Aurelien Jacobs
2007-05-19
10l: forgot to svn add mjpegdec.h
Aurelien Jacobs
2007-05-19
move sp5x decoder in its own file
Aurelien Jacobs
2007-05-19
allows to disable jpegls decoder
Aurelien Jacobs
2007-05-19
change brute force search to min-heap. 3.6x faster generate_len_table, 8% fas...
Loren Merritt
2007-05-19
move mjpega_dump_header bitstream filter in its own file
Aurelien Jacobs
2007-05-19
move imx_dump_header bitstream filter in its own file
Aurelien Jacobs
2007-05-19
move dump_extradata bitstream filter in its own file
Aurelien Jacobs
2007-05-19
move remove_extradata bitstream filter in its own file
Aurelien Jacobs
2007-05-19
move noise bitstream filter in its own file
Aurelien Jacobs
2007-05-19
move mp3_header_compress bitstream filter in its own file
Aurelien Jacobs
2007-05-19
move mp3_header_decompress bitstream filter in its own file
Aurelien Jacobs
2007-05-19
add proper prefix to extern mpeg audio data tables
Aurelien Jacobs
2007-05-19
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
Aurelien Jacobs
2007-05-18
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c
Aurelien Jacobs
2007-05-18
add a proper prefix to all mjpeg encoder exported functions
Aurelien Jacobs
2007-05-18
split ljpeg encoder out of mjpeg.c
Aurelien Jacobs
[next]