]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2008-11-08 Diego BiurrunClarify that we require GNU make 3.81+.
2008-11-08 Stefano SabatiniFix argument constness for the av_codec_get_id() and
2008-11-08 Kostya ShishkovSplit RV3/4 deblock pattern into horizontal and vertica...
2008-11-08 Stefano SabatiniAdd checks on the _mingw.h and w32api.h versions.
2008-11-08 Kostya ShishkovDrop redundant check in RV3/4 deblock coefficients...
2008-11-08 Peter RossElectronic Arts demuxer: support TGQ video tags
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årdOGG: correct PTS with old theora streams
2008-11-06 Måns RullgårdOGG: untypedef demuxer structs
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-05 Peter RossDecode audio channel layout from RIFF/WAV file format.
2008-11-04 Diego BiurrunAdd some const specifiers to function name variables...
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 BiurrunMerge ARCH_BFIN lines.
2008-11-03 Diego BiurrunAdd tests target for libswscale test programs.
2008-11-03 Diego BiurrunFix illegal identifier, __ are reserved for the system.
2008-11-03 Måns RullgårdRemove forgotten ASM_OBJS in libswscale
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-02 Reimar DöffingerReplace long with x86_reg in postprocess_template.c...
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 Dominik MierzejewskiEnable CMOV usage on x86_64 arch. All x86_64 CPUs have it.
2008-11-01 Peter RossAdd audio channel layout API to libavcodec.
2008-10-31 François RevolFix build.
2008-10-31 Diego BiurrunInitialize variable to silence the warning:
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 Diego BiurrunAdd check target to run both tests and checkheaders...
2008-10-30 Diego BiurrunRemove duplicated patch submission checklist entry...
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 Diego BiurrunRevert adding controversial 'make checkheaders' item...
2008-10-29 Michael NiedermayerReset state after some frame header is found.
2008-10-29 Diego BiurrunAdd 'make checkheaders' to developer guidelines and...
2008-10-29 Kenan GilletOKed parts of QCELP data tables
2008-10-29 Michael NiedermayerCheck sub_packet_size against 0 to avoid div by zero...
2008-10-28 Andrew WasonFix endless loop when opening corrupt FLV files (issue...
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 Vitor SessakSilence GCC warnings:
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 Aurelien Jacobsset correct number of fractions for multitable
2008-10-27 Michael Niedermayerrgb2rgb.h was not really intended to be a public header...
2008-10-27 Michael NiedermayerRemove rgb2rgb.h dependancy.
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-27 Baptiste Coudurierfix umid base value, use revision 5 and generic materia...
2008-10-27 Baptiste Couduriersvq3 decoder may need zlib
2008-10-26 Baptiste Coudurierfix sound essence compression UL
2008-10-26 Baptiste Coudurierfix start position UL
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 Vitor SessakSilence GCC warning
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 Carl Eugen... Remove unused code that can't be compiled without svn...
2008-10-25 Måns RullgårdARM: faster ARMv6 FASTDIV()
2008-10-25 Aurelien Jacobsremove useless ifdeffery, tscc won't do anything useful...
2008-10-25 Aurelien Jacobsenable zlib and bzlib only when useful
2008-10-25 Aurelien Jacobssvq3: remove unused include
2008-10-25 Michael NiedermayerDo not attempt to use the unscaled yuv2rgb converter...
2008-10-25 Måns RullgårdUse OBJS variable for all object files
2008-10-25 Måns RullgårdRemove unused SRCS make variable
2008-10-25 Måns RullgårdAdd CONFIG_GOLOMB and auto-select when needed
next