2009-01-31 |
romansh |
Cosmetics: fixing the indentation
libavcodec
|
2009-01-31 |
romansh |
factoring code into dv_init_enc_block
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: replacing 0 with NULL for pointer assignment
libavcodec
|
2009-01-31 |
romansh |
Cosmetics: moving the function definition around
libavcodec
|
2009-01-31 |
romansh |
Replacing the constant with a macro
libavcodec
|
2009-01-31 |
jbr |
flacdec: add support for SAMPLE_FMT_32
libavcodec
|
2009-01-31 |
michael |
Fix documentation of the return value of avcodec_encode_video().
libavcodec
|
2009-01-30 |
diego |
Use '#if defined()' for OS-specific preprocessor checks.
libavcodec
|
2009-01-30 |
mru |
ARM: NEON optimised vector_fmul_window
libavcodec
|
2009-01-30 |
mru |
ARM: NEON optimised vector_fmul
libavcodec
|
2009-01-30 |
stefang |
remove duplicate tables
libavcodec
|
2009-01-30 |
alexc |
Use the new RDFT code in the QDM2 decoder.
libavcodec
|
2009-01-30 |
alexc |
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
libavcodec
|
2009-01-30 |
diego |
Add missing void keyword to parameterless function declarations.
libavcodec
|
2009-01-30 |
kostya |
Record B-fraction index from frame header and two fields from entry point structure
libavcodec
|
2009-01-30 |
benoit |
Make ff_h263_resync() return the bit position of the resync_marker or
libavcodec
|
2009-01-30 |
benoit |
Use a constant instead of a magic number.
libavcodec
|
2009-01-30 |
stefang |
avoid indeterminate order of accessing src
libavcodec
|
2009-01-29 |
diego |
cosmetics: Add empty line for consistent formatting.
libavcodec
|
2009-01-29 |
alexc |
Mark ff_fft_end av_cold.
libavcodec
|
2009-01-28 |
lorenm |
fix an overflow in vc1 intra overlap filter
libavcodec
|
2009-01-28 |
kostya |
Fix Doxygen comments for VC-1 decoder.
libavcodec
|
2009-01-28 |
kostya |
Fix Doxygen comments for RV3/4 decoder.
libavcodec
|
2009-01-28 |
kostya |
Fix Doxygen comments for APE decoder.
libavcodec
|
2009-01-27 |
mru |
ARM: remove some unused macro arguments
libavcodec
|
2009-01-27 |
mru |
ARM: reorder some instructions in put_pixels*_arm for speed gains
libavcodec
|
2009-01-27 |
mru |
ARM: replace jump tables with conditional branches
libavcodec
|
2009-01-27 |
mru |
ARM: replace explicit literal loads with ldr Rd, =lit
libavcodec
|
2009-01-27 |
mru |
ARM: change alignment of loops in put_pixels*_arm to 32
libavcodec
|
2009-01-27 |
mru |
ARM: optimised mid_pred()
libavcodec
|
2009-01-27 |
mru |
ARM: allow register operands for shifts in MULL()
libavcodec
|
2009-01-27 |
stefang |
fix doxygen file reference
libavcodec
|
2009-01-27 |
aurel |
vp5: don't try decoding a P frame before any I frame was parsed
libavcodec
|
2009-01-26 |
diego |
Fix filenames in Doxygen comments.
libavcodec
|
2009-01-26 |
stefano |
Change "H.263 Intel" long name to "Intel H.263".
libavcodec
|
2009-01-26 |
kostya |
Fix AAC data smuggling:
libavcodec
|
2009-01-26 |
benoit |
Remove unneeded check.
libavcodec
|
2009-01-26 |
benoit |
Fix an exploit in indeo by checking we are not writing out of the strip array.
libavcodec
|
2009-01-26 |
conrad |
Workaround for gcc 3.4 to align sh properly
libavcodec
|
2009-01-25 |
diego |
Directly #include some required headers.
libavcodec
|
2009-01-25 |
reimar |
Use AV_WL32/AV_WB32 in bitstream.h
libavcodec
|
2009-01-25 |
stefano |
Make more descriptive the long names for the various variants of H.263.
libavcodec
|
2009-01-25 |
mru |
ARM: NEON optimised H.264 weighted prediction
libavcodec
|
2009-01-25 |
mru |
ARM: NEON optimised H.264 biweighted prediction
libavcodec
|
2009-01-25 |
diego |
Add required headers to fix warnings during 'make checkheaders'.
libavcodec
|
2009-01-25 |
jbr |
flacdec: get total number of samples from STREAMINFO
libavcodec
|
2009-01-25 |
jbr |
move FLAC_STREAMINFO_SIZE to flac.h
libavcodec
|
2009-01-25 |
jbr |
define FLAC metadata types in flac.h
libavcodec
|
2009-01-24 |
jbr |
flacdec: cosmetics: some line wrapping at 80 chars
libavcodec
|
2009-01-24 |
jbr |
flacdec: cosmetics: indentation
libavcodec
|
2009-01-24 |
jbr |
flacdec: cosmetics: use consistent coding style (K&R)
libavcodec
|
2009-01-24 |
diego |
Add a check for ppc4xx instructions; rename preprocessor directive accordingly.
libavcodec
|
2009-01-24 |
diego |
Remove pointless #if HAVE_ALTIVEC around internal header #include
libavcodec
|
2009-01-24 |
jbr |
cosmetics: indentation
libavcodec
|
2009-01-24 |
jbr |
flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
libavcodec
|
2009-01-24 |
jbr |
flacdec: remove another unneeded debugging statement
libavcodec
|
2009-01-24 |
jbr |
flacdec: remove unneeded debugging statements
libavcodec
|
2009-01-24 |
jbr |
flacdec: remove some unused code
libavcodec
|
2009-01-24 |
diego |
Add required headers to fix 'make checkheaders'.
libavcodec
|
2009-01-24 |
stefang |
remove alloc_table_0 and alloc_table_2, the same
libavcodec
|