2008-04-16 |
astrange |
Test idct_xvid_sse2() in dct-test.
libavcodec
|
2008-04-16 |
astrange |
Add a new xvid-style IDCT using SSE2.
libavcodec
|
2008-04-16 |
astrange |
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.
libavcodec
|
2008-04-15 |
heydowns |
Move decode_significance_x86() and decode_significance_8x8_x86() to
libavcodec
|
2008-04-15 |
kostya |
DCA frame size is constant
libavcodec
|
2008-04-14 |
lu_zero |
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom
libavcodec
|
2008-04-14 |
benoit |
Maxis XA demuxer and decoder.
libavcodec
|
2008-04-14 |
benoit |
Indentation
libavcodec
|
2008-04-14 |
benoit |
Support for BMP os2v1.
libavcodec
|
2008-04-13 |
vitor |
BFI demuxer
libavcodec
|
2008-04-13 |
michael |
ILP64 fixes (untested)
libavcodec
|
2008-04-13 |
diego |
Clear DIRS variable in common.mak, so it does not have to be cleared in
libavcodec
|
2008-04-13 |
diego |
Unset DIRS after including subdir.mak so that the variable is not used
libavcodec
|
2008-04-13 |
diego |
Generate the list of files to clean in subdirectories in common.mak.
libavcodec
|
2008-04-13 |
diego |
Simplify CLEANFILES generation.
libavcodec
|
2008-04-13 |
diego |
Add explanatory comments to enum CodecID.
libavcodec
|
2008-04-13 |
michael |
Remove redundant &.
libavcodec
|
2008-04-12 |
diego |
Add a header file to declare Xvid IDCT functions.
libavcodec
|
2008-04-12 |
diego |
Ignore dependency files.
libavcodec
|
2008-04-12 |
diego |
Ignore .ho files.
libavcodec
|
2008-04-11 |
michael |
Crop parameters are unsigned, having them negative could be bad and lead
libavcodec
|
2008-04-11 |
michael |
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv
libavcodec
|
2008-04-10 |
diego |
cosmetics: Break an overly long line.
libavcodec
|
2008-04-10 |
diego |
cosmetics: Break some overly long lines.
libavcodec
|
2008-04-10 |
diego |
cosmetics: Break some overly long lines.
libavcodec
|
2008-04-10 |
banan |
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames
libavcodec
|
2008-04-09 |
bwolowiec |
undo changes in aac_ac3_parser
libavcodec
|
2008-04-08 |
melanson |
Fix H.264 interframe decoding when compiling with icc. Patch by Loren
libavcodec
|
2008-04-08 |
diego |
Fix reference to a file in MPlayer that was renamed.
libavcodec
|
2008-04-08 |
michael |
add CODEC_ID_DIRAC
libavcodec
|
2008-04-08 |
bwolowiec |
Correction of typo in aac_ac3_parser
libavcodec
|
2008-04-08 |
superdump |
Increase alignment for DCT block arrays from 8 to 16
libavcodec
|
2008-04-08 |
superdump |
Add a missing comma in tiff_encoder.pix_fmts
libavcodec
|
2008-04-07 |
mru |
replace some ifeq with prettier ifdef
libavcodec
|
2008-04-07 |
mru |
append TESTS-yes to TESTS; one ifeq less
libavcodec
|
2008-04-07 |
mru |
non-recursive makefiles
libavcodec
|
2008-04-07 |
bwolowiec |
Corrections of errors in aac_ac3_parser
libavcodec
|
2008-04-05 |
bwolowiec |
change of aac_ac3_parser, so it is able to send complete portion of data to decoder
libavcodec
|
2008-04-04 |
michael |
Disable the split function. This should end the mpeg1/2 global header issues.
libavcodec
|
2008-04-03 |
michael |
Decode stuff from extradata as well.
libavcodec
|
2008-04-03 |
michael |
Factorize code a little.
libavcodec
|
2008-04-02 |
aurel |
use common aac sample rate tables
libavcodec
|
2008-04-02 |
michael |
Do not use the mlib IDCT by default. We do not want videos which are only
libavcodec
|
2008-04-01 |
bcoudurier |
use mpeg4audio common code in aac parser
libavcodec
|
2008-04-01 |
bcoudurier |
mpeg4audio common code
libavcodec
|
2008-04-01 |
lorenm |
h264 chroma mc ssse3
libavcodec
|
2008-04-01 |
superdump |
Remove flexible array member from Escape 124
libavcodec
|
2008-03-31 |
diego |
minor typo fixes
libavcodec
|
2008-03-31 |
diego |
cosmetics: Write some Doxygen comments in a more compact fashion.
libavcodec
|
2008-03-31 |
diego |
Fix a bunch of typos in comments.
libavcodec
|
2008-03-31 |
diego |
Remove redundant #ifdef around the complete file.
libavcodec
|
2008-03-31 |
diego |
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
libavcodec
|
2008-03-31 |
michael |
help gcc-2.95
libavcodec
|
2008-03-31 |
superdump |
Escape 124 (RPL) decoder
libavcodec
|
2008-03-31 |
jbr |
remove redundant context variable
libavcodec
|
2008-03-30 |
vitor |
8SVX decoder
libavcodec
|
2008-03-30 |
bcoudurier |
change rle encoder to count up to 127, sgi does not support 128
libavcodec
|
2008-03-30 |
jbr |
Use 15-bit LPC precision by default. This generally gives better compression
libavcodec
|
2008-03-30 |
gpoirier |
Altivec and SSE2 require 16-byte alignment, so make sure they get it
libavcodec
|
2008-03-30 |
gpoirier |
check mm_flags for each DCT and skips the ones that can't be run
libavcodec
|
2008-03-30 |
gpoirier |
get rid of the useless DCT_ERROR() macro
libavcodec
|
2008-03-29 |
michael |
Fix closed gop flag disapearence.
libavcodec
|
2008-03-28 |
bwolowiec |
change name from stream type to frame type in AC3 code
libavcodec
|
2008-03-28 |
bwolowiec |
removal of stream_type in AACAC3ParseContext and adding AACAC3FrameFlag
libavcodec
|
2008-03-26 |
jbr |
only allocate context input buffer if AVCodecContext.error_reslience is greater than 0.
libavcodec
|
2008-03-25 |
jbr |
cosmetics: indentation after last commit
libavcodec
|
2008-03-25 |
jbr |
additional protection from segmentation faults and memory access errors by
libavcodec
|
2008-03-25 |
diego |
Classify mlib as a configurable option, not as a hardware feature.
libavcodec
|
2008-03-25 |
benoit |
Return an error when realloc fails.
libavcodec
|
2008-03-25 |
benoit |
Set mm_flags in dct-test to fix floating math.
libavcodec
|
2008-03-25 |
michael |
Fix possible heap overflow caused by av_fast_realloc()
libavcodec
|
2008-03-24 |
bwolowiec |
adding lacking include to aac3_parser.c
libavcodec
|
2008-03-24 |
bwolowiec |
using EAC3_STREAM_TYPE_* instead of numbers
libavcodec
|
2008-03-24 |
bwolowiec |
using stream type in eac3 parser
libavcodec
|
2008-03-24 |
diego |
pld instruction are used in libavcodec/armv4l/dsputil_arm_s.S which can be used
libavcodec
|
2008-03-23 |
jbr |
Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by
libavcodec
|
2008-03-22 |
diego |
Fix typo in variable name: blured --> blurred.
libavcodec
|
2008-03-22 |
diego |
cosmetics: typo fixes
libavcodec
|
2008-03-22 |
diego |
typo: occured --> occurred
libavcodec
|
2008-03-21 |
faust3 |
rl2 decoder
libavcodec
|
2008-03-21 |
zuxy |
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()
libavcodec
|
2008-03-21 |
michael |
Document AVCodec.flush()
libavcodec
|
2008-03-21 |
michael |
Document AVCodec.capabilities.
libavcodec
|
2008-03-21 |
zuxy |
Apply 'alloc_size' attribute to ff_realloc_static()
libavcodec
|
2008-03-21 |
zuxy |
Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static()
libavcodec
|
2008-03-21 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
2008-03-20 |
diego |
two more typos spotted by Mike
libavcodec
|
2008-03-20 |
diego |
british_english--;
libavcodec
|
2008-03-20 |
michael |
More complete documentation for AVFrame.reference.
libavcodec
|
2008-03-20 |
michael |
Hardcode register to prevent aparent miscompilation.
libavcodec
|
2008-03-20 |
michael |
remove unused temp
libavcodec
|
2008-03-20 |
bcoudurier |
omg, fix compilation
libavcodec
|
2008-03-20 |
bcoudurier |
correctly set avctx->frame_size for mp3on4 and mp3adu
libavcodec
|
2008-03-18 |
ramiro |
Remove useless variable since r8456.
libavcodec
|
2008-03-18 |
ramiro |
Mimic decoder.
libavcodec
|
2008-03-17 |
mru |
get register names from x86_cpu.h
libavcodec
|
2008-03-17 |
mru |
use HAVE_FAST_64BIT
libavcodec
|
2008-03-17 |
mru |
cosmetics: remove useless \-newline escapes
libavcodec
|
2008-03-17 |
mru |
indentation
libavcodec
|
2008-03-17 |
mru |
clean up FFT SIMD selection
libavcodec
|
2008-03-17 |
mru |
mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS
libavcodec
|
2008-03-17 |
mru |
typo: add missing \ in multi-line macro
libavcodec
|
2008-03-17 |
mru |
fix typo ARCH_PPC -> ARCH_POWERPC
libavcodec
|
2008-03-16 |
diego |
Move functions that are only used when libswscale is not compiled in below
libavcodec
|
2008-03-16 |
mru |
improve precision in mdct.c using double for some temporaries
libavcodec
|
2008-03-15 |
diego |
typo fixes
libavcodec
|
2008-03-15 |
ramiro |
Add attribute_align_arg to os2thread.c.
libavcodec
|
2008-03-15 |
ramiro |
Typo
libavcodec
|
2008-03-14 |
diego |
Use correct t printf modifier for pointer differences.
libavcodec
|
2008-03-14 |
bcoudurier |
log aspect ratio forbidden value, and fail if error resilience is high
libavcodec
|
2008-03-13 |
bcoudurier |
do not fail badly if aspect ratio is 0/forbidden, fix issue 369
libavcodec
|
2008-03-13 |
diego |
This file does not use size_t, so no need to #include <sys/types.h>.
libavcodec
|
2008-03-13 |
michael |
If consumed does not match nalsize, favor nalsize.
libavcodec
|
2008-03-13 |
diego |
Add missing stdint.h #include to headers that use it.
libavcodec
|
2008-03-12 |
diego |
typo fixes
libavcodec
|
2008-03-10 |
jbr |
make input buffer const, as it should be. fixes a warning.
libavcodec
|
2008-03-10 |
diego |
misc spelling fixes
libavcodec
|
2008-03-10 |
diego |
Rename --enable-swscaler --> enable-swscale to be consistent with the
libavcodec
|
2008-03-10 |
melanson |
These video decoders do not need to include and initialize the DSP
libavcodec
|
2008-03-10 |
melanson |
There is no reason to assign a variable to itself
libavcodec
|