2007-07-05 |
aurel |
move mpeg encoder specific initialization in the encoder specific file
libavcodec
|
2007-07-05 |
aurel |
add proper ff_ prefix to new extern symbols
libavcodec
|
2007-07-05 |
aurel |
cosmetics: indentation
libavcodec
|
2007-07-05 |
aurel |
split mpeg12 encoder out of mpeg12.c
libavcodec
|
2007-07-05 |
mru |
Merge branch 'master' of /var/git/ffmpeg/
libavcodec
|
2007-07-05 |
mru |
use av_freep() in free_vlc() and failed init_vlc()
libavcodec
|
2007-07-05 |
vitor |
Remove more useless parentheses.
libavcodec
|
2007-07-03 |
benoit |
Description: split mpegvideo.c
libavcodec
|
2007-07-03 |
diego |
CONFIG_XVID --> CONFIG_LIBXVID
libavcodec
|
2007-07-03 |
vitor |
Remove useless parentheses.
libavcodec
|
2007-07-03 |
vitor |
Remove variables made unused by the last two patches and test svn access.
libavcodec
|
2007-07-02 |
diego |
Remove leading underscores from specifiers, they are reserved.
libavcodec
|
2007-07-02 |
benoit |
use properly AVFrame.linesize
libavcodec
|
2007-07-02 |
benoit |
use properly AVFrame.linesize
libavcodec
|
2007-07-02 |
diego |
Ignore .ho files.
libavcodec
|
2007-07-02 |
diego |
Add missing comment markers to #endif directive.
libavcodec
|
2007-07-02 |
benoit |
QT RLE encoder
libavcodec
|
2007-06-28 |
kostya |
this prediction direction adjustment is wrong
libavcodec
|
2007-06-27 |
iive |
Identify the loop_filter flag as such and remove the unused variables in the context.
libavcodec
|
2007-06-27 |
benoit |
use the right stride
libavcodec
|
2007-06-27 |
benoit |
use the right stride
libavcodec
|
2007-06-26 |
benoit |
indentation
libavcodec
|
2007-06-26 |
benoit |
right copyrights
libavcodec
|
2007-06-26 |
benoit |
add width and height in context and use them
libavcodec
|
2007-06-26 |
benoit |
Indentation
libavcodec
|
2007-06-26 |
benoit |
test context before accessing it
libavcodec
|
2007-06-26 |
benoit |
add an AVClass pointer in SwsContext context
libavcodec
|
2007-06-25 |
benoit |
RoQ video encoder
libavcodec
|
2007-06-25 |
benoit |
Fix typo
libavcodec
|
2007-06-22 |
michael |
get rid of one unneeded #ifdef HAVE_XVMC
libavcodec
|
2007-06-22 |
mhoffman |
removing dependency on bfin_sram.h, which is not used right now
libavcodec
|
2007-06-22 |
mhoffman |
renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.h
libavcodec
|
2007-06-22 |
benoit |
modify msmpeg4 functions to generate VC1 compatible block layer bitstream
libavcodec
|
2007-06-21 |
benoit |
static (inline) X => ff_X
libavcodec
|
2007-06-21 |
gpoirier |
Don't swap back un-deblocked lines for intra prediction when
libavcodec
|
2007-06-21 |
benoit |
split frame rate and frame size abbreviation into two structures
libavcodec
|
2007-06-20 |
benoit |
move dct_quantize and denoise_dct function pointers initialization to C
libavcodec
|
2007-06-20 |
benoit |
Do not reuse the rbsp de-escape buffer if both
libavcodec
|
2007-06-20 |
benoit |
remove unused constant definition
libavcodec
|
2007-06-19 |
gpoirier |
Decouple bit context from h264 context in decode_ref_pic_marking()
libavcodec
|
2007-06-19 |
benoit |
aanscales is used only with CONFIG_ENCODERS
libavcodec
|
2007-06-18 |
benoit |
indentation
libavcodec
|
2007-06-17 |
gpoirier |
add a comment to indicate which #endif belong to which #define
libavcodec
|
2007-06-17 |
mru |
simplify ppc64 handling
libavcodec
|
2007-06-17 |
gpoirier |
restore GCC3 support
libavcodec
|
2007-06-17 |
gpoirier |
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_altivec,
libavcodec
|
2007-06-17 |
gpoirier |
part 2/2 of fixing Altivec-accelerated H264 luma inloop filter
libavcodec
|
2007-06-17 |
gpoirier |
convert h264_deblock_q1 to an inline function.
libavcodec
|
2007-06-17 |
mru |
add multiple inclusion guards to headers
libavcodec
|
2007-06-16 |
mru |
include all prerequisites in header files
libavcodec
|
2007-06-16 |
mru |
move a couple of macros and structs to mpegaudio.h
libavcodec
|
2007-06-16 |
gpoirier |
Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%
libavcodec
|
2007-06-16 |
gpoirier |
Use a faster way to compute 255-val: Instead of creating a vector of
libavcodec
|
2007-06-16 |
mru |
move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't
libavcodec
|
2007-06-16 |
mru |
correct type of qsort() comparison callback
libavcodec
|
2007-06-16 |
mru |
correct type for h263_parse()
libavcodec
|
2007-06-16 |
mru |
fix indentation
libavcodec
|
2007-06-16 |
mru |
replace endian detection hack with #ifdef WORDS_BIGENDIAN
libavcodec
|
2007-06-16 |
mru |
fix some printf format specifiers
libavcodec
|
2007-06-16 |
mru |
correct type for {put,avg}_h264_chroma_mc2_mmx2
libavcodec
|
2007-06-16 |
mru |
kill some "defined but not used" warnings
libavcodec
|
2007-06-16 |
mru |
kill a warning on 64-bit machines
libavcodec
|
2007-06-16 |
mru |
move dsputil_init_foo() out from #ifdef
libavcodec
|
2007-06-15 |
mru |
replace TARGET_* with HAVE_* simplifying lists in configure script
libavcodec
|
2007-06-15 |
mru |
replace TARGET_ARCH_* to ARCH_* for consistency
libavcodec
|
2007-06-15 |
aurel |
use if() instead of #ifdef and ensure all possible optimisations are enabled
libavcodec
|
2007-06-15 |
gpoirier |
some samples aren't decoded correctly such as
libavcodec
|
2007-06-15 |
takis |
Remove unneeded semicolon.
libavcodec
|
2007-06-15 |
takis |
Correct signature of just_return().
libavcodec
|
2007-06-14 |
takis |
Remove an unreferenced variable from qpeg_decode_inter().
libavcodec
|
2007-06-14 |
benoit |
add and remove some parentheses
libavcodec
|
2007-06-14 |
diego |
Simplify init preprocessor statements.
libavcodec
|
2007-06-14 |
benoit |
More detailed documentation
libavcodec
|
2007-06-13 |
mhoffman |
removing underscores from block profiling renaming to xx_
libavcodec
|
2007-06-13 |
benoit |
Improve understanding ofavcodec_find_decoder()
libavcodec
|
2007-06-13 |
benoit |
Workaround adjustments for DivX 6.1 and later
libavcodec
|
2007-06-12 |
gpoirier |
cosmetics
libavcodec
|
2007-06-12 |
gpoirier |
kill one vector constant value load by the right combination of vec_splatX/vec_sl
libavcodec
|
2007-06-12 |
gpoirier |
restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no%
libavcodec
|
2007-06-12 |
mhoffman |
integrating MPV_common_init_bfin into the build system and mpegvideo.c
libavcodec
|
2007-06-12 |
mhoffman |
Blackfin dct_quantize_bfin routine
libavcodec
|
2007-06-12 |
mhoffman |
Blackfin IDCT has no special permutation it uses normal order
libavcodec
|
2007-06-12 |
diego |
misc typo fixes
libavcodec
|
2007-06-12 |
kostya |
Typo
libavcodec
|
2007-06-12 |
diego |
misc spelling fixes
libavcodec
|
2007-06-12 |
benoit |
Move the video size and rate abbreviations system from libavformat to libavcodec
libavcodec
|
2007-06-12 |
gpoirier |
fix 8- and 24-bit FLAC decoding
libavcodec
|
2007-06-11 |
aurel |
move codecs declarations from avcodec.h to allcodecs.h
libavcodec
|
2007-06-11 |
gpoirier |
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go
libavcodec
|
2007-06-11 |
benoit |
Cygwin compatibility workaround
libavcodec
|
2007-06-10 |
diego |
Adapt to API changes, fix compilation.
libavcodec
|
2007-06-09 |
gpoirier |
minor GCC3 compile fix
libavcodec
|
2007-06-09 |
gpoirier |
Altivec version of h264_(h|v)_loop_filter_luma
libavcodec
|
2007-06-09 |
diego |
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
libavcodec
|
2007-06-08 |
gpoirier |
work around issues with the old version of Gnu Assembler shipped on
libavcodec
|
2007-06-07 |
diego |
emms --> emms_c, taken from a patch by Ronald Bultje
libavcodec
|
2007-06-07 |
diego |
Use consistent names for all test programs.
libavcodec
|
2007-06-07 |
diego |
Preprocessor #defines starting with __ are reserved for the system.
libavcodec
|
2007-06-07 |
diego |
Use FFmpeg-specific CPU feature definitions.
libavcodec
|
2007-06-07 |
diego |
Add CPU feature definitions for SSE3 and SSSE3.
libavcodec
|
2007-06-07 |
diego |
CPU feature definitions should always be available, not just when the
libavcodec
|
2007-06-07 |
diego |
Only run MMX2 tests when MMX2 is available.
libavcodec
|
2007-06-07 |
diego |
Fix linking when GPL code has been disabled.
libavcodec
|
2007-06-07 |
diego |
Fix compilation when MMX is disabled.
libavcodec
|
2007-06-07 |
diego |
FAAN is not x86-specific.
libavcodec
|
2007-06-07 |
benoit |
h264: use 'simple' in border backup / xchg
libavcodec
|
2007-06-06 |
diego |
Add some forgotten lib prefixes to Makefile variables.
libavcodec
|
2007-06-06 |
benoit |
Rename cb field
libavcodec
|
2007-06-06 |
diego |
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
libavcodec
|
2007-06-06 |
diego |
Give names of external library decoders/encoders a lib prefix
libavcodec
|
2007-06-06 |
diego |
Give all wrappers for external libraries names starting with lib.
libavcodec
|
2007-06-05 |
diego |
Remove unused variables.
libavcodec
|
2007-06-05 |
benoit |
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
libavcodec
|
2007-06-05 |
gpoirier |
Rename code012() to ff_code012(), and remove static qualifier: paves the way
libavcodec
|
2007-06-04 |
diego |
spelling
libavcodec
|
2007-06-04 |
gpoirier |
fix error: indeo2.c:202:1: directives may not be used inside a macro argument,
libavcodec
|
2007-06-04 |
benoit |
Codebook generator using the ELBG algorithm
libavcodec
|
2007-06-03 |
lu_zero |
h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezATac.upc.edu>, polished by David Conrad <umovimusATgmail.com>
libavcodec
|
2007-06-03 |
lorenm |
filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb().
libavcodec
|
2007-06-02 |
diego |
Rename aac_decoder to libfaad_decoder for consistency and to be able to
libavcodec
|
2007-06-02 |
diego |
Rename faac_encoder to libfaac_encoder for consistency and to be able to
libavcodec
|
2007-06-02 |
ramiro |
Remove get_byte wrapper
libavcodec
|
2007-06-02 |
ramiro |
Use AV_xx throughout libavcodec
libavcodec
|
2007-06-01 |
michael |
fix skipped blocks
libavcodec
|
2007-05-31 |
michael |
check qblur > 1 (prevent assert failure / segfault)
libavcodec
|
2007-05-30 |
michael |
sanity checks (should prevent hypothetical div by zero issue)
libavcodec
|
2007-05-30 |
michael |
fix assert() 2nd try
libavcodec
|
2007-05-30 |
benoit |
Add support for listing the supported pixel formats using the option
libavcodec
|
2007-05-30 |
benoit |
rename attribute_unused to av_unused and moves its declaration to common.h
libavcodec
|
2007-05-29 |
michael |
fix assertion failure
libavcodec
|
2007-05-29 |
kostya |
Do proper frame swapping so VMD video decoder works again
libavcodec
|
2007-05-29 |
benoit |
Split RoQ decoder to accommodate future encoder patch
libavcodec
|
2007-05-29 |
benoit |
allocate PPS and SPS dynamically
libavcodec
|
2007-05-29 |
benoit |
cosmetics and function rename
libavcodec
|
2007-05-28 |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
libavcodec
|
2007-05-27 |
michael |
make decoder decode the first frame properly if theres more than just one
libavcodec
|
2007-05-25 |
takis |
Correct the parameter order for the call to "av_clip".
libavcodec
|
2007-05-25 |
lorenm |
merge huffman tables for rgb too
libavcodec
|
2007-05-24 |
lorenm |
cosmetics (reduce nesting)
libavcodec
|
2007-05-24 |
lorenm |
use sparse huffman tables. 1.5% faster huffyuv decoding.
libavcodec
|
2007-05-24 |
lorenm |
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
libavcodec
|
2007-05-24 |
kostya |
fix dca_bitalloc_index decoder init
libavcodec
|
2007-05-24 |
kostya |
Fix dca.c compilation with #define TRACE
libavcodec
|
2007-05-23 |
ods15 |
fix mjpeg decoding with broken huffman table headers
libavcodec
|
2007-05-23 |
ramiro |
Remove duplicate bytestream functions
libavcodec
|
2007-05-23 |
takis |
Export the four remaining H.264 decoder intra prediction functions for reuse in
libavcodec
|
2007-05-23 |
takis |
Reindent
libavcodec
|
2007-05-23 |
takis |
Make the compilation of h264idct.c optional.
libavcodec
|
2007-05-23 |
lorenm |
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding.
libavcodec
|
2007-05-22 |
diego |
Remove mdct.o and fft.o from fft-test prerequisites list.
libavcodec
|
2007-05-21 |
takis |
Only compile golomb.c when needed.
libavcodec
|
2007-05-21 |
takis |
Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic
libavcodec
|
2007-05-21 |
takis |
Only compile cabac.c when needed.
libavcodec
|
2007-05-21 |
aurel |
vorbis encoder missed rename to libvorbis
libavcodec
|
2007-05-21 |
takis |
Split the h261.c file into separate files for the encoder, decoder and common stuff.
libavcodec
|
2007-05-21 |
diego |
Rename motion_test.c to motion-test.c, which is the naming scheme used by all
libavcodec
|
2007-05-21 |
diego |
Fix imgresample-test linking.
libavcodec
|
2007-05-21 |
diego |
Add explanatory comments to some #endifs.
libavcodec
|
2007-05-20 |
aurel |
make compilation of mpegaudiodec conditional
libavcodec
|
2007-05-20 |
aurel |
remove dependency of mpeg audio encoder over mpeg audio decoder
libavcodec
|
2007-05-20 |
aurel |
add a ff_ prefix to some mpegaudio funcs
libavcodec
|
2007-05-20 |
aurel |
loosen dependencies over mpegaudiodec
libavcodec
|
2007-05-20 |
zuxy |
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon
libavcodec
|
2007-05-20 |
michael |
use AV_LOG_ERROR instead of INFO for errors
libavcodec
|
2007-05-20 |
michael |
sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the
libavcodec
|
2007-05-20 |
michael |
slightly more correct spliting of frames
libavcodec
|
2007-05-19 |
aurel |
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h
libavcodec
|
2007-05-19 |
aurel |
move mjpeg-b decoder in its own file
libavcodec
|
2007-05-19 |
aurel |
10l: forgot to svn add mjpegdec.h
libavcodec
|
2007-05-19 |
aurel |
move sp5x decoder in its own file
libavcodec
|
2007-05-19 |
aurel |
allows to disable jpegls decoder
libavcodec
|
2007-05-19 |
lorenm |
change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding.
libavcodec
|
2007-05-19 |
aurel |
move mjpega_dump_header bitstream filter in its own file
libavcodec
|
2007-05-19 |
aurel |
move imx_dump_header bitstream filter in its own file
libavcodec
|
2007-05-19 |
aurel |
move dump_extradata bitstream filter in its own file
libavcodec
|
2007-05-19 |
aurel |
move remove_extradata bitstream filter in its own file
libavcodec
|
2007-05-19 |
aurel |
move noise bitstream filter in its own file
libavcodec
|
2007-05-19 |
aurel |
move mp3_header_compress bitstream filter in its own file
libavcodec
|
2007-05-19 |
aurel |
move mp3_header_decompress bitstream filter in its own file
libavcodec
|
2007-05-19 |
aurel |
add proper prefix to extern mpeg audio data tables
libavcodec
|
2007-05-19 |
aurel |
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
libavcodec
|
2007-05-18 |
aurel |
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c
libavcodec
|
2007-05-18 |
aurel |
add a proper prefix to all mjpeg encoder exported functions
libavcodec
|
2007-05-18 |
aurel |
split ljpeg encoder out of mjpeg.c
libavcodec
|
2007-05-18 |
banan |
Better error reporting.
libavcodec
|
2007-05-18 |
lorenm |
cosmetics: macrofy duplicate code in huffyuv
libavcodec
|
2007-05-18 |
lorenm |
r3938 broke 2pass huffyuv (not that anyone uses it)
libavcodec
|
2007-05-18 |
zuxy |
3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw
libavcodec
|
2007-05-17 |
reimar |
Move attribute_unused to variable declarations in macros instead of
libavcodec
|
2007-05-17 |
aurel |
remove libdts decoder, we have a native dts decoder
libavcodec
|
2007-05-17 |
aurel |
add proper prefix to new mjpeg extern func/var
libavcodec
|
2007-05-17 |
aurel |
split mjpeg.c into an encoder and a decoder file
libavcodec
|
2007-05-17 |
gpoirier |
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables
libavcodec
|
2007-05-17 |
aurel |
Only compile fft and mdct when needed.
libavcodec
|
2007-05-17 |
banan |
Use FFABS instead of abs.
libavcodec
|
2007-05-17 |
banan |
Remove lots of unused commented code. (Cleanup)
libavcodec
|
2007-05-17 |
banan |
Change default 1 pass blocksize to 64x64.
libavcodec
|
2007-05-16 |
aurel |
better separation of vp3dsp functions from dsputil_mmx.c
libavcodec
|
2007-05-16 |
diego |
printf --> av_log, patch by Denis Fortin, fortin nerim net
libavcodec
|
2007-05-16 |
diego |
Remove extern C declarations for C++.
libavcodec
|
2007-05-16 |
diego |
DTS decoding was broken for every speaker configuration except 5.1.
libavcodec
|
2007-05-16 |
diego |
Add libavcodec to compiler include flags in order to simplify header
libavcodec
|
2007-05-15 |
reimar |
Use DECLARE_ALIGNED to ease porting
libavcodec
|
2007-05-14 |
michael |
dont write over the end of ref_cache
libavcodec
|
2007-05-14 |
takis |
Make vp3dsp*.c compilation optional.
libavcodec
|
2007-05-14 |
reimar |
Change some leftover __attribute__((unused)) and __attribute__((used)) to
libavcodec
|
2007-05-14 |
aurel |
remove some unused mjpeg encoding variables
libavcodec
|
2007-05-13 |
aurel |
jpegls encoder does not call this function, so remove useless tests
libavcodec
|
2007-05-13 |
aurel |
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls
libavcodec
|
2007-05-13 |
diego |
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.
libavcodec
|
2007-05-13 |
gpoirier |
Blackfin DSP utilities: add DEFUN_END
libavcodec
|
2007-05-13 |
gpoirier |
Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%
libavcodec
|
2007-05-13 |
alex |
use DECLARE_ALIGNED from mem.h (which is included through common.h)
libavcodec
|
2007-05-13 |
aurel |
cosmetics: indent
libavcodec
|
2007-05-13 |
aurel |
replace some #ifdef CONFIG_* by if(ENABLE_*)
libavcodec
|
2007-05-12 |
aurel |
cosmetics: indentation
libavcodec
|
2007-05-12 |
aurel |
make compilation of mjpeg.c optional
libavcodec
|
2007-05-12 |
aurel |
allow to enable or disable every bitstream filters individually
libavcodec
|
2007-05-12 |
aurel |
jpegls never call this code, so those tests are useless
libavcodec
|
2007-05-12 |
banan |
Added support for instances where linesize[0] is negative.
libavcodec
|
2007-05-12 |
diego |
Remove redundant extern declaration of j_rev_dct that is already
libavcodec
|
2007-05-12 |
diego |
cosmetics: Group all test targets together.
libavcodec
|
2007-05-12 |
lorenm |
sse2 & ssse3 versions of dct_quantize.
libavcodec
|
2007-05-12 |
lorenm |
factor sum_abs_dctelem out of dct_sad, and simd it.
libavcodec
|
2007-05-12 |
lorenm |
sse2 & ssse3 versions of hadamard. unroll and inline diff_pixels.
libavcodec
|
2007-05-12 |
lorenm |
fix a crash with svq1 + sse2.
libavcodec
|
2007-05-11 |
aurel |
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c
libavcodec
|
2007-05-11 |
diego |
Remove duplicate #includes, avcodec.h #includes common.h.
libavcodec
|
2007-05-11 |
diego |
Remove unused variable.
libavcodec
|
2007-05-11 |
lorenm |
10l, r8991 broke mmx1 sad
libavcodec
|
2007-05-11 |
lorenm |
sse2 version of fullpel sad.
libavcodec
|
2007-05-11 |
lorenm |
tweak mmx2 sad.
libavcodec
|
2007-05-10 |
aurel |
make compilation of pnm.c optional
libavcodec
|
2007-05-10 |
aurel |
move pnm parser in its own file
libavcodec
|
2007-05-10 |
aurel |
move mjpeg parser in its own file
libavcodec
|
2007-05-10 |
aurel |
cosmetics: reindent
libavcodec
|
2007-05-10 |
aurel |
split h264.c to move parser in its own file
libavcodec
|
2007-05-10 |
lorenm |
tweak mmx2 sad.
libavcodec
|
2007-05-10 |
ramiro |
Revert r8979 (Ugly fix for r8963)
libavcodec
|
2007-05-10 |
aurel |
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c
libavcodec
|
2007-05-10 |
aurel |
loosen vorbis_enc.c dependencies by spliting vorbis.c
libavcodec
|
2007-05-10 |
ramiro |
Fix r8963
libavcodec
|
2007-05-10 |
takis |
Fix Vorbis encoder Xiph dependency by making sure the references to
libavcodec
|
2007-05-10 |
benoit |
add AVERROR_NOENT
libavcodec
|
2007-05-10 |
aurel |
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in
libavcodec
|
2007-05-10 |
aurel |
those tables don't need to be extern
libavcodec
|
2007-05-10 |
aurel |
use header instead of copying table declarations
libavcodec
|
2007-05-10 |
aurel |
split msmpeg4 data to easily share some of it with vc1.c
libavcodec
|
2007-05-10 |
aurel |
add missing rules for wmv2 compilation
libavcodec
|
2007-05-10 |
diego |
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
libavcodec
|
2007-05-10 |
lorenm |
sse2 version of fdct_col.
libavcodec
|
2007-05-09 |
ramiro |
Simplify ptr[0]; ptr++; to *ptr++
libavcodec
|
2007-05-09 |
ramiro |
Use bytestream
libavcodec
|
2007-05-09 |
ramiro |
Use AV_XX16 macros
libavcodec
|
2007-05-09 |
aurel |
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
libavcodec
|
2007-05-09 |
ramiro |
Factorize usum
libavcodec
|
2007-05-09 |
ramiro |
Use 1 array with double the size instead of 2 arrays with normal size
libavcodec
|
2007-05-09 |
ramiro |
Add bias instead of -32 or 0, as is done in g.722.1
libavcodec
|
2007-05-09 |
ramiro |
Indentation for previous patch
libavcodec
|
2007-05-09 |
ramiro |
Add another tmpbias variable, as bias' value will be used later
libavcodec
|
2007-05-09 |
ramiro |
Fix logic for return value of init_vlc
libavcodec
|
2007-05-09 |
diego |
Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.
libavcodec
|
2007-05-09 |
kostya |
Add ff_ prefix to (externally) visible variables
libavcodec
|
2007-05-09 |
kostya |
Use correct dequantizer value
libavcodec
|
2007-05-09 |
diego |
Allow conditional compilation of H.263-related decoders.
libavcodec
|
2007-05-09 |
lorenm |
cosmetics: remove code duplication in hadamard8_diff_mmx
libavcodec
|
2007-05-09 |
aurel |
move cavs parser in it's own file
libavcodec
|
2007-05-08 |
aurel |
move defines and enums out of cavsdata.h
libavcodec
|
2007-05-08 |
aurel |
remove no more useful includes
libavcodec
|
2007-05-08 |
aurel |
cosmetics: rename for consistency after previous aac and ac3 parsers move
libavcodec
|
2007-05-08 |
aurel |
move aac and ac3 parsers in their own files
libavcodec
|
2007-05-08 |
aurel |
avoid multiple inclusion of ac3.h
libavcodec
|
2007-05-08 |
lorenm |
cosmetics: remove duplicate transpose macro
libavcodec
|
2007-05-08 |
diego |
Move H.263 parser to its own file.
libavcodec
|
2007-05-07 |
ivo |
add doxygen comments
libavcodec
|
2007-05-07 |
aurel |
cosmetics: fix inconsistent indentation
libavcodec
|
2007-05-07 |
aurel |
fix display of theora videos with visible size smaller than encoded size
libavcodec
|
2007-05-07 |
ivo |
Renderware TXD decoder
libavcodec
|
2007-05-07 |
ivo |
generic S3TC DXT1 and DXT3 decoding functions
libavcodec
|
2007-05-07 |
benoit |
RoQ audio encoder
libavcodec
|
2007-05-07 |
aurel |
make some parser parameters const to avoid casting const to non-const
libavcodec
|
2007-05-06 |
michael |
fix possibly exploitable stack overflow with num_sprite_warping_points (found by reimar)
libavcodec
|
2007-05-06 |
kostya |
Add prefix to some variables for consistency
libavcodec
|
2007-05-06 |
kostya |
Move VC-1 data to .c file
libavcodec
|
2007-05-06 |
kostya |
Make vc1_parser.c compilable without special defines
libavcodec
|
2007-05-06 |
kostya |
Move variables to vc1data.h
libavcodec
|
2007-05-06 |
lorenm |
simplify
libavcodec
|
2007-05-06 |
diego |
Move dvdsub parser to its own file.
libavcodec
|
2007-05-06 |
diego |
Rename dvbsubdec_parser.c to dvbsub_parser.c.
libavcodec
|
2007-05-06 |
lorenm |
simplify
libavcodec
|
2007-05-06 |
lorenm |
faster and simpler vp6 bilinear mc
libavcodec
|
2007-05-06 |
diego |
Move dvbsubdec parser to its own file.
libavcodec
|
2007-05-05 |
diego |
Remove superfluous #includes, parser.h now includes its prerequisites.
libavcodec
|
2007-05-05 |
aurel |
ff_frame_rate_tab is now declared in mpegvideo.h
libavcodec
|
2007-05-05 |
aurel |
avoid a clash between two definitions of SEQ_START_CODE
libavcodec
|
2007-05-05 |
aurel |
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
libavcodec
|
2007-05-05 |
aurel |
move mpegvideo_parser in it's own file
libavcodec
|
2007-05-05 |
aurel |
avoid a 'discards qualifiers from pointer' warning
libavcodec
|
2007-05-05 |
aurel |
move mpegaudio_parser in it's own file
libavcodec
|
2007-05-05 |
aurel |
move mpeg4video_parser in it's own file
libavcodec
|
2007-05-05 |
aurel |
parser.h uses AVCodecContext so it needs to include avcodec.h
libavcodec
|
2007-05-05 |
aurel |
set CODEC_CAP_DR1 for vp5 and vp6 decoders
libavcodec
|
2007-05-05 |
diego |
parser.c is compiled unconditionally, there is no need to compile it
libavcodec
|
2007-05-05 |
diego |
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
libavcodec
|
2007-05-05 |
diego |
Fix warning:
libavcodec
|
2007-05-05 |
diego |
parser.c is compiled unconditionally, there is no need to compile it
libavcodec
|
2007-05-04 |
diego |
Move H.261 parser to its own file.
libavcodec
|
2007-05-04 |
kostya |
100l to myself. Do not include stuff unneeded by parser
libavcodec
|
2007-05-04 |
kostya |
Typo
libavcodec
|
2007-05-04 |
kostya |
Move some declarations into header
libavcodec
|
2007-05-04 |
diego |
Rename oggvorbis decoder to libvorbis.
libavcodec
|
2007-05-04 |
diego |
Move VC1 parser to its own file.
libavcodec
|
2007-05-03 |
diego |
Move dca parser to its own file.
libavcodec
|
2007-05-03 |
diego |
Give libamr decoders/encoders a lib prefix in the name.
libavcodec
|
2007-05-03 |
diego |
Rename dts_decoder to libdts_decoder.
libavcodec
|
2007-05-02 |
diego |
Remove unused variable.
libavcodec
|
2007-05-02 |
jbr |
cosmetics: indention after last commit
libavcodec
|
2007-05-02 |
jbr |
use downmixing coefficients in dca decoder.
libavcodec
|
2007-05-02 |
jbr |
enable multichannel output in dca decoder.
libavcodec
|
2007-05-02 |
kostya |
1000l to myself - DCA decoder should not be registered in video codecs section
libavcodec
|
2007-05-02 |
benoit |
add the possibility to choose aac profile
libavcodec
|
2007-05-02 |
diego |
cosmetics: Group all external library decoders and encoders together.
libavcodec
|
2007-05-02 |
benoit |
patch so that the deprecated items show up correctly
libavcodec
|
2007-05-02 |
benoit |
make mpeg decoder handle mid-stream changes in resolution
libavcodec
|
2007-05-02 |
benoit |
add some comments
libavcodec
|
2007-04-29 |
gpoirier |
prevent going out of the buffer if the nal size does not fit in the buffer.
libavcodec
|
2007-04-29 |
alex |
check for channels<=0 and print a reasonable error message
libavcodec
|
2007-04-29 |
ivo |
add V.Flash PTX decoder
libavcodec
|
2007-04-27 |
michael |
fix exploitable buffer overflow
libavcodec
|
2007-04-27 |
diego |
Mark code parts that cannot work on AMD64 due to broken relocations as such.
libavcodec
|
2007-04-26 |
diego |
10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.
libavcodec
|
2007-04-25 |
aurel |
cosmetics: align
libavcodec
|
2007-04-25 |
aurel |
move ac3 tables from a .h to a .c
libavcodec
|
2007-04-25 |
diego |
cosmetics: Put AMR entry in alphabetical order with all external libraries.
libavcodec
|
2007-04-25 |
diego |
Remove hackish support for the non-free fixed-point AMR-NB reference code.
libavcodec
|
2007-04-24 |
kostya |
1000l to myself as used VLC indexes were totally wrong
libavcodec
|
2007-04-21 |
aurel |
Blackfin is a strictly aligned processor.
libavcodec
|
2007-04-21 |
bcoudurier |
simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com
libavcodec
|
2007-04-21 |
diego |
Remove unused variable.
libavcodec
|
2007-04-21 |
alex |
compile rawvideo decoder on request
libavcodec
|
2007-04-21 |
alex |
compile mjpeg parser if requested
libavcodec
|
2007-04-21 |
alex |
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c
libavcodec
|
2007-04-20 |
alex |
cosmetics: remove my email address
libavcodec
|
2007-04-20 |
diego |
typo
libavcodec
|
2007-04-19 |
mru |
add .type foo, %function directives for the benefit of debuggers
libavcodec
|
2007-04-19 |
reimar |
Fix parts missed in clip -> av_clip rename
libavcodec
|
2007-04-18 |
banan |
Deobfuscade decodeTonalComponents calling logic.
libavcodec
|
2007-04-18 |
banan |
Version bump, atrac3 added.
libavcodec
|
2007-04-18 |
banan |
Simplify, patch by Ramiro Polla.
libavcodec
|
2007-04-18 |
banan |
Remove unused vars, patch by Ramiro Polla.
libavcodec
|
2007-04-18 |
banan |
Remove unused vars, patch by Ramiro Polla.
libavcodec
|
2007-04-18 |
banan |
Cosmetics, patch by Ramiro Polla.
libavcodec
|
2007-04-18 |
kostya |
Pullback should be performed on scaled motion vectors in B-frames
libavcodec
|
2007-04-18 |
diego |
Remove the build instructions from the doxygen comments, they are duplicated
libavcodec
|
2007-04-18 |
diego |
Doxygen comment wording/spelling
libavcodec
|
2007-04-17 |
banan |
Atrac3 decoder.
libavcodec
|
2007-04-15 |
diego |
Move AC3 header parsing code together with the rest of the AC3 parsing code.
libavcodec
|
2007-04-15 |
michael |
fix mjpeg.mov
libavcodec
|
2007-04-14 |
michael |
fix playback of angels_480-mjpegcompress.avi
libavcodec
|
2007-04-14 |
michael |
fix playback of odd_height.mov
libavcodec
|
2007-04-14 |
michael |
correct another possible buffer overflow where interlaced would
libavcodec
|
2007-04-14 |
michael |
fix tiff regression test (bitexact flag was ignoredwhich caused the
libavcodec
|
2007-04-14 |
michael |
remove MpegEncContext, patch by baptiste
libavcodec
|
2007-04-14 |
diego |
Update preprocessor directive comments to take recent changes to this file
libavcodec
|
2007-04-13 |
diego |
cosmetics: Fix indentation.
libavcodec
|
2007-04-13 |
benoit |
timestamps generation improvement when parsing avi
libavcodec
|
2007-04-12 |
banan |
As usual Real actually took something existing and rebranded it.
libavcodec
|
2007-04-12 |
diego |
Add complete instructions for the brave people wishing to fiddle with the
libavcodec
|
2007-04-12 |
diego |
Replace hackish support for amr-nb and amr-wb. Instead of including the source
libavcodec
|
2007-04-12 |
diego |
Update download URL with a link to a working version.
libavcodec
|
2007-04-11 |
benoit |
add a check before find_frame_end call
libavcodec
|
2007-04-11 |
banan |
Per reference swf/flv adpcm encoder.
libavcodec
|
2007-04-11 |
diego |
cosmetics: indentation
libavcodec
|
2007-04-10 |
lu_zero |
ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1
libavcodec
|
2007-04-10 |
ivo |
cosmetics after last commit
libavcodec
|
2007-04-10 |
ivo |
Add support for grayscale images with arbitrary maxvals.
libavcodec
|
2007-04-10 |
diego |
Fix an underflow/overflow that was causing some crackles when playing
libavcodec
|
2007-04-10 |
kostya |
Set C predictor to zero if unavailable (should fix B-frame border artifacts)
libavcodec
|
2007-04-09 |
michael |
superflouos ()
libavcodec
|
2007-04-09 |
michael |
remove code_prefix variable, no speed change
libavcodec
|
2007-04-09 |
michael |
simplify
libavcodec
|
2007-04-09 |
diego |
When dst_length == 0 bit_length has to be 0, too, but the current code still
libavcodec
|
2007-04-09 |
diego |
Remove a NAL unit's trailing zero bytes even when dst_length is 1.
libavcodec
|
2007-04-09 |
diego |
scenario: A properly coded frame is followed by an end of sequence NAL unit,
libavcodec
|
2007-04-08 |
diego |
Get rid of unnecessary pointer casts.
libavcodec
|
2007-04-08 |
diego |
Only compile in Theora-specific functions if the Theora decoder has been
libavcodec
|
2007-04-08 |
diego |
cosmetics: Move one code block to save an #ifdef in the next commit.
libavcodec
|
2007-04-08 |
diego |
Remove #if 0 code.
libavcodec
|
2007-04-08 |
diego |
Fix compilation when Theora decoder is disabled, but VP3 is enabled.
libavcodec
|
2007-04-08 |
diego |
Remove unused variable.
libavcodec
|
2007-04-08 |
diego |
cosmetics: indentation fix
libavcodec
|
2007-04-08 |
michael |
factorize & 0x0F
libavcodec
|
2007-04-08 |
michael |
remove c93_ prefix from static functions in c93.c
libavcodec
|
2007-04-07 |
michael |
align vertically
libavcodec
|
2007-04-07 |
michael |
shorter variable names
libavcodec
|
2007-04-07 |
michael |
general purpose var should be int
libavcodec
|
2007-04-07 |
michael |
remove redundant comments
libavcodec
|
2007-04-07 |
michael |
remove useless debuging av_log()
libavcodec
|
2007-04-07 |
michael |
indention cleanup
libavcodec
|
2007-04-07 |
michael |
use shorter names for the block type enum
libavcodec
|
2007-04-07 |
michael |
cosmetic
libavcodec
|
2007-04-07 |
michael |
use bytestream reader instead of bitstream for THP
libavcodec
|
2007-04-07 |
diego |
CRYO APC demuxer
libavcodec
|
2007-04-07 |
michael |
simplify
libavcodec
|
2007-04-07 |
michael |
prev1/2 -> prev[2]
libavcodec
|
2007-04-07 |
michael |
simplify
libavcodec
|
2007-04-07 |
michael |
general purpose vars should be int
libavcodec
|
2007-04-07 |
michael |
table[index][ch] -> table[ch][index] (might be faster ...)
libavcodec
|
2007-04-07 |
diego |
Bethsoft VID demuxer and video decoder
libavcodec
|
2007-04-07 |
ivo |
Fix segmentation fault for gray16le to gray conversion.
libavcodec
|
2007-04-07 |
diego |
Remove superfluous setting of has_b_frames in codecs without B-frames.
libavcodec
|
2007-04-07 |
diego |
THP PCM decoder, used on the Nintendo GameCube.
libavcodec
|
2007-04-07 |
michael |
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
libavcodec
|
2007-04-07 |
michael |
LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
libavcodec
|
2007-04-07 |
diego |
Interplay C93 demuxer and video decoder
libavcodec
|
2007-04-07 |
diego |
typos
libavcodec
|
2007-04-07 |
diego |
typos/grammar
libavcodec
|
2007-04-07 |
diego |
spelling/wording/grammar
libavcodec
|
2007-04-07 |
diego |
Print a list of valid AMR bitrates if a wrong one is used.
libavcodec
|
2007-04-06 |
michael |
YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)
libavcodec
|
2007-04-06 |
michael |
s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad students mimuw edu pl
libavcodec
|
2007-04-06 |
diego |
SGI image decoder ported to the new image API.
libavcodec
|
2007-04-06 |
diego |
Return correct decoded size, decoder is called with only one frame at a time.
libavcodec
|
2007-04-06 |
diego |
IWMMXT-specific dsputils clear_blocks function.
libavcodec
|
2007-04-06 |
kostya |
This codec is PAL8 so make it output PAL8 too
libavcodec
|
2007-04-05 |
michael |
remove compound literals gcc 2.95 doesnt support taking an address of a compound literal
libavcodec
|
2007-04-04 |
banan |
WMA decoder improvement, output closer to the dmo binary.
libavcodec
|
2007-04-04 |
kostya |
vc1_split should be static
libavcodec
|
2007-04-04 |
gpoirier |
changes some function declarations from () to (void) as per ansi c.
libavcodec
|
2007-04-04 |
diego |
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
libavcodec
|
2007-04-03 |
diego |
cosmetics: Fix indentation.
libavcodec
|
2007-04-03 |
diego |
Remove useless pointer shift.
libavcodec
|
2007-04-03 |
diego |
Remove commented-out while loop.
libavcodec
|
2007-04-03 |
diego |
Explain which configure options are necessary for which AMR variant.
libavcodec
|
2007-04-03 |
michael |
typo
libavcodec
|
2007-04-03 |
michael |
cosmetic
libavcodec
|
2007-04-03 |
michael |
FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad
libavcodec
|
2007-04-03 |
michael |
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
libavcodec
|
2007-04-03 |
diego |
Remove #if 0 code.
libavcodec
|
2007-04-03 |
michael |
dont use *int8_t for the arguments (ive missed that in the patches ...)
libavcodec
|
2007-04-03 |
michael |
Changed the rle encoder a little and made it more universal.
libavcodec
|
2007-04-03 |
michael |
cosmetic
libavcodec
|
2007-04-03 |
michael |
fix indention (less work to fix it myself than to check if a indention fix patch is ok ...)
libavcodec
|
2007-04-03 |
michael |
move doxy from .c to .h
libavcodec
|
2007-04-03 |
michael |
generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
libavcodec
|
2007-04-02 |
diego |
Remove stray object from list of Blackfin assembler objects.
libavcodec
|
2007-04-01 |
diego |
bfin dsputils, basic pixel operations sads, diffs, motion compensation
libavcodec
|
2007-04-01 |
aurel |
cosmetics: indentation
libavcodec
|
2007-04-01 |
michael |
indention
libavcodec
|
2007-04-01 |
michael |
make AVCodec.init() optional
libavcodec
|
2007-04-01 |
diego |
support for the THP game format by Marco Gerards, mgerards xs4all nl
libavcodec
|
2007-04-01 |
diego |
Add '#undef exit', the function is now forbidden.
libavcodec
|
2007-04-01 |
diego |
Merge redundant comments.
libavcodec
|
2007-03-31 |
lorenm |
doxy comment tweaks
libavcodec
|
2007-03-31 |
gpoirier |
Add doxy comments, based on Loren's explanations posted here:
libavcodec
|
2007-03-31 |
diego |
dct-test works on non-x86 now.
libavcodec
|
2007-03-31 |
diego |
platform-independent restructuring and code simplification
libavcodec
|
2007-03-31 |
diego |
Remove illegal call to exit().
libavcodec
|
2007-03-31 |
mru |
call faacDecClose() with all libfaad versions
libavcodec
|
2007-03-31 |
diego |
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.
libavcodec
|
2007-03-30 |
lu_zero |
Typos in comments
libavcodec
|
2007-03-30 |
lorenm |
move some stuff out of an inner loop. 12% faster svq1 encoding.
libavcodec
|
2007-03-30 |
lorenm |
mmx 16-bit ssd. 2.3x faster svq1 encoding.
libavcodec
|
2007-03-30 |
takis |
Fix a bug in av_find_opt(). Because some of the AVOption structures have field
libavcodec
|
2007-03-30 |
gpoirier |
add 'all' and 'none' options for partitions config
libavcodec
|
2007-03-30 |
diego |
Update specification and reference implementation links.
libavcodec
|
2007-03-29 |
takis |
Fix compilation when using the --disable-opts parameter. This to help those
libavcodec
|
2007-03-29 |
diego |
Accept only existing bitrates.
libavcodec
|
2007-03-27 |
michael |
codec id addition guidlines
libavcodec
|
2007-03-27 |
kostya |
FASTTX==0 means additional 16 bits in extradata
libavcodec
|
2007-03-27 |
kostya |
One more FASTTX-related hack
libavcodec
|
2007-03-27 |
kostya |
Remove redundant assign
libavcodec
|
2007-03-26 |
michael |
set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking
libavcodec
|
2007-03-26 |
iive |
get rid of unused entries in the middle of xvmc_render struct,
libavcodec
|
2007-03-26 |
banan |
Optimize by building the mdct window and multipying/adding at the same time.
libavcodec
|
2007-03-26 |
michael |
factorize &
libavcodec
|
2007-03-26 |
michael |
simplify
libavcodec
|
2007-03-26 |
aurel |
properly set *data_size when returning >= 0 values in shorten_decode_frame()
libavcodec
|
2007-03-25 |
michael |
check input validity, this prevents a few variables from reachin odd values which might have lead to out of array writes and thus might have been exploitable
libavcodec
|
2007-03-25 |
michael |
simplify
libavcodec
|
2007-03-25 |
bcoudurier |
increment subminor version due to r8502 and r8504, those revisions make dnxhd and gif decoders in line with libavcodec API
libavcodec
|
2007-03-25 |
bcoudurier |
remove TODO, its done now
libavcodec
|
2007-03-25 |
bcoudurier |
pass correct buffer size to lzw decode init
libavcodec
|
2007-03-25 |
michael |
move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread
libavcodec
|
2007-03-25 |
michael |
simplify
libavcodec
|
2007-03-25 |
michael |
factorize
libavcodec
|
2007-03-25 |
michael |
simplify
libavcodec
|
2007-03-25 |
kostya |
1000l to myself - get correct quantization for blocks 1 and 2
libavcodec
|
2007-03-25 |
aurel |
use generic xiph header spliting func to split theora headers
libavcodec
|
2007-03-25 |
aurel |
extract vorbis header spliting code into a reusable function
libavcodec
|
2007-03-25 |
bcoudurier |
actually return bytes read
libavcodec
|
2007-03-25 |
bcoudurier |
return error if loop has ended before decoding image
libavcodec
|
2007-03-25 |
bcoudurier |
actually return bytes read
libavcodec
|
2007-03-24 |
bcoudurier |
add some length checks
libavcodec
|
2007-03-24 |
bcoudurier |
simplify
libavcodec
|
2007-03-24 |
bcoudurier |
fix indentation
libavcodec
|
2007-03-24 |
bcoudurier |
break if eob is reached to avoid reading one too much byte
libavcodec
|
2007-03-24 |
mru |
Fix H.264 8x8 transform selection
libavcodec
|
2007-03-23 |
mru |
iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but
libavcodec
|
2007-03-22 |
michael |
set more reasonable cutoff for audio rate conversion
libavcodec
|
2007-03-22 |
michael |
clarify codec_tag
libavcodec
|
2007-03-22 |
michael |
clarify sub_id
libavcodec
|
2007-03-22 |
michael |
replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected
libavcodec
|
2007-03-22 |
michael |
change high precision mode to 30 bits again after making the code less overflow sensitive
libavcodec
|
2007-03-22 |
michael |
optimize linear filter coeff interpolation code, this also makes the code less prone to overflows
libavcodec
|
2007-03-22 |
jbr |
cosmetics. align and condense.
libavcodec
|
2007-03-22 |
jbr |
simplify
libavcodec
|
2007-03-22 |
jbr |
utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%
libavcodec
|
2007-03-22 |
michael |
revert r8469 (increase bits for non default highprecision mode)
libavcodec
|
2007-03-22 |
michael |
AUDIOPHILE_KIDDY_MODE
libavcodec
|
2007-03-22 |
michael |
optimize bessel function instead of trusting gcc to do trivial optimizations (as gcc doesnt ...)
libavcodec
|
2007-03-22 |
michael |
select more sensible default windows (= attenuation beyond the dynamic range of your input is silly if it negatively affects other parameters)
libavcodec
|
2007-03-21 |
michael |
make kaiser windows with other beta than 16 available
libavcodec
|
2007-03-21 |
mru |
enable iwmmxt support, removing mm_support() stub
libavcodec
|
2007-03-21 |
michael |
make high precision mode accessible at compile time
libavcodec
|
2007-03-21 |
michael |
increase bits for non default highprecision mode
libavcodec
|
2007-03-21 |
michael |
code for testing the accuracy of the resampler
libavcodec
|
2007-03-21 |
michael |
remove dithering of filter coefficients, improves precision by 1-2 bits and
libavcodec
|
2007-03-21 |
kostya |
Smacker Audio stereo fix
libavcodec
|
2007-03-20 |
banan |
Small simplifications to subband coefficient handling and use av_random().
libavcodec
|
2007-03-20 |
lorenm |
oops, encoder was under ifdef decoders.
libavcodec
|
2007-03-20 |
kostya |
Correctly handle data_size on decoding
libavcodec
|
2007-03-20 |
jbr |
fix handling of special case for lowest snroffset. regressions are unaffected.
libavcodec
|
2007-03-19 |
bcoudurier |
10l, fix debug, dprintf does not have log level
libavcodec
|
2007-03-18 |
bcoudurier |
dnxhd decoder
libavcodec
|
2007-03-18 |
jbr |
AC-3 encoded volume is too high. Revert revision 7160:
libavcodec
|
2007-03-18 |
mru |
fix init_vlc() with nonzero flags
libavcodec
|
2007-03-18 |
jbr |
split ac3_parametric_bit_allocation into 3 separate functions
libavcodec
|
2007-03-18 |
kostya |
Zero MV vectors for P frame intra blocks
libavcodec
|
2007-03-18 |
lorenm |
huffyuv rgb encoder
libavcodec
|
2007-03-18 |
kostya |
indentation
libavcodec
|
2007-03-18 |
kostya |
Proper handling of motion vectors for adv. profile
libavcodec
|
2007-03-18 |
jbr |
hardcode ff_ac3_frame_sizes table
libavcodec
|
2007-03-17 |
diego |
Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.
libavcodec
|
2007-03-17 |
diego |
Move the encoding of the image data to its own function.
libavcodec
|
2007-03-17 |
diego |
Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.
libavcodec
|
2007-03-15 |
gpoirier |
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2
libavcodec
|
2007-03-15 |
banan |
subband_coef_noise -> subband_coef_sign
libavcodec
|
2007-03-15 |
gpoirier |
Targa (.tga) encoder,
libavcodec
|
2007-03-14 |
michael |
10l for myself, fixing --disable-encoders
libavcodec
|
2007-03-14 |
kostya |
DXA demuxer and decoder
libavcodec
|
2007-03-14 |
michael |
deprecate ff_realloc_static
libavcodec
|
2007-03-14 |
michael |
10l to whoever wrote this
libavcodec
|
2007-03-14 |
michael |
kill av_mallocz_static() calls in init_rl()
libavcodec
|
2007-03-14 |
michael |
move RLTable stuff to its own header
libavcodec
|
2007-03-14 |
michael |
kill av_mallocz_static()
libavcodec
|
2007-03-14 |
bcoudurier |
reindent after last commit
libavcodec
|
2007-03-14 |
bcoudurier |
h264 complete frames parsing support
libavcodec
|
2007-03-14 |
michael |
kill 3 more av_mallocz_static()
libavcodec
|
2007-03-14 |
michael |
kill another 2 av_mallocz_static()
libavcodec
|
2007-03-13 |
michael |
kill a av_mallocz_static()
libavcodec
|
2007-03-13 |
michael |
10^10l to whoever wrote this
libavcodec
|
2007-03-13 |
michael |
remove useless static cm variable
libavcodec
|
2007-03-13 |
michael |
cosmetic
libavcodec
|
2007-03-13 |
michael |
remove silly static int done protecting the initalization of 32 elements to 1
libavcodec
|
2007-03-13 |
michael |
remove redundant memset()
libavcodec
|
2007-03-13 |
michael |
dont malloc() static mv_penalty arrays
libavcodec
|
2007-03-13 |
michael |
deprecate av_mallocz_static()
libavcodec
|
2007-03-13 |
banan |
Combine the window and overlap loops,
libavcodec
|
2007-03-12 |
mbardiaux |
Give context to dprintf
libavcodec
|
2007-03-11 |
banan |
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour.
libavcodec
|
2007-03-11 |
banan |
Replace custom modified discrete cosine transform with ffmpeg's own.
libavcodec
|
2007-03-11 |
jbr |
the AC-3 parser needs ac3.o
libavcodec
|
2007-03-11 |
jbr |
move AC-3 header parsing to ac3.c
libavcodec
|
2007-03-11 |
kostya |
Correctly ME border blocks
libavcodec
|
2007-03-11 |
reimar |
Check dimensions to avoid division by zero due to invalid new dimensions.
libavcodec
|
2007-03-11 |
jbr |
remove redundancy in AC-3 parser by using common tables from ac3tab.h
libavcodec
|
2007-03-10 |
banan |
Simplify, use avctx->frame_number.
libavcodec
|
2007-03-09 |
jbr |
Remove common code from AC-3 encoder and utilize ac3.c.
libavcodec
|
2007-03-09 |
jbr |
Create ac3.c which will be used for AC-3 common code.
libavcodec
|
2007-03-09 |
jbr |
simplify AC-3 bit allocation
libavcodec
|
2007-03-08 |
jbr |
cosmetics. remove space before semi-colon.
libavcodec
|
2007-03-08 |
banan |
Simplify gain block handling.
libavcodec
|
2007-03-08 |
banan |
Don't output the first two frames, since they don't contain valid audio.
libavcodec
|
2007-03-08 |
bcoudurier |
fix drop frame timecode flag
libavcodec
|
2007-03-08 |
mbardiaux |
Corrections so that builds with DEBUG work
libavcodec
|
2007-03-08 |
michael |
bitrate sanity check (fixes assertion failure)
libavcodec
|
2007-03-08 |
takis |
Remove useless casts as recommended by Måns Rullgård.
libavcodec
|
2007-03-08 |
takis |
Cosmetics in amr.c.
libavcodec
|
2007-03-08 |
takis |
Move the initialization on context definition. In amr.c, only the
libavcodec
|
2007-03-07 |
michael |
add a -ab with default of 64k
libavcodec
|
2007-03-07 |
michael |
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter
libavcodec
|
2007-03-07 |
michael |
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags
libavcodec
|
2007-03-07 |
michael |
make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions
libavcodec
|
2007-03-07 |
alex |
typo: unkown->unknown
libavcodec
|
2007-03-06 |
alex |
add little endian 24bit read/write
libavcodec
|
2007-03-05 |
gpoirier |
change management of "ab" option in ffmpeg.c, so that it works as "b" option.
libavcodec
|
2007-03-04 |
takis |
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
libavcodec
|
2007-03-04 |
bcoudurier |
imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder
libavcodec
|
2007-03-04 |
bcoudurier |
add bytestream_get/put_be24 functions
libavcodec
|
2007-03-04 |
bcoudurier |
dummy support for mpeg2 non linear quant
libavcodec
|
2007-03-03 |
michael |
check for no frame and prevent segfault
libavcodec
|
2007-03-03 |
bcoudurier |
partial avid meridien uncompressed support
libavcodec
|
2007-03-03 |
diego |
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.
libavcodec
|
2007-03-03 |
diego |
Clarify that this decoder uses liba52.
libavcodec
|
2007-03-02 |
michael |
support feeding individual NAL units to the decoder instead of just complete frames
libavcodec
|
2007-03-02 |
bcoudurier |
support for mjpeg bottom field first in mov
libavcodec
|
2007-03-02 |
bcoudurier |
fix adpcm swf decoding
libavcodec
|
2007-03-01 |
bcoudurier |
remove ps option and rename rtp_payload_size AVOption to ps
libavcodec
|
2007-03-01 |
takis |
Add documentation to some avcodec.h's pix_fmt related functions and defines.
libavcodec
|
2007-03-01 |
bcoudurier |
quicktime 'raw ' support
libavcodec
|
2007-03-01 |
bcoudurier |
get rid of CODEC_FLAG_H263P_AIC with next major bump
libavcodec
|
2007-03-01 |
bcoudurier |
define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next major bump
libavcodec
|
2007-02-28 |
bcoudurier |
get rid of rtp_mode field after next major bump
libavcodec
|
2007-02-28 |
bcoudurier |
enable rtp payload size AVOption for video encoding
libavcodec
|
2007-02-28 |
bcoudurier |
free faac extradata
libavcodec
|
2007-02-28 |
kostya |
Looks like I'll work on it this year too
libavcodec
|
2007-02-28 |
kostya |
WMV3 Complex Profile initial support
libavcodec
|
2007-02-28 |
aurel |
enable some 64bit optimized code on 64bit arch
libavcodec
|
2007-02-27 |
diego |
Fix wrong license header.
libavcodec
|
2007-02-27 |
mbardiaux |
Rename WMADecodeContext to WMACodecContext
libavcodec
|
2007-02-27 |
mbardiaux |
Supply context to tprintf
libavcodec
|
2007-02-27 |
kostya |
DCA decoder
libavcodec
|
2007-02-27 |
diego |
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
libavcodec
|
2007-02-27 |
diego |
Remove useless conditional.
libavcodec
|
2007-02-25 |
aurel |
cleanup setting of returned data frame
libavcodec
|
2007-02-25 |
aurel |
Use pointers to avoid copying AVFrame.
libavcodec
|
2007-02-25 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
2007-02-25 |
takis |
Move the unaltered documentation of the functions which are part of the public
libavcodec
|
2007-02-25 |
michael |
rewrite find_frame_end()
libavcodec
|
2007-02-25 |
aurel |
use FFMIN
libavcodec
|
2007-02-24 |
diego |
Only compile snowdsp_mmx.c if the Snow decoder is enabled.
libavcodec
|
2007-02-24 |
diego |
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.
libavcodec
|
2007-02-24 |
diego |
cosmetics: Fix another common typo, dependAnt --> dependEnt.
libavcodec
|
2007-02-24 |
michael |
h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com)
libavcodec
|
2007-02-24 |
aurel |
Use pointers to avoid copying AVFrame.
libavcodec
|
2007-02-23 |
michael |
reorder a few more paddws to reduce dependancy chains
libavcodec
|
2007-02-23 |
michael |
reorder paddws to reduce dependancy chain
libavcodec
|
2007-02-23 |
gpoirier |
add CODEC_TYPE_NB to enum CodecType, will be used to declare option arrays in ffmpeg.c
libavcodec
|
2007-02-23 |
michael |
shortening dependancy chain in chroma mc2
libavcodec
|
2007-02-23 |
michael |
remove now wrong comment
libavcodec
|
2007-02-23 |
michael |
fix chroma mc2 bug, this is based on a patch by (Oleg Metelitsa oleg hitron co kr)
libavcodec
|
2007-02-23 |
aurel |
use av_noinline instead of __attribute((noinline))
libavcodec
|
2007-02-23 |
michael |
dont check buffer size if the decode function wont be called at all
libavcodec
|
2007-02-23 |
takis |
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_.
libavcodec
|
2007-02-22 |
takis |
Move the av_realloc_static() declaration out of avcodec.h into bitstream.c.
libavcodec
|
2007-02-22 |
takis |
Doxygenize the existing amr.c documentation.
libavcodec
|
2007-02-22 |
takis |
Doxygenize the comments for the av_fast_realloc() function.
libavcodec
|
2007-02-22 |
takis |
Doxygenize the comments for the av_free_static() function.
libavcodec
|
2007-02-22 |
takis |
Doxygenize the comments for the av_mallocz_static() function.
libavcodec
|
2007-02-22 |
takis |
Doxygenize the comments for the av_realloc_static() function.
libavcodec
|
2007-02-22 |
takis |
Doxygenize the comments for the av_get_bits_per_sample() function.
libavcodec
|
2007-02-22 |
takis |
Doxygenize the comments for the av_get_pict_type_char() function.
libavcodec
|
2007-02-22 |
takis |
Doxygenize the comments for the avpicture_free() function.
libavcodec
|
2007-02-22 |
takis |
Move the Doxygen function documentation unaltered from libavcodec/utils.c to
libavcodec
|
2007-02-22 |
takis |
Add more Doxygen documentation.
libavcodec
|
2007-02-22 |
takis |
Fix spelling.
libavcodec
|
2007-02-22 |
takis |
The memsetting of the end of buffer is not needed for audio.
libavcodec
|
2007-02-22 |
takis |
Stray comment, probably copy & pasted from audio_encode_example().
libavcodec
|
2007-02-22 |
takis |
Fix typo.
libavcodec
|
2007-02-22 |
diego |
cosmetics: aswell --> as well typo fix
libavcodec
|
2007-02-22 |
michael |
gcc 2.95 fix
libavcodec
|
2007-02-21 |
takis |
Correct typo.
libavcodec
|
2007-02-21 |
aurel |
simplify release_buffer using FFSWAP
libavcodec
|
2007-02-21 |
diego |
simplify i386 object handling
libavcodec
|
2007-02-21 |
michael |
output delayed frames
libavcodec
|
2007-02-21 |
diego |
cosmetics: Fix another common typo, gurantee --> guArantee.
libavcodec
|
2007-02-21 |
kostya |
100l: forgot to reset LS mode on new frame
libavcodec
|
2007-02-21 |
diego |
cosmetics: Fix a common typo, sepErate --> sepArate.
libavcodec
|
2007-02-20 |
takis |
Add some more Doxygen documentation to libavcodec/utils.c.
libavcodec
|
2007-02-20 |
mbardiaux |
Add support for MS-GSM codec
libavcodec
|
2007-02-20 |
takis |
Provide Doxygen documentation.
libavcodec
|
2007-02-20 |
gpoirier |
add doxygen docs for avpicture_fill()
libavcodec
|
2007-02-19 |
stefang |
fix comment, get/show_bits(0) does not work
libavcodec
|
2007-02-19 |
mbardiaux |
Remove some old disabled debugging output
libavcodec
|
2007-02-19 |
lorenm |
simplify in fill_caches
libavcodec
|
2007-02-18 |
takis |
Remove a non-C dependency (being M_PI) from the libavcodec example.
libavcodec
|
2007-02-18 |
banan |
Clairyfication of the gain tool struct.
libavcodec
|
2007-02-18 |
mru |
fix for x86-64
libavcodec
|
2007-02-18 |
banan |
Don't use byte swaps and use the more portable way
libavcodec
|
2007-02-18 |
michael |
factorize more calls to fill_rectangle()
libavcodec
|
2007-02-18 |
michael |
factorize fill_rectangle() calls
libavcodec
|
2007-02-18 |
alex |
display line number when printing error
libavcodec
|
2007-02-17 |
michael |
rewrite H264_CHROMA_MC4_TMPL (20% faster)
libavcodec
|
2007-02-17 |
michael |
remove imgresample and convert with the next version bump
libavcodec
|
2007-02-17 |
kostya |
Use AVRandom
libavcodec
|
2007-02-17 |
kostya |
10l: forgot break statement
libavcodec
|
2007-02-16 |
michael |
factorize fill_rectangle()
libavcodec
|
2007-02-16 |
michael |
replace list<2 checks by list<list_count
libavcodec
|
2007-02-16 |
michael |
fix 2nd ref_count check
libavcodec
|
2007-02-16 |
michael |
fix ref_count check
libavcodec
|
2007-02-16 |
michael |
factorize mv_cache and mvd_cache init
libavcodec
|
2007-02-16 |
michael |
simplify
libavcodec
|
2007-02-16 |
michael |
add a few asserts to ensure alignment
libavcodec
|
2007-02-16 |
michael |
prevent h.264 MC related functions from being inlined (yes this is much faster the code just doesnt fit in the code cache otherwise)
libavcodec
|
2007-02-15 |
mbardiaux |
Spelling fix
libavcodec
|
2007-02-15 |
mbardiaux |
Spelling fix
libavcodec
|
2007-02-14 |
diego |
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.
libavcodec
|
2007-02-14 |
michael |
doxy for avcodec_encode_video()
libavcodec
|
2007-02-14 |
mbardiaux |
Fix one warning
libavcodec
|
2007-02-13 |
mru |
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
libavcodec
|
2007-02-13 |
mmu_man |
This fixes error handling for BeOS, removing the need for some ifdefs.
libavcodec
|
2007-02-13 |
mbardiaux |
Change some dprintf to av_log
libavcodec
|
2007-02-13 |
kostya |
Intensity compensation for B-frames in AP was missing
libavcodec
|
2007-02-12 |
diego |
consistency renaming: yuv422 --> yuyv422
libavcodec
|
2007-02-12 |
diego |
consistency renaming: uyvy411 --> uyyvyy411
libavcodec
|
2007-02-12 |
diego |
consistency renaming: rgba32 --> rgb32
libavcodec
|
2007-02-12 |
diego |
Restore the possibility to link liba52 instead of dlopening.
libavcodec
|
2007-02-11 |
diego |
Rename ac3 decoder to liba52 to prepare for native decoder.
libavcodec
|
2007-02-11 |
mru |
rename HAVE_GPROF to CONFIG_GPROF
libavcodec
|
2007-02-11 |
diego |
Remove internal liba52; external lib still works, native decoder coming up.
libavcodec
|
2007-02-11 |
diego |
Remove unused libac3 AC3 decoding interface.
libavcodec
|
2007-02-10 |
reimar |
Minor AMD64 compilation fix
libavcodec
|
2007-02-10 |
michael |
maybe fix x86_64 (untested)
libavcodec
|
2007-02-09 |
gpoirier |
always decode extradata when of non-avc stream (like RTSP)
libavcodec
|
2007-02-09 |
michael |
packets with half pcm samples are invalid
libavcodec
|
2007-02-09 |
michael |
factor out common subexprssion (gcc of course is too stupid to do this ...)
libavcodec
|
2007-02-09 |
michael |
merge asm fragments in H264_CHROMA_MC2_TMPL()
libavcodec
|
2007-02-09 |
michael |
sanity check
libavcodec
|
2007-02-09 |
michael |
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily)
libavcodec
|
2007-02-09 |
jbr |
fix parsing of RealAudio AC-3/DolbyNet
libavcodec
|
2007-02-08 |
lucabe |
Directly access av_log_level instead of calling av_log_{set, get}_level()
libavcodec
|
2007-02-07 |
reimar |
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
libavcodec
|
2007-02-07 |
michael |
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back)
libavcodec
|
2007-02-07 |
michael |
doxygenize
libavcodec
|
2007-02-07 |
diego |
Add a comment about swapped numerator and denominator.
libavcodec
|
2007-02-07 |
diego |
missing spaces
libavcodec
|
2007-02-07 |
diego |
Replace deprecated PIX_FMT names by the newer variants.
libavcodec
|
2007-02-06 |
michael |
workaround sign bug
libavcodec
|
2007-02-06 |
michael |
10l use of uninitalized var
libavcodec
|
2007-02-06 |
michael |
kill debuging code
libavcodec
|
2007-02-06 |
michael |
wma encoder
libavcodec
|
2007-02-06 |
michael |
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)
libavcodec
|
2007-02-06 |
michael |
simplify and remove useless index in AV_W*
libavcodec
|
2007-02-06 |
kostya |
Progressive frames disguised as interlaced are supported
libavcodec
|
2007-02-06 |
kostya |
B-frames could not be determined from broken_link/closed_entry, use fixed value
libavcodec
|
2007-02-06 |
kostya |
Wrong flag tested
libavcodec
|
2007-02-06 |
aurel |
ensure that data[0] is set to NULL for next frame
libavcodec
|
2007-02-05 |
mru |
oops, revert accidental checkin
libavcodec
|
2007-02-05 |
mru |
fix multichannel decoding
libavcodec
|
2007-02-05 |
mru |
move static variables to private context struct
libavcodec
|
2007-02-05 |
mru |
remove preprocessor cruft
libavcodec
|
2007-02-05 |
mru |
cosmetics: don't needlessly open new blocks
libavcodec
|
2007-02-05 |
mru |
cosmetic: indent sensibly so code can be read at all
libavcodec
|
2007-02-05 |
diego |
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
libavcodec
|
2007-02-05 |
faust3 |
fix use of uninitialized variables
libavcodec
|
2007-02-05 |
diego |
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.
libavcodec
|
2007-02-05 |
kostya |
Set codec dimensions in extradata parsing
libavcodec
|
2007-02-05 |
kostya |
table fix
libavcodec
|
2007-02-04 |
michael |
useless as this file wont be compiled if this is not true
libavcodec
|
2007-02-04 |
kostya |
Save frame header info in context variables
libavcodec
|
2007-02-04 |
kostya |
Set frame rate from extradata
libavcodec
|
2007-02-03 |
michael |
factorize switch_buffer()
libavcodec
|
2007-02-03 |
michael |
fix decoding of takethat.mp3
libavcodec
|
2007-02-03 |
kostya |
These messages are just for debug purposes
libavcodec
|
2007-02-03 |
kostya |
Set codec dimensions if provided by extradata
libavcodec
|
2007-02-03 |
kostya |
VC-1 parser
libavcodec
|
2007-02-02 |
kostya |
0x00000103 is not an escape marker
libavcodec
|
2007-02-02 |
michael |
add FIXME
libavcodec
|
2007-02-02 |
kostya |
General approach to parsing chunks in VC-1 AP
libavcodec
|
2007-02-02 |
michael |
some (probably exploitable) out of array write fixes
libavcodec
|
2007-02-02 |
mru |
missed a redundant load
libavcodec
|
2007-02-01 |
mru |
revert accidental checkin
libavcodec
|
2007-02-01 |
mru |
save one cycle
libavcodec
|
2007-02-01 |
mru |
remove redundant loads
libavcodec
|
2007-02-01 |
kostya |
Check for out-of-bounds access
libavcodec
|
2007-02-01 |
takis |
Add decode_end method to bmp decoder. Patch by Michel Bardiaux,
libavcodec
|
2007-02-01 |
bcoudurier |
correctly set profile/level for hd
libavcodec
|
2007-02-01 |
takis |
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,
libavcodec
|
2007-01-31 |
mru |
optimize IDCT of rows with mostly zero coefficients
libavcodec
|
2007-01-31 |
reimar |
Move lzo decompression to libavutil
libavcodec
|
2007-01-31 |
reimar |
Make sure we do not accidentially "fix" cnt to something < 0
libavcodec
|
2007-01-31 |
reimar |
Simplify checks, use that we know that cnt will not be < 0
libavcodec
|
2007-01-31 |
reimar |
Remove boundary checks that are actually done "well enough"
libavcodec
|
2007-01-31 |
reimar |
Documentation fix: Copy functions should "work" fine for cnt == 0
libavcodec
|
2007-01-31 |
reimar |
Optimize LZO copy operations
libavcodec
|
2007-01-31 |
diego |
Fix memcpy out-of-bounds.
libavcodec
|
2007-01-31 |
michael |
another >> vs >
libavcodec
|
2007-01-31 |
michael |
simpify state and make code 2% faster
libavcodec
|
2007-01-31 |
reimar |
Add two extra needed bounds checks
libavcodec
|
2007-01-31 |
michael |
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ...
libavcodec
|
2007-01-31 |
reimar |
Add code to testcode to ease comparing with liblzo.
libavcodec
|
2007-01-31 |
takis |
Make BMP decoder use bytestream. Patch by Michel Bardiaux
libavcodec
|
2007-01-30 |
takis |
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian
libavcodec
|
2007-01-30 |
takis |
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not
libavcodec
|
2007-01-30 |
takis |
Add the const specifier as needed to reduce the number of warnings.
libavcodec
|
2007-01-29 |
mru |
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru
libavcodec
|
2007-01-29 |
mru |
theoretically save one cycle
libavcodec
|
2007-01-29 |
kostya |
Fix BI-frames decoding for Adv. profile
libavcodec
|
2007-01-29 |
takis |
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.
libavcodec
|
2007-01-29 |
banan |
Check that js_vlc_bits from the extradata is in a valid range.
libavcodec
|
2007-01-29 |
banan |
Get rid of the COOKextradata struct. And use valid C to parse the extradata.
libavcodec
|
2007-01-29 |
banan |
Kill a warning and don't use modulus.
libavcodec
|
2007-01-29 |
banan |
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.
libavcodec
|
2007-01-28 |
mru |
ARMv6 SIMD IDCT
libavcodec
|
2007-01-28 |
reimar |
LZO optimization: check input buffer bounds less frequently if padded
libavcodec
|
2007-01-28 |
banan |
Sort out the diffrent cook versions.
libavcodec
|
2007-01-28 |
banan |
Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
libavcodec
|
2007-01-27 |
banan |
Get rid of one warning.
libavcodec
|
2007-01-27 |
lu_zero |
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)
libavcodec
|
2007-01-27 |
kostya |
Coded residual in WavPack may be > 0xFFFF
libavcodec
|
2007-01-27 |
reimar |
Fix _LZO_H vs. LZO_H typo
libavcodec
|
2007-01-27 |
reimar |
Fix buffer end checks in lzo copy code to work in all cases.
libavcodec
|
2007-01-27 |
mru |
rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure
libavcodec
|
2007-01-27 |
reimar |
Add lzo test code
libavcodec
|
2007-01-27 |
lu_zero |
Fix warnings and simplify/reorder the code
libavcodec
|
2007-01-27 |
diego |
Segregate code common to BMP decoder and future encoder
libavcodec
|
2007-01-27 |
kostya |
Set aspect ratio if present (for AP only)
libavcodec
|
2007-01-26 |
michael |
fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg
libavcodec
|
2007-01-26 |
takis |
Typo
libavcodec
|
2007-01-26 |
bcoudurier |
remove void * used in arithmetic warnings
libavcodec
|
2007-01-26 |
michael |
cosmetics / remove #if 0 code
libavcodec
|
2007-01-25 |
takis |
Silence GCC when incorrectly complaining that the "line" variable could be used
libavcodec
|
2007-01-25 |
takis |
Bring down the number of snow.c warnings from 27 to 17 by using the const
libavcodec
|
2007-01-25 |
takis |
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses
libavcodec
|
2007-01-25 |
banan |
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be.
libavcodec
|
2007-01-25 |
kostya |
Some TIFFs do not set rows per strip for single strip.
libavcodec
|
2007-01-25 |
diego |
Move conditional CFLAGS and OBJS setting to common place.
libavcodec
|
2007-01-25 |
diego |
Theora encoding via libtheora.
libavcodec
|
2007-01-24 |
kostya |
Add debug messages for AP headers
libavcodec
|
2007-01-24 |
kostya |
Off-by-one error fix
libavcodec
|
2007-01-24 |
kostya |
Fail on VC-1 interlaced streams
libavcodec
|
2007-01-24 |
bcoudurier |
add hint for closed gop and sc threshold error message
libavcodec
|
2007-01-24 |
gpoirier |
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %
libavcodec
|
2007-01-24 |
gpoirier |
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams,
libavcodec
|
2007-01-24 |
michael |
set last_picture for h.264 too, this significantly improves error concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264
libavcodec
|
2007-01-24 |
michael |
crash fix by Carl Eugen Hoyos cehoyos ag.or at
libavcodec
|
2007-01-24 |
michael |
explicit values for all enums
libavcodec
|
2007-01-24 |
michael |
enum
libavcodec
|
2007-01-24 |
michael |
maybe fix segfault with missing extradata (unchecked)
libavcodec
|
2007-01-23 |
michael |
fix segfault with darkkben.free.fr/corrupted_h264.mp4
libavcodec
|
2007-01-23 |
michael |
flame
libavcodec
|
2007-01-23 |
michael |
check num_reorder_frames for validity
libavcodec
|
2007-01-23 |
michael |
adding assert to protect delayed_pic
libavcodec
|
2007-01-23 |
lu_zero |
10l, there is a corner case afterall...
libavcodec
|
2007-01-22 |
michael |
1/0 fix
libavcodec
|
2007-01-22 |
diego |
Fix FSF postal address.
libavcodec
|
2007-01-22 |
diego |
Fix some more license headers.
libavcodec
|
2007-01-21 |
diego |
cosmetics: Sort decoder/encoder/parser variables lists.
libavcodec
|
2007-01-21 |
mru |
remove the last #ifdef from allcodecs.c
libavcodec
|
2007-01-21 |
diego |
cosmetics: List all encoders together.
libavcodec
|
2007-01-21 |
mru |
remove useless #ifdef CONFIG_ZLIB
libavcodec
|
2007-01-21 |
mru |
remove useless #ifdef CONFIG_ZLIB
libavcodec
|
2007-01-21 |
banan |
Remove debug line.
libavcodec
|
2007-01-21 |
banan |
Add flashsv encoder to changelog and fix the encoder so it actually works.
libavcodec
|
2007-01-21 |
mru |
remove no longer needed ifeq tests
libavcodec
|
2007-01-21 |
mru |
remove no longer needed #ifdefs
libavcodec
|
2007-01-21 |
banan |
Flash screen video encoder.
libavcodec
|
2007-01-21 |
diego |
Declare zlib dependency in the Makefile, not in the source.
libavcodec
|
2007-01-21 |
banan |
Really fix my never ending mistakes.
libavcodec
|
2007-01-21 |
banan |
Don't break compilation on systems without zlib.
libavcodec
|
2007-01-21 |
banan |
The block_size might be used incorrectly if it is not updated.
libavcodec
|
2007-01-21 |
lu_zero |
Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego"
libavcodec
|
2007-01-21 |
banan |
Fixed a typo, cosmetics.
libavcodec
|
2007-01-21 |
banan |
Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
libavcodec
|
2007-01-21 |
reimar |
Fix crash when pred_order greater s->blocksize >> rice_order.
libavcodec
|
2007-01-20 |
michael |
checking bitstream values and other related changes
libavcodec
|
2007-01-19 |
alex |
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
libavcodec
|
2007-01-19 |
gpoirier |
remove useless cast that makes code unreadable
libavcodec
|
2007-01-19 |
gpoirier |
harden h264 decoding to prevent some crashes when input data is corrupted.
libavcodec
|
2007-01-19 |
michael |
uint16->uint8
libavcodec
|
2007-01-18 |
takis |
Change the Snow encoder to always use the available MotionEstContext pointer.
libavcodec
|
2007-01-17 |
lu_zero |
Avoid branches in the loop and solve a gcc warning
libavcodec
|
2007-01-17 |
lu_zero |
Cosmetics
libavcodec
|
2007-01-17 |
takis |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and
libavcodec
|
2007-01-16 |
michael |
set data_size to 0 so that in case we return without setting it nothing funny can happen
libavcodec
|
2007-01-16 |
lu_zero |
fix a gcc warning, avoid an unnecessary operation
libavcodec
|
2007-01-16 |
reimar |
Avoid calling decode_slice when context_initialized is not set.
libavcodec
|
2007-01-15 |
michael |
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v
libavcodec
|
2007-01-15 |
romansh |
* Fixing a bug with incorrect bits set in AAUX source pack
libavcodec
|
2007-01-14 |
michael |
avcodec_decode_audio2()
libavcodec
|
2007-01-14 |
michael |
er and strict also apply to audio theoretically
libavcodec
|
2007-01-14 |
aurel |
cosmetics: reindent
libavcodec
|
2007-01-14 |
aurel |
add support for another variant of vp6
libavcodec
|
2007-01-14 |
reimar |
Buffer for get_bits must be padded because readers may overread.
libavcodec
|
2007-01-13 |
michael |
some interlaced direct sanity checks
libavcodec
|
2007-01-13 |
michael |
replace a few hardcoded numbers with their correct named ones
libavcodec
|
2007-01-13 |
michael |
fix 16 CABAC_BIT * 10l bug introduced in r6578
libavcodec
|
2007-01-10 |
bcoudurier |
print error when decoding fails
libavcodec
|
2007-01-10 |
diego |
Unconditionally enable Theora decoder. It works fine now and there is no
libavcodec
|
2007-01-07 |
gpoirier |
add missing bit from commit r7423
libavcodec
|
2007-01-07 |
gpoirier |
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
libavcodec
|
2007-01-07 |
mru |
enable bidirectional me with x264
libavcodec
|
2007-01-07 |
diego |
cosmetics: Reorder external libraries.
libavcodec
|
2007-01-07 |
diego |
variable renaming: mp3lame --> libmp3lame
libavcodec
|
2007-01-06 |
diego |
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
libavcodec
|
2007-01-06 |
diego |
variable renaming: dts --> libdts
libavcodec
|
2007-01-06 |
diego |
Rename variables: a52 --> liba52, a52bin --> liba52bin
libavcodec
|
2007-01-03 |
michael |
maybe fixing a segfault
libavcodec
|
2007-01-03 |
michael |
dead code removial
libavcodec
|
2007-01-02 |
michael |
store a few values in the header as difference to the last
libavcodec
|
2007-01-01 |
kostya |
Decode previous 32 frames to avoid seeking artifacts in MPC
libavcodec
|
2006-12-26 |
michael |
skiprd doxygen comment from avcodec.h -> AVOption comment
libavcodec
|
2006-12-24 |
kostya |
Musepack SV7 decoding support
libavcodec
|
2006-12-23 |
michael |
skiprd
libavcodec
|
2006-12-22 |
michael |
test DIRECT{0,0} too if flag mv0 is used
libavcodec
|
2006-12-22 |
bcoudurier |
bt 0 is invalid, setting min to 1
libavcodec
|
2006-12-21 |
aurel |
more simplification
libavcodec
|
2006-12-21 |
michael |
10l
libavcodec
|
2006-12-21 |
michael |
FIXME has already been fixed ages ago
libavcodec
|
2006-12-21 |
michael |
simplify
libavcodec
|
2006-12-21 |
michael |
use qscale_table in adaptive quant
libavcodec
|
2006-12-21 |
michael |
simplify
libavcodec
|
2006-12-21 |
michael |
i think this if() is useless lets abuse our users to test this ;)
libavcodec
|
2006-12-21 |
michael |
skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome)
libavcodec
|
2006-12-21 |
michael |
dont randomly disallow intr4v in adaptive quant
libavcodec
|
2006-12-21 |
michael |
dont randomly dissallow direct MBs
libavcodec
|
2006-12-20 |
michael |
try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD
libavcodec
|
2006-12-20 |
michael |
fix special casing of the 0,0 MV for b frames (slight PSNR/bitrate gain)
libavcodec
|
2006-12-20 |
michael |
dont favor the zero MV if mv0 is used (psnr per bitrate gains ranging from 0 to 0.14, most are <=0.04 though)
libavcodec
|
2006-12-18 |
gpoirier |
Add SSSE3 (Core2 aka Conroe/Merom/Woodcrester new instructions) detection
libavcodec
|
2006-12-18 |
michael |
minor doc fix
libavcodec
|
2006-12-18 |
bcoudurier |
always print message when error, AV_LOG_DEBUG -> AV_LOG_ERROR
libavcodec
|
2006-12-17 |
aurel |
Add support for VP60 and VP61.
libavcodec
|
2006-12-17 |
michael |
10l
libavcodec
|
2006-12-17 |
aurel |
small optimization
libavcodec
|
2006-12-17 |
michael |
warn user if the selected diamond size is larger then the motion estimation score cache size
libavcodec
|
2006-12-17 |
michael |
limit x/ymin/max to me_range
libavcodec
|
2006-12-17 |
reimar |
Check mb_pos is big enough before trying to access data left or above.
libavcodec
|
2006-12-14 |
banan |
av_log(NULL,... -> av_log(avctx,.. where appropriate.
libavcodec
|
2006-12-14 |
banan |
Bug fix for crashes when SSE is used on unaligned arrays.
libavcodec
|
2006-12-13 |
diego |
vqmin/vqmax --> qmin/qmax in the option description
libavcodec
|
2006-12-12 |
gpoirier |
Doxygen comments about variables described by Michael here:
libavcodec
|
2006-12-12 |
michael |
mv overflow in map fix (untested except regression tests)
libavcodec
|
2006-12-11 |
reimar |
Fix JPEG-LS encoder 0xff-escaping writing too much or uninitialized data.
libavcodec
|
2006-12-11 |
takis |
Adding H.264 DCT.
libavcodec
|
2006-12-11 |
michael |
fix playback of mp3_bits_left.avi
libavcodec
|
2006-12-11 |
gpoirier |
GCC 3.3 compile fix
libavcodec
|
2006-12-11 |
diego |
Improve option description.
libavcodec
|
2006-12-11 |
mru |
improved stack misalignment warning
libavcodec
|
2006-12-11 |
takis |
Adding function which enables writing H.264 NAL units.
libavcodec
|
2006-12-09 |
reimar |
Fix 16 bit cscd samples, 16 bit raw means RGB555 on Windows, and the original
libavcodec
|
2006-12-09 |
reimar |
Typo in error message
libavcodec
|
2006-12-08 |
bcoudurier |
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architecture, patch by Martin Storsjö, martin at martin st
libavcodec
|
2006-12-08 |
kostya |
Deobfuscate expression
libavcodec
|
2006-12-08 |
kostya |
Now ZMBV encoder compiles
libavcodec
|
2006-12-08 |
kostya |
1e6l forgot to add zmbvenc.c
libavcodec
|
2006-12-08 |
mru |
lavc is at major version 51, delete old stuff
libavcodec
|
2006-12-08 |
mru |
rename always_inline to av_always_inline and move to common.h
libavcodec
|
2006-12-07 |
michael |
better warning
libavcodec
|
2006-12-07 |
michael |
ff_check_alignment to warn the user about a missaligned stack
libavcodec
|
2006-12-07 |
michael |
fix compilation
libavcodec
|
2006-12-07 |
takis |
Added entry for H.264 DCT to the DSP context.
libavcodec
|
2006-12-07 |
takis |
Add codec ID for a native H.264 encoder.
libavcodec
|
2006-12-07 |
takis |
Making rem6 and div6 globally visible and thus adding prefixes.
libavcodec
|
2006-12-07 |
takis |
Removing unused code
libavcodec
|
2006-12-07 |
kostya |
ZMBV encoder
libavcodec
|
2006-12-06 |
mru |
use the standard INT64_C() macro for 64-bit constants
libavcodec
|
2006-12-06 |
takis |
Add "mixed_refs" description suggested by Loren Merritt and update accompanying
libavcodec
|
2006-12-06 |
takis |
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments.
libavcodec
|
2006-12-06 |
takis |
Export symbols of several H.264 intra prediction functions
libavcodec
|
2006-12-05 |
gpoirier |
fix crash when decoding a truncated H264 slice
libavcodec
|
2006-12-05 |
takis |
Removing unused code
libavcodec
|
2006-12-05 |
takis |
Add comment denoting group of H.264 functions
libavcodec
|
2006-12-05 |
takis |
Change NAL unit type defines to an enum and move to a header file for usage
libavcodec
|
2006-12-05 |
michael |
10l umh search needs hex size 2 now after the last change
libavcodec
|
2006-12-05 |
michael |
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2
libavcodec
|
2006-12-04 |
diego |
Fix some obvious mistakes in the option descriptions.
libavcodec
|
2006-12-03 |
reimar |
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
libavcodec
|
2006-12-02 |
melanson |
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak
libavcodec
|
2006-12-02 |
diego |
Fill in some missing AVOption descriptions.
libavcodec
|
2006-12-02 |
gpoirier |
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato
libavcodec
|
2006-12-02 |
diego |
spelling cosmetics: cliped --> clipped
libavcodec
|
2006-12-02 |
kostya |
10e6l FastUVMC was done right but in the wrong place
libavcodec
|
2006-12-02 |
michael |
fix indention
libavcodec
|
2006-12-02 |
michael |
dia_size=-1 -> funny_diamond_search()
libavcodec
|
2006-12-02 |
michael |
hexagon search
libavcodec
|
2006-12-02 |
lu_zero |
Unused variable removed
libavcodec
|
2006-12-01 |
michael |
remove pretty much useless skiping of some predictors
libavcodec
|
2006-12-01 |
bcoudurier |
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime
libavcodec
|