]> git.sesse.net Git - ffmpeg/history - libavcodec
Add channel layouts for dca.
[ffmpeg] / libavcodec /
2008-11-01 Benjamin LarssonAdd channel layouts for dca.
2008-11-01 Kostya ShishkovIntroduce RV3-specific motion vector prediction.
2008-11-01 Peter RossAdd audio channel layout API to libavcodec.
2008-10-31 François RevolFix build.
2008-10-30 Kenan GilletOKed parts of the QCELP decoder
2008-10-30 Kenan GilletFix numbers in Doxygen comments, patch by Kenan Gillet...
2008-10-30 Vitor SessakUse ff_dot_productf() in ra288.c
2008-10-30 Diego BiurrunRemove nonsense @return Doxygen comment for void function.
2008-10-30 Diego Biurruncosmetics: small spelling fixes
2008-10-30 Kenan GilletAdd a LPC filter
2008-10-30 Kenan GilletAdd ff_dot_productf() to celp_math.{c,h}
2008-10-30 Kenan GilletMore OKed parts of QCELP data tables
2008-10-30 Roman Shaposhnikrenaming macro in order to conform with the rest of...
2008-10-30 Art ClarkeRemove unused variable, patch by Art Clarke, aclarke...
2008-10-30 Kostya ShishkovCorrect motion vector scaling in B-frames for RV3/4
2008-10-29 Diego Biurrunasm() --> __asm__() in #warning comment
2008-10-29 Diego BiurrunAdd missing headers to pass 'make checkheaders'.
2008-10-29 Art ClarkeFix av_picture_copy missing pixels on packed planar...
2008-10-29 Michael NiedermayerReset state after some frame header is found.
2008-10-29 Kenan GilletOKed parts of QCELP data tables
2008-10-28 Diego BiurrunAdd the function declaration of ff_svq1_packet_checksum...
2008-10-28 Michael NiedermayerReplace literally hardcoded max slice number by named...
2008-10-28 Benjamin LarssonFix compilation, remove stray ;
2008-10-28 Benjamin LarssonFix selection of quant step table
2008-10-28 Benjamin LarssonFix huffman coded dca samples.
2008-10-28 Kostya ShishkovDetect split RV30 slices
2008-10-27 Kostya ShishkovFix chroma motion compensation for RV30
2008-10-27 Diego PettenòRename template included sources from .h to _template.c.
2008-10-27 Måns RullgårdARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S
2008-10-27 Måns RullgårdARM: move VFP DSP functions to dsputils_vfp.S
2008-10-27 Måns RullgårdARM: move prefetch_arm to dsputil_arm_s.S
2008-10-27 Måns RullgårdARM: use new macros for assembler function labels
2008-10-27 Måns RullgårdARM: add some assembler convenience macros
2008-10-26 Baptiste Couduriersvq3 watermark code now needs zlib
2008-10-26 Baptiste Couduriersvq3 watermark decoding support, based on reverse engin...
2008-10-26 Måns Rullgårdcosmetic: align backslashes in makefiles
2008-10-26 Måns RullgårdMerge OBJS-$(FOO) lists with same FOO
2008-10-26 Benjamin LarssonDisable codec downmix when not using simd instead of...
2008-10-26 Benjamin LarssonFix dca decoder with non simd float2int16 conversion
2008-10-26 Benjamin LarssonFix compilation with TRACE
2008-10-25 Aurelien Jacobsremove useless ifdeffery, tscc won't do anything useful...
2008-10-25 Aurelien Jacobssvq3: remove unused include
2008-10-25 Måns RullgårdUse OBJS variable for all object files
2008-10-25 Måns RullgårdAdd CONFIG_GOLOMB and auto-select when needed
2008-10-25 Måns RullgårdAuto-enable CONFIG_MDCT when needed
2008-10-25 Diego Biurruncosmetics: Change the order of mlp parser objects to...
2008-10-25 Diego BiurrunMove declaration of mlp decoder dependency on mlp parse...
2008-10-24 Måns RullgårdBuild MMX/SSE FFT only if CONFIG_FFT is set
2008-10-24 Måns RullgårdAuto-enable CONFIG_FFT for codecs that need it
2008-10-24 Diego Biurrunprettyprinting cosmetics
2008-10-24 Diego Biurrunspelling cosmetics
2008-10-24 Kenan GilletSplit off celp_filters.[ch] from acelp_filters.[ch...
2008-10-24 Kenan GilletRename acelp_math.[ch] to celp_math.[ch] to prepare...
2008-10-24 David ConradSpeex decoding via libspeex
2008-10-24 Kostya ShishkovChoose RV3/4 DC quantizer correctly
2008-10-24 Baptiste Coudurierdnxhd parser
2008-10-23 Baptiste Coudurieradd state64 field to ParseContext storing last 8 bytes...
2008-10-23 Benoit FouetRevert r15653.
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-20 Reimar DöffingerUse x86_reg type instead of long in float_to_int16...
2008-10-20 Michael NiedermayerUse av_freep() in ff_parse_close().
2008-10-20 Andrew WasonCopy pts for each raw encoded frame.
2008-10-20 Kostya Shishkov34l: free RV3/4 context variables at the end
2008-10-20 Kostya ShishkovRV3 and RV4 decoders set some deblocking coefs for...
2008-10-20 Kostya ShishkovMark some of RV3/4 block types as having separate DC...
2008-10-19 David ConradCosmetics: reindent
2008-10-19 David ConradCombine non-bitexact sections
2008-10-19 David ConradVP3 loop filter is mmx2 not mmx
2008-10-17 David ConradMMX VP3 Loop Filter
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-15 Bartłomiej WołowiecUse of new bitstream in vorbis_enc.c.
2008-10-15 Benoit FouetCosmetics: fix indentation after previous commit.
2008-10-15 Nicolas GeorgeAdd a flag to avoid calling vorbis_analysis_wrote twice...
2008-10-14 Michael NiedermayerInclude zlib.h as it is needed for watermark support,
2008-10-14 Michael NiedermayerExport svq1_packet_checksum() that is needed for svq3...
2008-10-14 Michael NiedermayerAdd variable to hold the svq3 watermarking key,
2008-10-13 Ralf TerdicFix mem leak.
2008-10-13 Carl Eugen HoyosFix some icc warnings by using enum PixelFormat instead...
2008-10-13 Aurelien Jacobsvp6dec: ensure we don't try to use a buffer with negati...
2008-10-12 Carl Eugen HoyosUse PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
2008-10-12 David ConradRemove unused variables
2008-10-11 Ramiro Pollanellymoserenc: flush PutBitContext after use.
2008-10-11 Måns Rullgårdaac_parser: fix strict aliasing violation
2008-10-09 Baptiste Coudurierget_pixels_sse2, ~+12% performance compared to mmx
2008-10-08 Aurelien Jacobsallows calling avcodec_find_(en|de)coder_by_name with...
2008-10-07 Diego BiurrunAdd a bunch of const qualifiers to function arguments.
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 Roman Shaposhnikcosmetic updates as per Michael's suggestion
2008-10-07 Roman Shaposhnikvertically aligning as per Michael's suggestion
2008-10-07 Roman Shaposhnikunrolling the loops as per Michael's suggestion
2008-10-07 Roman Shaposhnikfixing a bug that prevented proper unweighting table...
2008-10-07 Roman ShaposhnikDoxygenizing the comments
2008-10-07 Roman Shaposhniksimplifying the code as per Michael's suggestion
2008-10-07 Diego BiurrunSync cosmetics from upstream.
2008-10-06 Alex ConverseRename variables to clarify the channel coupling elemen...
2008-10-06 Alex ConverseCorrect documentation of ch_select array.
2008-10-06 Alex ConverseCorrections to channel coupling code to attain conforma...
2008-10-06 Diego BiurrunRemove obsolete liba52 wrapper code.
2008-10-05 Vitor SessakCosmetics: rename mace3_decode_frame() to mace_decode_f...
2008-10-05 Vitor SessakAvoid code duplication between mace3_decode_frame(...
next