]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Add channel layouts for dca.
[frescor/ffmpeg.git] / libavcodec /
2008-11-01 bananAdd channel layouts for dca.
2008-11-01 kostyaIntroduce RV3-specific motion vector prediction.
2008-11-01 prossAdd audio channel layout API to libavcodec.
2008-10-31 mmu_manFix build.
2008-10-30 vitorOKed parts of the QCELP decoder
2008-10-30 diegoFix numbers in Doxygen comments, patch by Kenan Gillet...
2008-10-30 vitorUse ff_dot_productf() in ra288.c
2008-10-30 diegoRemove nonsense @return Doxygen comment for void function.
2008-10-30 diegocosmetics: small spelling fixes
2008-10-30 vitorAdd a LPC filter
2008-10-30 vitorAdd ff_dot_productf() to celp_math.{c,h}
2008-10-30 vitorMore OKed parts of QCELP data tables
2008-10-30 romanshrenaming macro in order to conform with the rest of...
2008-10-30 diegoRemove unused variable, patch by Art Clarke, aclarke...
2008-10-30 kostyaCorrect motion vector scaling in B-frames for RV3/4
2008-10-29 diegoasm() --> __asm__() in #warning comment
2008-10-29 diegoAdd missing headers to pass 'make checkheaders'.
2008-10-29 diegoFix av_picture_copy missing pixels on packed planar...
2008-10-29 michaelReset state after some frame header is found.
2008-10-29 diegoOKed parts of QCELP data tables
2008-10-28 diegoAdd the function declaration of ff_svq1_packet_checksum...
2008-10-28 michaelReplace litterally hardcoded max slice number by named...
2008-10-28 bananFix the fix.
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(...
next