]> git.sesse.net Git - ffmpeg/history - libavcodec
Change type of prev_stream_id from uint32_t to int, since it has a max size
[ffmpeg] / libavcodec /
2008-11-17 Diego Biurruncosmetics: Group ppc-specific objects together.
2008-11-17 Diego Biurruncosmetics: Group ARM objects sections together.
2008-11-17 Diego Biurruncosmetics: Reorder processor-specific entries alphabeti...
2008-11-17 Benoit FouetChange email address to a valid one.
2008-11-17 Carl Eugen HoyosOne const is enough.
2008-11-16 Benjamin LarssonSilence warning in imc decoder
2008-11-16 Benjamin LarssonSet channel_layout
2008-11-16 Kostya Shishkov421l: postproc flag may be present in any VC-1 AP frame...
2008-11-16 Reynaldo H. Verdej... Credit Kenan Gillet for his contributions towards mergi...
2008-11-16 Reynaldo H. Verdej... Cosmetics
2008-11-16 Reynaldo H. Verdej... Change to file description suggested by Michael
2008-11-15 Benjamin LarssonProper channel output reordering for the dca decoder.
2008-11-15 Reynaldo H. Verdej... Please keep original copyright heading and attribution...
2008-11-15 Kostya ShishkovWeak deblock filter function for future RV40 loop filter
2008-11-14 Kenan GilletMore OKed parts of the QCELP decoder
2008-11-14 Baptiste Coudurierremove useless mmx.h include
2008-11-14 Baptiste Coudurierconvert fdct_mmx to plain asm
2008-11-13 Justin Rugglesrevert r15812 (E-AC-3 Spectral Extension) pending furth...
2008-11-13 Baptiste Coudurieradd sse2 fdct
2008-11-13 Carl Eugen HoyosFix H.264 decoding.
2008-11-13 Justin Rugglescosmetics: vertical alignment
2008-11-13 Justin Rugglessilence a gcc warning about using an uninitialized...
2008-11-13 Justin Rugglescosmetics: indentation
2008-11-13 Justin Rugglesadd support for spectral extension
2008-11-13 Justin Rugglesadd a generic function to decode banding structure...
2008-11-13 Justin Rugglesadd a line break in error message text
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...
next