]> git.sesse.net Git - ffmpeg/history - libavcodec
simplify decoding of coupling frequency range
[ffmpeg] / libavcodec /
2008-11-13 Justin Rugglessimplify decoding of coupling frequency range
2008-11-13 Justin Rugglescosmetics: rename two variables
2008-11-12 Roman ShaposhnikTaking advantage of the new ->execute API
2008-11-12 Måns RullgårdARM: fix j_rev_dct_ARM
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2008-11-12 Diego BiurrunRemove unused variable.
2008-11-11 Kenan GilletMore OKed parts of the QCELP decoder
2008-11-11 Benjamin LarssonComment typo
2008-11-11 Benjamin LarssonRemove channel layout table that only should be used...
2008-11-10 Martin StorsjöFix memory leak in libgsm wrapper.
2008-11-09 Kenan GilletMore OKed parts of the QCELP decoder
2008-11-08 Kostya ShishkovSplit RV3/4 deblock pattern into horizontal and vertica...
2008-11-08 Kostya ShishkovDrop redundant check in RV3/4 deblock coefficients...
2008-11-08 Peter RossElectronic Arts TGQ/TQI/MAD IDCT algorithm
2008-11-08 Peter RossElectronic Arts TGQ video decoder
2008-11-08 Roman Shaposhnikimplementing more efficient (and direct) allocation...
2008-11-08 Peter RossPromote inv_aanscales array to global scope (ff_inv_aan...
2008-11-07 Kostya ShishkovCalculating an additional MV-based deblocking pattern...
2008-11-06 Måns RullgårdARM: change MUL16() macro to inline function
2008-11-06 Måns RullgårdARM: prettify MAC16() macro
2008-11-06 Måns RullgårdARM: change MULH() macro to inline function
2008-11-06 Måns RullgårdARM: change MULL() macro to inline function
2008-11-06 Måns RullgårdARM: mathops.h whitespace cosmetics
2008-11-05 Diego BiurrunAdd missing #include "libavutil/avstring.h", fixes
2008-11-05 Alex ConverseFix perceptual noise shaping scaling including an overs...
2008-11-05 Diego BiurrunFix test program build: ff_eval was replaced by ff_eval2.
2008-11-04 Andreas Ömanh264: Implement decoding of picture timing SEI message.
2008-11-04 Andrew SavchenkoOnly warn about "Invalid and inefficient vfw-avi packed...
2008-11-03 Diego BiurrunFix illegal identifier, __ are reserved for the system.
2008-11-03 Dominik MierzejewskiRemove duplicated MM_* macros for CPU capabilities...
2008-11-02 Benjamin LarssonChange the dca channel layout, S -> SIDE not BACK.
2008-11-02 Andreas ÖmanChange multichannel API define prefix from "CHANNEL_...
2008-11-01 Benjamin LarssonGuess channel layout based on the number of channels...
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
next