OSDN Git Service

Add missing CONFIG_AVFILTER check.
[coroid/libav_saccubus.git] / libavcodec /
2011-05-09 Mans Rullgardmpegaudiodec: group #includes more sanely
2011-05-09 Mans Rullgardmpegaudio: remove #if 0 blocks
2011-05-09 Mans Rullgardmpegaudio: remove CONFIG_MPEGAUDIO_HP option
2011-05-09 Mans Rullgardmpegaudio: remove CONFIG_AUDIO_NONSHORT
2011-05-08 Nathan Caldwellpsymodel: Remove wrapper functions.
2011-05-08 Nathan Caldwellaacenc: Replace loop counters in aac_encode_frame(...
2011-05-06 Alex Conversewmavoice: Use proper size in memeset().
2011-05-04 Diego BiurrunFix standalone compilation of WTV demuxer.
2011-05-04 Diego BiurrunFix standalone compilation of MXPEG decoder.
2011-05-04 Diego Biurrunflashsv: K&R cosmetics
2011-05-04 Ronald S. Bultjevc1: make overlap filter for I-frames bit-exact.
2011-05-04 Ronald S. Bultjevc1dec: use s->start/end_mb_y instead of passing them...
2011-05-04 Ronald S. BultjeRevert "VC1: merge idct8x8, coeff adjustments and put_p...
2011-05-04 Alex ConverseReplace strncpy() with av_strlcpy().
2011-05-04 Alex Converseindeo3: Eliminate use of long.
2011-05-04 Alex Converseget_bits: make cache unsigned to eliminate undefined...
2011-05-04 Ronald S. Bultjempegvideo: reindent.
2011-05-04 Ronald S. Bultjempegvideo: don't av_malloc(0).
2011-05-02 Ronald S. Bultjevp8: frame-multithreading.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-05-02 Stefano SabatiniReplace deprecated av_get_pict_type_char() with av_get_...
2011-05-02 Kostya Shishkovdpx: Do not use DPX encoder for decoding.
2011-05-01 Diego BiurrunALPHA: Replace sized int_fast integer types with plain...
2011-05-01 Peter RossDPX image encoder
2011-05-01 Peter RossDPX decoder: read sample aspect ratio
2011-05-01 Reimar DöffingerDPX decoder: add buffer size checks.
2011-05-01 Justin Rugglesac3enc: clip large coefficient values and negative...
2011-05-01 Justin Rugglesac3enc: do not store a bandwidth code for each channel.
2011-05-01 Justin Rugglesac3enc: remove bandwidth reduction as fallback for...
2011-05-01 Justin Rugglesac3enc: merge compute_exp_strategy_ch() into compute_ex...
2011-05-01 Justin Rugglesac3enc: return error if frame+exponent bits are too...
2011-05-01 Justin Rugglesac3enc: differentiate between current block and referen...
2011-05-01 Justin Rugglesac3enc: simplify exponent_init() by calculating exponen...
2011-05-01 Justin Rugglesac3enc: simplify stereo rematrixing decision options
2011-04-29 Michael NiedermayerAMV: disable DR1 and don't override EMU_EDGE
2011-04-29 Diego Biurrunvorbis: Replace sized int_fast integer types with plain...
2011-04-29 Diego BiurrunRemove disabled non-optimized code variants.
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-29 Diego BiurrunReplace more disabled printf() calls by av_dlog().
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-29 Diego Biurrunvorbisdec: Replace some sizeof(type) by sizeof(*variable).
2011-04-28 Stefano Sabatinimpeg12: terminate mpeg2_video_profiles arrays
2011-04-28 Peter Rossrawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-04-27 Diego Biurrunvorbisdec: Rename silly "class_" variable to plain...
2011-04-27 Diego Biurrunsimple_idct_alpha: Drop some useless casts.
2011-04-27 Diego BiurrunSimplify av_log_missing_feature().
2011-04-27 Justin Rugglesac3enc: remove check for mismatching channels and chann...
2011-04-27 Justin RugglesIf AVCodecContext.channels is 0 and AVCodecContext...
2011-04-27 Justin RugglesIf AVCodecContext.channel_layout and AVCodecContext...
2011-04-27 Justin Rugglescosmetics: indentation
2011-04-27 Justin RugglesCheck AVCodec.supported_samplerates and AVCodec.channel...
2011-04-27 Alex Converseaacdec: remove sf_scale and sf_offset.
2011-04-27 Justin Rugglesaacdec: use a scale of 2 in the LTP MDCT rather than...
2011-04-27 Alex ConverseDefine POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_...
2011-04-27 Alex ConverseLarge intensity stereo and PNS indices are legal. Clip...
2011-04-27 Stefano Sabatiniqpeg: use reget_buffer() in decode_frame()
2011-04-27 Stefano Sabatiniultimotion: use reget_buffer() in ulti_decode_frame()
2011-04-27 Stefano Sabatinismacker: remove unnecessary call to avctx->release_buff...
2011-04-27 Ronald S. Bultjeavparser: don't av_malloc(0).
2011-04-26 Justin Rugglesac3enc: correct the flipped sign in the ac3_fixed encoder
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-26 Vitor SessakUpdate x86inc.asm from x264 to allow AVX emulation...
2011-04-26 Michael Niedermayermjpeg: Detect overreads in mjpeg_decode_scan() and...
2011-04-26 Stefano Sabatinilavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE...
2011-04-26 Michael Niedermayeraac: add headers needed for log2f()
2011-04-26 Anton Khirnovlavc: remove FF_API_MB_Q cruft
2011-04-26 Anton Khirnovlavc: remove FF_API_RATE_EMU cruft
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-25 Janne Grunauac3: fix memleak in fixed-point encoder
2011-04-25 Diego Biurrunflashsv: Return more meaningful error values.
2011-04-25 Diego Biurrunflashsv: Employ explicit AVCodec struct initializers.
2011-04-24 Diego Biurruncosmetics: K&R coding style and more whitespace for...
2011-04-24 Diego Biurrunvorbisdec: Employ proper printf format specifiers for...
2011-04-23 Diego BiurrunReplace more FFmpeg instances by Libav or ffmpeg.
2011-04-23 Diego Biurrunvorbis: Rename decoder/encoder files to follow general...
2011-04-23 Nathan Caldwellaacenc: Fix whitespace after last commit.
2011-04-23 Diego Biurruncook: Fix small typo in av_log_ask_for_sample message.
2011-04-23 Nathan Caldwellaacenc: Finish 3GPP psymodel analysis for non mid/side...
2011-04-23 Alex ConverseAdd some debug log messages to AAC extradata
2011-04-22 Diego BiurrunUse av_log_ask_for_sample() to request samples from...
2011-04-22 Diego BiurrunMake av_log_ask_for_sample() accept a variable number...
2011-04-22 Diego Biurrunvqavideo: We no longer need to ask for version 1 samples.
2011-04-22 Young Han Leeaacdec: indentation cosmetics
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-04-21 Diego BiurrunUse av_log_ask_for_sample() where appropriate.
2011-04-21 Anton Khirnovlavc: provide deprecated avcodec_thread_init until...
2011-04-21 Anton Khirnovlavc: provide the opt.h header until the next bump
2011-04-19 Justin RugglesIn avcodec_open(), set return code to an error value...
2011-04-19 Anton Khirnovlavc: remove reference to opt.h from Makefile.
2011-04-19 Anton Khirnovlavc: remove misc disabled cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_INOFFICIAL cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_USE_LPC cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_SUBTITLE_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_VIDEO_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_AUDIO_OLD cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_OPT_SHOW cruft.
2011-04-19 Anton Khirnovlavc: remove the FF_API_MM_FLAGS cruft.
2011-04-19 Diego Biurrunpcm: Add const to cast in ENCODE macro.
next