log

age author description
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
2009-01-24 stefang remove zigzag_scan8x8, it is the same as ff_zigzag_direct libavcodec
2009-01-24 stefang avoid duplication of size_table and offset_table libavcodec
2009-01-24 stefang avoid duplication of dquant_code libavcodec
2009-01-24 vitor Do not allocate RoqTempData on the stack libavcodec
2009-01-23 jbr rename flac.c to flacdec.c libavcodec
2009-01-23 andoma Avoid allocating MPADecodeContext on stack. libavcodec
2009-01-23 kostya Remove the block with always false condition from vc1_parse_frame_header() libavcodec
2009-01-23 kostya VC-1 postproc field is 2 bits wide while decoder read only single bit. libavcodec
2009-01-22 jbr flacdec: add support for 3 additional sample rate codes libavcodec
2009-01-22 alexc Mark ff_fft_init with av_cold. libavcodec
2009-01-22 alexc Clean up FFT related comments. libavcodec
2009-01-22 bcoudurier Add const, remove warning: libavcodec
2009-01-21 kostya VMD first chunk of audio is not coded as many separate chunks of block_align libavcodec
2009-01-20 cehoyos Sort VdpPictureInfo alphabetically. libavcodec
2009-01-20 cehoyos Cosmetics: Fix indentation after last commit. libavcodec
2009-01-20 cehoyos Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can libavcodec
2009-01-19 diego Use "" instead of <> when #including non-system headers. libavcodec
2009-01-19 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
2009-01-18 stefano Replace calls to the deprecated function av_init_random() with libavcodec
2009-01-18 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
2009-01-18 mru ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change libavcodec
2009-01-18 mru Alpha: fix pix_abs16 libavcodec
2009-01-18 darkshikari Fix 10L in r16670 (broke deblocking code) libavcodec
2009-01-18 darkshikari Faster VC-1 C loopfilter using lots of xor magic libavcodec
2009-01-18 mru dct-test: add Alpha idct libavcodec
2009-01-18 mru Alpha: add ff_ prefix to idct functions libavcodec
2009-01-18 mru Alpha: indentation libavcodec
2009-01-18 mru Alpha: proper IDCT selection libavcodec
2009-01-18 mru Alpha: add some const, kill some warnings libavcodec
2009-01-17 mru Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp libavcodec
2009-01-17 mru Alpha: fix dct_unquantize_h263_inter/intra_axp() libavcodec
2009-01-17 stefang added demuxer for FunCom ISS audio files, libavcodec
2009-01-17 vitor Use shared sine window instead of defining another one. libavcodec
2009-01-17 cehoyos Fix compilation with --enable-libxvid. libavcodec
2009-01-17 aurel remove ff_get_fourcc() and use AV_RL32() instead libavcodec
2009-01-17 aurel export gcd function as av_gcd() libavcodec
2009-01-17 cehoyos Remove CODEC_ID_H264_VDPAU. libavcodec
2009-01-16 stefang remove duplicate tables libavcodec
2009-01-16 stefang use assignment of structure instead of memcpy libavcodec
2009-01-16 kostya WavPack hybrid mode support libavcodec
2009-01-16 stefang rename XXX_t enums to cavs_XXX to fix POSIX namespace issue libavcodec
2009-01-16 stefang rename vector_t to cavs_vector libavcodec
2009-01-16 cehoyos Add mpeg1_vdpau decoder. libavcodec
2009-01-16 benoit Split ff_log_missing_feature into ff_log_missing_feature libavcodec
2009-01-16 cehoyos 12l: Fix compilation with --disable-vdpau. libavcodec
2009-01-16 cehoyos Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can libavcodec
2009-01-16 aurel explicitly disable CONFIG_AUDIO_NONSHORT libavcodec
2009-01-14 aurel WORDS_BIGENDIAN must be checked with #ifdef libavcodec
2009-01-14 aurel simplify: group all the AUDIO_NONSHORT parameters in the same place libavcodec
2009-01-14 aurel libavutil/lzo.h is a local header libavcodec
2009-01-14 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavcodec
2009-01-14 mru Fix mpeg audio regression test failure libavcodec
2009-01-14 diego Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_. libavcodec
2009-01-14 diego Remove one more forgotten instance of USE_HIGHPRECISION indirection. libavcodec
2009-01-14 diego Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. libavcodec
2009-01-14 bcoudurier cleanup gif, use BISTREAM_WRITER_LE libavcodec
2009-01-13 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
2009-01-13 michael Avoid using sub_id in mpeg1/2video. libavcodec
2009-01-13 michael Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. libavcodec
2009-01-13 michael Let the mpeg audio parser correct the codec_id. libavcodec
2009-01-13 michael Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. libavcodec
2009-01-13 michael Add CODEC_ID_MP1. libavcodec
2009-01-13 kostya VC-1 display dimensions should affect coded dimensions only (I think) libavcodec
2009-01-13 kostya Print VC-1 aspect ratio in debug libavcodec
2009-01-13 kostya 421l: fix loop filter for P-frames in VC-1 libavcodec
2009-01-13 kostya Cinepak strip ID is a single byte libavcodec
2009-01-13 kostya Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier. libavcodec
2009-01-13 aurel add the necessary include for LIBAV*_VERSION_* libavcodec
2009-01-12 mru ARM: use push/pop pseudo-instructions in simple_idct_armv6.S libavcodec
2009-01-12 mru ARM: simple_idct_armv6.S whitespace cosmetics libavcodec
2009-01-12 mru ARM: clean up pc-relative references in simple_idct_armv6.S libavcodec
2009-01-12 mru ARM: use rX register names in simple_idct_armv6.S libavcodec
2009-01-11 stefano Add missing inclusion of libavutil/intreadwrite.h, fix compilation when libavcodec
2009-01-11 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavcodec
2009-01-11 diego Add missing #include to fix 'make checkheaders'. libavcodec
2009-01-11 michael Increase BUFFER_SIZE. libavcodec
2009-01-11 michael fix indention libavcodec
2009-01-11 michael All negative values are errors not just -1. libavcodec
2009-01-11 kostya 30l: when reading mb_offset in RV30 slice header its size libavcodec
2009-01-11 banan Add size that is needed for the wmapro codec libavcodec
2009-01-11 kostya RV30 decoder passes possible frame sizes in extradata and selects libavcodec
2009-01-11 cehoyos Remove H264Context from vdpau_internal.h. libavcodec
2009-01-10 cehoyos Fix OBJS-$(CONFIG_H264_VDPAU_DECODER). libavcodec
2009-01-10 cehoyos Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vdpau_add_data_chunk. libavcodec
2009-01-10 cehoyos Use only MpegEncContext in ff_vdpau_h264_add_data_chunk. libavcodec
2009-01-10 cehoyos Cosmetics: Break long line. libavcodec
2009-01-10 cehoyos Fill range_map* in VC1Context. libavcodec
2009-01-10 stefano Move the AVCodecContext options definition to a dedicated file, reduce libavcodec
2009-01-10 cehoyos Move vdpau_h264_set_reference_frames() call from vdpauvideo.c into h264.c. libavcodec
2009-01-09 cehoyos Move VDPAU check, make future VDPAU patches smaller. libavcodec
2009-01-09 cehoyos Add refdist_flag to VC1Context. libavcodec
2009-01-09 mru SH4: fix typo in asm constraint libavcodec
2009-01-07 cehoyos Rename ff_VDPAU as ff_vdpau. libavcodec
2009-01-07 cehoyos Rename bitstreamBuffers* as bitstream_buffers* libavcodec
2009-01-07 ramiro configure: allow to disable sse code. libavcodec
2009-01-07 diego Only #include svq3.c if the SVQ3 decoder is enabled. libavcodec
2009-01-07 diego The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c. libavcodec
2009-01-07 superdump Support ADTS AAC files in the ffaac decoder (limited to streams containing one libavcodec
2009-01-07 michael Document the need of buf=NULL buf_size=0 at the end to obtain all frames. libavcodec
2009-01-07 diego Add missing headers to allow 'make checkheaders' to pass. libavcodec
2009-01-07 diego Use <> instead of "" for system headers. libavcodec
2009-01-07 superdump Factorise enum of AC3 error types to be usable by AAC in the ADTS patch that libavcodec
2009-01-07 gpoirier Add AltiVec versions of h264_idct_add(8|16|16intra), libavcodec
2009-01-07 diego Disable SVQ3 checks if SVQ3 support is not compiled in. libavcodec
2009-01-06 gpoirier Add Altivec version of vector_fmul_window. libavcodec
2009-01-06 gpoirier add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) libavcodec
2009-01-06 aurel ensure that no GPL code is linked to LGPL only libavcodec libavcodec
2009-01-06 cehoyos Rename mpeg_set_pixelformat() as mpeg_get_pixelformat(). libavcodec
2009-01-06 cehoyos Factorise setting of avctx->pix_fmt. libavcodec
2009-01-06 gpoirier Fix float_to_int16_altivec prototype to match float_to_int16's in dsputil.h libavcodec
2009-01-06 gpoirier fix compilation with GCC-4.3+ libavcodec
2009-01-06 gpoirier offset and weights are signed, fixes some non-bitexact issues. libavcodec
2009-01-06 cehoyos 1l: Forgot to rename header guard. libavcodec
2009-01-05 cehoyos Export VDPAU support by installing vdpau.h. libavcodec
2009-01-05 cehoyos Rename vdpau_render.h as vdpau.h. libavcodec
2009-01-05 gpoirier add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) libavcodec
2009-01-05 gpoirier AltiVec version of h264_idct(8)_dc_add libavcodec
2009-01-05 cehoyos Ministry of English Composition treatment: s/Alloced/Allocated libavcodec
2009-01-05 cehoyos Remove leading underscore from union declaration. libavcodec
2009-01-05 diego Add missing 'void' keyword to parameterless function declarations. libavcodec
2009-01-05 diego spelling/grammar and whitespace cosmetics libavcodec
2009-01-05 cehoyos 50l: Reenable error resilience for H264 (Patch by Dark Shikari). libavcodec
2009-01-05 cehoyos Cosmetics: Fix indentation. libavcodec
2009-01-05 cehoyos 100l: Add a deleted '{'. libavcodec
2009-01-04 cehoyos Add VDPAU hardware accelerated decoding for H264 which can be used by libavcodec
2009-01-04 michael Move metadata API from avcodec to avformat. libavcodec
2009-01-04 michael Generic metadata API. libavcodec
2009-01-04 cehoyos Use H264 MMX chroma functions to accelerate RV40 decoding. libavcodec
2009-01-03 michael Bump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes. libavcodec
2009-01-03 michael Add type, text and ass to AVSubtitleRect. libavcodec
2009-01-03 michael Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. libavcodec
2009-01-03 michael Replace some fixed width variable from AVSubtitle* by normal int. libavcodec
2009-01-03 michael Forgot to update (I likely missed it due to its similar name to dvb...) libavcodec
2009-01-03 michael Future doxy for a few fields of AVSubtitleRect. libavcodec
2009-01-03 michael Change AVSubtitle.rects to an array of pointers so ABI does not break libavcodec
2009-01-03 michael Add enum AVSubtitleType libavcodec
2009-01-03 darkshikari Add x264 SSE2 iDCT functions to H.264 decoder. libavcodec
2009-01-02 diego Avoid POSIX-reserved _t namespace. libavcodec
2009-01-02 diego Avoid POSIX-reserved _t namespace. libavcodec
2008-12-30 mru ARM: work around linker bug with movw/movt relocations in shared libs libavcodec
2008-12-30 mru ARM: rename coefficient table in NEON IDCT libavcodec
2008-12-29 reynaldo Remove duplicated dot product code. Use dsputil's libavcodec
2008-12-29 kostya It turned out that RV30 uses motion vectors for forward motion B-frame libavcodec
2008-12-28 michael Explain the lack of +3/7 libavcodec
2008-12-28 cehoyos Revert r16375: It broke aac decoding. libavcodec
2008-12-28 cehoyos Reduce number of warnings when compiling with icc by two. libavcodec
2008-12-28 cehoyos Silence one warning when compiling with icc: libavcodec
2008-12-28 cehoyos Fix h264 decoding on SSE2 cores with icc compilation. libavcodec
2008-12-27 mru Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED libavcodec
2008-12-27 mru simple_idct: use MUL16 and MAC16 from mathops.h libavcodec
2008-12-27 diego consistency cosmetics: Rename POWERPC identifiers to PPC. libavcodec
2008-12-27 lu_zero Remove stray code libavcodec
2008-12-27 lu_zero Cleanup _t types in libavcodec/ppc libavcodec
2008-12-27 reimar Bump minor number for many small improvements, tiff fax decoding, libavcodec
2008-12-26 mru ARM: NEON optimised float_to_int16 libavcodec
2008-12-26 michael Enable faxcompr. libavcodec
2008-12-26 michael indent libavcodec
2008-12-26 michael Simplify vertical mode libavcodec
2008-12-26 michael And another sechole ... libavcodec
2008-12-26 michael Fix yet another sechole. libavcodec
2008-12-26 michael Fix another sechole. libavcodec
2008-12-26 michael Minor simplification. libavcodec
2008-12-26 michael Remove unused run_start variable. libavcodec
2008-12-26 michael Move sync line pointers code to the end of the loop, it is simpler that way. libavcodec
2008-12-26 michael Get rid of check for condition that is always true (run_off < avctx->width). libavcodec
2008-12-26 michael Get rid of pix_left in the 2d code, it is simpler that way. libavcodec
2008-12-26 reynaldo COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. libavcodec
2008-12-26 reynaldo Part 2 of Kenan Gillet's QCELP silence handling patch. libavcodec
2008-12-26 michael Factorize "avctx->width + 2" out to avoid someone mistakenly changing libavcodec
2008-12-26 michael cosmetic (moving pix_left update) libavcodec
2008-12-26 michael Close gaping sechole. That is, a series of run=0 allows arbitrary data to libavcodec
2008-12-26 michael minor simplification libavcodec
2008-12-26 michael Merge ff_ccitt_unpack_1d and 2d. libavcodec
2008-12-26 michael Ensure that an invalid run terminates the line. libavcodec
2008-12-26 michael 10l != vs. == (yes, my fault not kostya's). libavcodec