]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Alpha: add ff_ prefix to idct functions
[frescor/ffmpeg.git] / libavcodec /
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.
2009-01-11 michaelfix indention
2009-01-11 michaelAll negative values are errors not just -1.
2009-01-11 kostya30l: when reading mb_offset in RV30 slice header its...
2009-01-11 bananAdd size that is needed for the wmapro codec
2009-01-11 kostyaRV30 decoder passes possible frame sizes in extradata...
2009-01-11 cehoyosRemove H264Context from vdpau_internal.h.
2009-01-10 cehoyosFix OBJS-.
2009-01-10 cehoyosCosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vd...
2009-01-10 cehoyosUse only MpegEncContext in ff_vdpau_h264_add_data_chunk.
2009-01-10 cehoyosCosmetics: Break long line.
2009-01-10 cehoyosFill range_map* in VC1Context.
2009-01-10 stefanoMove the AVCodecContext options definition to a dedicat...
2009-01-10 cehoyosMove vdpau_h264_set_reference_frames() call from vdpauv...
2009-01-09 cehoyosMove VDPAU check, make future VDPAU patches smaller.
2009-01-09 cehoyosAdd refdist_flag to VC1Context.
2009-01-09 mruSH4: fix typo in asm constraint
2009-01-07 cehoyosRename ff_VDPAU as ff_vdpau.
2009-01-07 cehoyosRename bitstreamBuffers* as bitstream_buffers*
2009-01-07 ramiroconfigure: allow to disable sse code.
2009-01-07 diegoOnly #include svq3.c if the SVQ3 decoder is enabled.
2009-01-07 diegoThe SVQ3 decoder uses ff_svq1_packet_checksum from...
2009-01-07 superdumpSupport ADTS AAC files in the ffaac decoder (limited...
2009-01-07 michaelDocument the need of buf=NULL buf_size=0 at the end...
2009-01-07 diegoAdd missing headers to allow 'make checkheaders' to...
2009-01-07 diegoUse <> instead of "" for system headers.
2009-01-07 superdumpFactorise enum of AC3 error types to be usable by AAC...
2009-01-07 gpoirierAdd AltiVec versions of h264_idct_add(8|16|16intra),
2009-01-07 diegoDisable SVQ3 checks if SVQ3 support is not compiled in.
2009-01-06 gpoirierAdd Altivec version of vector_fmul_window.
2009-01-06 gpoirieradd AltiVec implementation of weight_h264_pixels(16...
2009-01-06 aurelensure that no GPL code is linked to LGPL only libavcodec
2009-01-06 cehoyosRename mpeg_set_pixelformat() as mpeg_get_pixelformat().
2009-01-06 cehoyosFactorise setting of avctx->pix_fmt.
2009-01-06 gpoirierFix float_to_int16_altivec prototype to match float_to_...
2009-01-06 gpoirierfix compilation with GCC-4.3+
2009-01-06 gpoirieroffset and weights are signed, fixes some non-bitexact...
2009-01-06 cehoyos1l: Forgot to rename header guard.
2009-01-05 cehoyosExport VDPAU support by installing vdpau.h.
2009-01-05 cehoyosRename vdpau_render.h as vdpau.h.
2009-01-05 gpoirieradd AltiVec implementation of biweight_h264_pixels...
2009-01-05 gpoirierAltiVec version of h264_idct(8)_dc_add
2009-01-05 cehoyosMinistry of English Composition treatment: s/Alloced...
2009-01-05 cehoyosRemove leading underscore from union declaration.
2009-01-05 diegoAdd missing 'void' keyword to parameterless function...
2009-01-05 diegospelling/grammar and whitespace cosmetics
2009-01-05 cehoyos50l: Reenable error resilience for H264 (Patch by Dark...
2009-01-05 cehoyosCosmetics: Fix indentation.
2009-01-05 cehoyos100l: Add a deleted '{'.
2009-01-04 cehoyosAdd VDPAU hardware accelerated decoding for H264 which...
next