]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Remove unneeded check.
[frescor/ffmpeg.git] / libavcodec /
2009-01-26 benoitRemove unneeded check.
2009-01-26 benoitFix an exploit in indeo by checking we are not writing...
2009-01-26 conradWorkaround for gcc 3.4 to align sh properly
2009-01-25 diegoDirectly #include some required headers.
2009-01-25 reimarUse AV_WL32/AV_WB32 in bitstream.h
2009-01-25 stefanoMake more descriptive the long names for the various...
2009-01-25 mruARM: NEON optimised H.264 weighted prediction
2009-01-25 mruARM: NEON optimised H.264 biweighted prediction
2009-01-25 diegoAdd required headers to fix warnings during 'make check...
2009-01-25 jbrflacdec: get total number of samples from STREAMINFO
2009-01-25 jbrmove FLAC_STREAMINFO_SIZE to flac.h
2009-01-25 jbrdefine FLAC metadata types in flac.h
2009-01-24 jbrflacdec: cosmetics: some line wrapping at 80 chars
2009-01-24 jbrflacdec: cosmetics: indentation
2009-01-24 jbrflacdec: cosmetics: use consistent coding style (K&R)
2009-01-24 diegoAdd a check for ppc4xx instructions; rename preprocesso...
2009-01-24 diegoRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-24 jbrcosmetics: indentation
2009-01-24 jbrflacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
2009-01-24 jbrflacdec: remove another unneeded debugging statement
2009-01-24 jbrflacdec: remove unneeded debugging statements
2009-01-24 jbrflacdec: remove some unused code
2009-01-24 diegoAdd required headers to fix 'make checkheaders'.
2009-01-24 stefangremove alloc_table_0 and alloc_table_2, the same
2009-01-24 stefangremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2009-01-24 stefangavoid duplication of size_table and offset_table
2009-01-24 stefangavoid duplication of dquant_code
2009-01-24 vitorDo not allocate RoqTempData on the stack
2009-01-23 jbrrename flac.c to flacdec.c
2009-01-23 andomaAvoid allocating MPADecodeContext on stack.
2009-01-23 kostyaRemove the block with always false condition from vc1_p...
2009-01-23 kostyaVC-1 postproc field is 2 bits wide while decoder read...
2009-01-22 jbrflacdec: add support for 3 additional sample rate codes
2009-01-22 alexcMark ff_fft_init with av_cold.
2009-01-22 alexcClean up FFT related comments.
2009-01-22 bcoudurierAdd const, remove warning:
2009-01-21 kostyaVMD first chunk of audio is not coded as many separate...
2009-01-20 cehoyosSort VdpPictureInfo alphabetically.
2009-01-20 cehoyosCosmetics: Fix indentation after last commit.
2009-01-20 cehoyosAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-19 diegoUse "" instead of <> when #including non-system headers.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-18 stefanoReplace calls to the deprecated function av_init_random...
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-18 mruARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definit...
2009-01-18 mruAlpha: fix pix_abs16
2009-01-18 darkshikariFix 10L in r16670 (broke deblocking code)
2009-01-18 darkshikariFaster VC-1 C loopfilter using lots of xor magic
2009-01-18 mrudct-test: add Alpha idct
2009-01-18 mruAlpha: add ff_ prefix to idct functions
2009-01-18 mruAlpha: indentation
2009-01-18 mruAlpha: proper IDCT selection
2009-01-18 mruAlpha: add some const, kill some warnings
2009-01-17 mruAlpha: factor common parts from dct_unquantize_h263_int...
2009-01-17 mruAlpha: fix dct_unquantize_h263_inter/intra_axp()
2009-01-17 stefangadded demuxer for FunCom ISS audio files,
2009-01-17 vitorUse shared sine window instead of defining another...
2009-01-17 cehoyosFix compilation with --enable-libxvid.
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-17 cehoyosRemove CODEC_ID_H264_VDPAU.
2009-01-16 stefangremove duplicate tables
2009-01-16 stefanguse assignment of structure instead of memcpy
2009-01-16 kostyaWavPack hybrid mode support
2009-01-16 stefangrename XXX_t enums to cavs_XXX to fix POSIX namespace...
2009-01-16 stefangrename vector_t to cavs_vector
2009-01-16 cehoyosAdd mpeg1_vdpau decoder.
2009-01-16 benoitSplit ff_log_missing_feature into ff_log_missing_feature
2009-01-16 cehoyos12l: Fix compilation with --disable-vdpau.
2009-01-16 cehoyosAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-16 aurelexplicitly disable CONFIG_AUDIO_NONSHORT
2009-01-14 aurelWORDS_BIGENDIAN must be checked with #ifdef
2009-01-14 aurelsimplify: group all the AUDIO_NONSHORT parameters in...
2009-01-14 aurellibavutil/lzo.h is a local header
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-14 mruFix mpeg audio regression test failure
2009-01-14 diegoReplace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
2009-01-14 diegoRemove one more forgotten instance of USE_HIGHPRECISION...
2009-01-14 diegoUse CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE...
2009-01-14 bcouduriercleanup gif, use BISTREAM_WRITER_LE
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 michaelAvoid using sub_id in mpeg1/2video.
2009-01-13 michaelRemove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.
2009-01-13 michaelLet the mpeg audio parser correct the codec_id.
2009-01-13 michaelAdd dummy mp1_decoder to complement the existing dummy...
2009-01-13 michaelAdd CODEC_ID_MP1.
2009-01-13 kostyaVC-1 display dimensions should affect coded dimensions...
2009-01-13 kostyaPrint VC-1 aspect ratio in debug
2009-01-13 kostya421l: fix loop filter for P-frames in VC-1
2009-01-13 kostyaCinepak strip ID is a single byte
2009-01-13 kostyaCinepak strip and chunk sizes are 24-bit, not 16-bit...
2009-01-13 aureladd the necessary include for LIBAV*_VERSION_*
2009-01-12 mruARM: use push/pop pseudo-instructions in simple_idct_ar...
2009-01-12 mruARM: simple_idct_armv6.S whitespace cosmetics
2009-01-12 mruARM: clean up pc-relative references in simple_idct_armv6.S
2009-01-12 mruARM: use rX register names in simple_idct_armv6.S
2009-01-11 stefanoAdd missing inclusion of libavutil/intreadwrite.h,...
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 diegoAdd missing #include to fix 'make checkheaders'.
2009-01-11 michaelIncrease BUFFER_SIZE.
next