OSDN Git Service

vc1: make overlap filter for I-frames bit-exact.
[coroid/libav_saccubus.git] / libavcodec /
2011-04-15 Kostya Shishkovintroduce side information for AVPacket
2011-04-14 Martin Storsjölibavcodec: Bump micro after adding the dtx AVOptions
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Allow enabling DTX...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Only check the bitrate...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Find the closest match...
2011-04-13 Martin Storsjölibvo-*: Fix up the long codec names
2011-04-13 Martin Storsjölibavcodec: Mark AVCodec->priv_class const
2011-04-13 Martin Storsjölibvo-aacenc: Only produce extradata if the global...
2011-04-13 Anton Khirnovlavc: postpone removal of request_channels
2011-04-13 Anton Khirnovlavc: postpone removal of audioconvert and sample_fmt...
2011-04-13 Martin Storsjölibopencore-amr: Cosmetics: Rewrap and align
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrbwenc: Rename variables and...
2011-04-13 Martin Storsjölibopencore-amr: Convert commented out debug logging...
2011-04-13 Martin Storsjölibopencore-amr: Remove an unused state variable
2011-04-13 Martin Storsjölibvo-amrwbenc: Don't explicitly store bitrate modes...
2011-04-13 Martin Storsjölibopencore-amr: Remove a useless local variable
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Make the bitrate/mode...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Return proper error...
2011-04-13 Martin Storsjölibopencore-amr: Don't print carriage returns in log...
2011-04-13 Martin Storsjölibopencore-amr: Remove an old workaround for libamr...
2011-04-13 Martin Storsjölibopencore-amr: Make the opaque encoder pointer a...
2011-04-13 Martin Storsjölibopencore-amr: Remove unused code fragments
2011-04-12 Alberto DelmasCheck for successful h263 init in msmpeg4 init
2011-04-12 Martin Storsjölibvo-*: Don't use deprecated sample format names and...
2011-04-12 Martin Storsjölibavcodec: Use "const enum AVSampleFormat[]" in AVCode...
2011-04-12 Alex ConverseFix the conversion of AV_SAMPLE_FMT_FLT and _DBL to...
2011-04-12 Alex ConverseConvert some undefined 1<<31 shifts into 1U<<31.
2011-04-11 Martin StorsjöAdd support for AMR-WB encoding via libvo-amrwbenc
2011-04-11 Martin StorsjöAdd an AAC encoder by using the libvo-aacenc library
2011-04-11 Martin Storsjög722: Return 8 bits per sample for g722 in av_get_bits_...
2011-04-10 Alberto DelmásParse sprite data for WMVP and WVP2, and decode sprites...
2011-04-09 Alexander Strangepthread: validate_thread_parameters() ignored slice...
2011-04-09 Reimar DöffingerUse consistent condition for whether to run slice-threa...
2011-04-09 Gwenole Beauchesnevaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding...
2011-04-09 Gwenole Beauchesnevaapi: filter out DELAYED_PIC_REF flag to determine...
2011-04-07 Anton Khirnovlavc: add a FF_API_REQUEST_CHANNELS deprecation macro
2011-04-06 BradFix parser: mark av_parser_parse() for removal on next...
2011-04-05 Nathan Caldwellpsymodel: extend API to include PE and bit allocation.
2011-04-05 Alexander StrangeRemove unnecessary parameter from ff_thread_init()...
2011-04-05 Janne GrunauRevert "aac_latm_dec: use aac context and aac m4ac"
2011-04-05 Mans Rullgardac3enc: NEON optimised extract_exponents
2011-04-04 Mans Rullgardac3enc: move extract_exponents inner loop to ac3dsp
2011-04-04 Young Han Leeaacenc: reduce the number of loop index variables
2011-04-04 Justin Rugglesac3enc: select bandwidth based on bit rate, sample...
2011-04-03 Mans RullgardARM: NEON fixed-point forward MDCT
2011-04-03 Mans RullgardARM: NEON fixed-point FFT
2011-04-03 Mans Rullgardac3enc: use generic fixed-point mdct
2011-04-03 Anton Khirnovlavc: deprecate AVCodecContext.antialias_algo
2011-04-03 Anton Khirnovlavc: mark mb_qmin/mb_qmax for removal on next major...
2011-04-02 Mans RullgardFixed-point MDCT with 32-bit unscaled output
2011-04-02 Anton Khirnovlavc: deprecate rate_emu
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-04-02 Anton Khirnovparser: mark av_parser_parse() for removal on next...
2011-04-02 Anton Khirnovlavc: add missing audioconvert includes
2011-04-02 Anton Khirnovjvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY
2011-04-01 Mans Rullgardac3enc: ARM optimised ac3_compute_matissa_size
2011-04-01 Mans Rullgardac3: armv6 optimised bit_alloc_calc_bap
2011-04-01 Mans RullgardFFT: simplify fft8()
2011-04-01 Mans RullgardFixed-point support in fft-test
2011-03-31 Mans RullgardFixed-point FFT and MDCT
2011-03-31 Mans Rullgardac3enc: simplify sym_quant()
2011-03-30 John Stebbinsmlp_parse.c: set AVCodecContext channel_layout
2011-03-30 anatolyAdd MxPEG decoder
2011-03-30 anatolyAdd support for picture_ptr field in MJpegDecodeContext
2011-03-30 anatolyMove MJPEG's input buffer preprocessing in separate...
2011-03-30 anatolySupport reference picture defined by bitmask in MJPEG...
2011-03-30 Mans Rullgardac3enc: move compute_mantissa_size() to ac3dsp
2011-03-29 Mans Rullgardac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeC...
2011-03-29 Mans Rullgardac3enc: NEON optimised float_to_fixed24
2011-03-29 Mans Rullgardac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
2011-03-29 Ronald S. Bultjedfa: protect pointer range checks against overflows.
2011-03-29 Alexander Strangemimic: implement multithreading.
2011-03-28 Justin Rugglesac3enc: avoid memcpy() of exponents and baps in EXP_REU...
2011-03-28 Kostya ShishkovChronomaster DFA decoder
2011-03-27 Justin Rugglesac3enc: Add codec-specific options for writing AC-3...
2011-03-26 Alexander Strangedsputil: allow to skip drawing of top/bottom edges.
2011-03-25 Justin RugglesGet audio_service_type for AC-3 based on bitstream...
2011-03-25 Justin RugglesAdd audio_service_type field to AVCodecContext for...
2011-03-25 Young Han Leeaacenc: indentation
2011-03-25 Young Han Leeaacenc: fix the side calculation in search_for_ms
2011-03-25 Alexander Strangevp8.c: rename EDGE_* to VP8_EDGE_*.
2011-03-24 Mans RullgardARM: fix ff_apply_window_int16_neon() prototype
2011-03-24 Mans RullgardARM: NEON optimised apply_window_int16()
2011-03-24 Mans Rullgardac3enc: NEON optimised shift functions
2011-03-24 Mans Rullgardac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_ex...
2011-03-24 Ronald S. Bultjempeg12.c: fix slice threading for mpeg2 field picture...
2011-03-23 Anton Khirnovlavc: move the version macros to a new installed header.
2011-03-23 Justin RugglesAdd apply_window_int16() to DSPContext with x86-optimiz...
2011-03-22 Vitor SessakFix an infinite loop when RoQ encoded generated a frame...
2011-03-22 Kieran KunhyaAdd kbdwin.o to AC3 decoder
2011-03-22 Reimar DöffingerDetect byte-swapped AC-3 and support decoding it directly.
2011-03-22 Justin Rugglescosmetics: indentation
2011-03-22 Justin RugglesAlways copy input data for AC3 decoder.
2011-03-22 Justin Rugglesac3enc: make sym_quant() branch-free
2011-03-22 Ronald S. Bultjevc1: make P-frame deblock filter bit-exact.
2011-03-21 Ronald S. Bultjevc1: slice support.
2011-03-21 Ronald S. Bultjevc1: fix up memleaks in the error codepath.
2011-03-21 Ronald S. Bultjevc1: warn for unimplemented pan-scan feature.
2011-03-20 Mans Rullgardffv1: allocate correct size for sample buffer
2011-03-20 Mans RullgardMove ff_dct_init_mmx declaration to dct.h
next