]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Fix selection of quant step table
[frescor/ffmpeg.git] / libavcodec /
2008-10-28 bananFix selection of quant step table
2008-10-28 bananFix huffman coded dca samples.
2008-10-28 kostyaDetect split RV30 slices
2008-10-27 kostyaFix chroma motion compensation for RV30
2008-10-27 flameeyesRename template included sources from .h to _template.c.
2008-10-27 mruARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S
2008-10-27 mruARM: move VFP DSP functions to dsputils_vfp.S
2008-10-27 mruARM: move prefetch_arm to dsputil_arm_s.S
2008-10-27 mruARM: use new macros for assembler function labels
2008-10-27 mruARM: add some assembler convenience macros
2008-10-26 bcouduriersvq3 watermark code now needs zlib
2008-10-26 bcouduriersvq3 watermark decoding support, based on reverse engin...
2008-10-26 mrucosmetic: align backslashes in makefiles
2008-10-26 mruMerge OBJS-$(FOO) lists with same FOO
2008-10-26 bananDisable codec downmix when not using simd instead of...
2008-10-26 bananFix dca decoder with non simd float2int16 conversion
2008-10-26 bananFix compilation with TRACE
2008-10-25 aurelremove useless ifdeffery, tscc won't do anything useful...
2008-10-25 aurelsvq3: remove unused include
2008-10-25 mruUse OBJS variable for all object files
2008-10-25 mruAdd CONFIG_GOLOMB and auto-select when needed
2008-10-25 mruAuto-enable CONFIG_MDCT when needed
2008-10-25 diegocosmetics: Change the order of mlp parser objects to...
2008-10-25 diegoMove declaration of mlp decoder dependency on mlp parse...
2008-10-24 mruBuild MMX/SSE FFT only if CONFIG_FFT is set
2008-10-24 mruAuto-enable CONFIG_FFT for codecs that need it
2008-10-24 diegoprettyprinting cosmetics
2008-10-24 diegospelling cosmetics
2008-10-24 diegoSplit off celp_filters.[ch] from acelp_filters.[ch...
2008-10-24 diegoRename acelp_math.[ch] to celp_math.[ch] to prepare...
2008-10-24 conradSpeex decoding via libspeex
2008-10-24 kostyaChoose RV3/4 DC quantizer correctly
2008-10-24 bcoudurierdnxhd parser
2008-10-23 bcoudurieradd state64 field to ParseContext storing last 8 bytes...
2008-10-23 benoitRevert r15653.
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-20 reimarUse x86_reg type instead of long in float_to_int16...
2008-10-20 michaelUse av_freep() in ff_parse_close().
2008-10-20 benoitCopy pts for each raw encoded frame.
2008-10-20 kostya34l: free RV3/4 context variables at the end
2008-10-20 kostyaRV3 and RV4 decoders set some deblocking coefs for...
2008-10-20 kostyaMark some of RV3/4 block types as having separate DC...
2008-10-19 conradCosmetics: reindent
2008-10-19 conradCombine non-bitexact sections
2008-10-19 conradVP3 loop filter is mmx2 not mmx
2008-10-17 conradMMX VP3 Loop Filter
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-10-15 benoitUse of new bitstream in vorbis_enc.c.
2008-10-15 benoitCosmetics: fix indentation after previous commit.
2008-10-15 benoitAdd a flag to avoid calling vorbis_analysis_wrote twice...
2008-10-14 michaelInclude zlib.h as its needed for watermark support,
2008-10-14 michaelExport svq1_packet_checksum() that is needed for svq3...
2008-10-14 michaelAdd variable to hold the svq3 watermarking key,
2008-10-13 benoitFix mem leak.
2008-10-13 cehoyosFix some icc warnings by using enum PixelFormat instead...
2008-10-13 aurelvp6dec: ensure we don't try to use a buffer with negati...
2008-10-12 cehoyosUse PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
2008-10-12 conradRemove unused variables
2008-10-11 ramironellymoserenc: flush PutBitContext after use.
2008-10-11 mruaac_parser: fix strict aliasing violation
2008-10-09 bcoudurierget_pixels_sse2, ~+12% performance compared to mmx
2008-10-08 aurelallows calling avcodec_find_(en|de)coder_by_name with...
2008-10-07 diegoAdd a bunch of const qualifiers to function arguments.
2008-10-07 romanshreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 romanshcosemtics updates as per Michael's suggestion
2008-10-07 romanshvertically aligning as per Michael's suggestion
2008-10-07 romanshunrolling the loops as per Michael's suggestion
2008-10-07 romanshfixing a bug that prevented proper unweighting table...
2008-10-07 romanshDoxygenizing the comments
2008-10-07 romanshsimplifying the code as per Michael's suggestion
2008-10-07 diegoSync cosmetics from upstream.
2008-10-06 superdumpRename variables to clarify the channel coupling elemen...
2008-10-06 superdumpCorrect documentation of ch_select array.
2008-10-06 superdumpCorrections to channel coupling code to attain conforma...
2008-10-06 diegoRemove obsolete liba52 wrapper code.
2008-10-05 vitorCosmetics: rename mace3_decode_frame() to mace_decode_f...
2008-10-05 vitorAvoid code duplication between mace3_decode_frame(...
2008-10-05 vitorUse a for() instead of triplicating code.
2008-10-05 kostyaRegister RV-[34] block specific feature for long future...
2008-10-05 vitorFactorize duplicate table reading code.
2008-10-04 gpoirierDeclare ff_pw_53 and ff_pw_18 as assembler constants.
2008-10-04 diegoFix 'make checkheaders', based on a patch by Diego...
2008-10-04 conradMove VP3 loop filter to DSPContext
2008-10-04 lu_zeroMark the ff_find_best_tables symbol static to msmpeg4...
2008-10-04 lu_zeroMark ff_div6 and ff_rem6 static inh264.c . Patch by...
2008-10-04 lu_zeroMark list heads static. Patch by Diego Pettenò
2008-10-04 michael100l forgot return type.
2008-10-04 michaelFix indention of NAL type enum.
2008-10-03 michaelff_parse_close() is not the correct function for H264Co...
2008-10-03 michaelMove nal unit types enum and EXTENDED_SAR #define from...
2008-10-02 aurelatrac3dec: cosmetics: indentation
2008-10-02 gpoirierfix warning reported by Intel C compiler:
2008-10-02 gpoirierIntel C compiler warns on this assignment in this if...
2008-10-02 gpoirierRemove duplicate "double" qualifier for *matrix.
2008-10-02 gpoirierx264 has removed the b-rdo and bime options, and instea...
2008-10-02 reimarUse M_PI from libavutil/mathematics.h instead of defini...
2008-10-02 reimarMake 8svx codec context table pointer const to match...
2008-10-02 diegospelling cosmetics
2008-10-02 reimarRemove useless cyuv_decode_end function
2008-10-02 reimarAdd (additional) const to many global tables.
next