]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2007-05-19 Aurelien Jacobsmove noise bitstream filter in its own file
2007-05-19 Aurelien Jacobsmove mp3_header_compress bitstream filter in its own...
2007-05-19 Aurelien Jacobsmove mp3_header_decompress bitstream filter in its...
2007-05-19 Aurelien Jacobsadd proper prefix to extern mpeg audio data tables
2007-05-19 Aurelien Jacobsmove some common mpeg audio tables from mpegaudiodectab...
2007-05-18 Aurelien Jacobsmove the mjpeg_encoder struct from mpegvideo.c to mjpeg...
2007-05-18 Aurelien Jacobsadd a proper prefix to all mjpeg encoder exported functions
2007-05-18 Aurelien Jacobssplit ljpeg encoder out of mjpeg.c
2007-05-18 Benjamin LarssonBetter error reporting.
2007-05-18 Loren Merrittcosmetics: macrofy duplicate code in huffyuv
2007-05-18 Loren Merrittr3938 broke 2pass huffyuv (not that anyone uses it)
2007-05-18 Zuxy Meng3DNow! and SSSE3 optimization to QNS DSP functions...
2007-05-17 Reimar DöffingerMove attribute_unused to variable declarations in macro...
2007-05-17 Aurelien Jacobsremove libdts decoder, we have a native dts decoder
2007-05-17 Aurelien Jacobsprevent misdetection by using a stricter regexp
2007-05-17 Aurelien Jacobsadd proper prefix to new mjpeg extern func/var
2007-05-17 Aurelien Jacobssplit mjpeg.c into an encoder and a decoder file
2007-05-17 Guillaume Poirieruse macro Use DECLARE_ALIGNED_16 to align stack-allocat...
2007-05-17 Benjamin LarssonOnly compile fft and mdct when needed.
2007-05-17 Benjamin LarssonUse FFABS instead of abs.
2007-05-17 Alex BeregszasziUse usleep instead of sleep, some MinGW versions lack...
2007-05-17 Reimar DöffingerUse DECLARE_ALIGNED for alignment in libpostprocess
2007-05-17 Diego BiurrunMake documentation build nonrecursive: Merge it into...
2007-05-17 Benjamin LarssonRemove lots of unused commented code. (Cleanup)
2007-05-17 Benjamin LarssonChange default 1 pass blocksize to 64x64.
2007-05-16 Aurelien Jacobsbetter separation of vp3dsp functions from dsputil_mmx.c
2007-05-16 Denis Fortinprintf --> av_log, patch by Denis Fortin, fortin nerim net
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-05-16 Sergey VlasovDTS decoding was broken for every speaker configuration...
2007-05-16 Ronald S. BultjeDo not specify directories in #include path, -I flags...
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-05-16 Diego BiurrunDrop unnecessary libavcodec/ prefix in #include path.
2007-05-16 Corey HickeyDon't forget about audio remaining in buffer, in case...
2007-05-15 Reimar DöffingerUse DECLARE_ALIGNED to ease porting
2007-05-15 Zuxy MengBuilding both shared and static libraries is now possib...
2007-05-15 Alex Beregszasziinitial mingw networking support
2007-05-15 Alex Beregszaszilink to ws2_32.dll only if networking is enabled
2007-05-15 Marc HoffmanAdding Myself to the Maintainers list for the Blackfin...
2007-05-14 Michael Niedermayerdont write over the end of ref_cache
2007-05-14 Panagiotis... Make vp3dsp*.c compilation optional.
2007-05-14 Reimar DöffingerChange some leftover __attribute__((unused)) and __attr...
2007-05-14 Aurelien Jacobsremove some unused mjpeg encoding variables
2007-05-13 Aurelien Jacobsjpegls encoder does not call this function, so remove...
2007-05-13 Aurelien Jacobssplit jpeg_ls into jpeglsdec, jpeglsenc and jpegls
2007-05-13 Diego BiurrunUse TARGET_ARMV6 variable instead of HAVE_ARMV6 for...
2007-05-13 Marc HoffmanBlackfin DSP utilities: add DEFUN_END
2007-05-13 Marc HoffmanBlackfin optimized YUV420 to RGB CSC Color Space Conver...
2007-05-13 Michael Niedermayercorrect last element inited check
2007-05-13 Zuxy MengFaster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng...
2007-05-13 Reimar DöffingerDo not use return with argument for a function "returni...
2007-05-13 Alex Beregszasziuse DECLARE_ALIGNED from mem.h (which is included throu...
2007-05-13 Aurelien Jacobscosmetics: indent
2007-05-13 Aurelien Jacobsreplace some #ifdef CONFIG_* by if(ENABLE_*)
2007-05-12 Aurelien Jacobscosmetics: indentation
2007-05-12 Aurelien Jacobsmake compilation of mjpeg.c optional
2007-05-12 Jason Millardallow to enable or disable every bitstream filters...
2007-05-12 Aurelien Jacobsjpegls never call this code, so those tests are useless
2007-05-12 Baptiste Couduriersimplify, no need for a function
2007-05-12 Baptiste Coudurierfix ctts index computation when seeking, check must...
2007-05-12 Benjamin LarssonAdded support for instances where linesize[0] is negative.
2007-05-12 Diego BiurrunRemove redundant extern declaration of j_rev_dct that...
2007-05-12 Diego Biurruncosmetics: Group all test targets together.
2007-05-12 Loren Merrittsse2 & ssse3 versions of dct_quantize.
2007-05-12 Loren Merrittconfigure check for whether we can compile ssse3
2007-05-12 Loren Merrittfactor sum_abs_dctelem out of dct_sad, and simd it.
2007-05-12 Loren Merrittsse2 & ssse3 versions of hadamard. unroll and inline...
2007-05-12 Loren Merrittfix a crash with svq1 + sse2.
2007-05-11 Alex Beregszaszicosmetics: fix indentation
2007-05-11 Ivo van Poortencosmetics; one test per line for all isXXX(x) macros
2007-05-11 Diego BiurrunMerge RoQ entries
2007-05-11 Aurelien Jacobsrename pnm.c to pnmenc.c and pnm_common.c to pnm.c
2007-05-11 Diego BiurrunRemove duplicate #includes, avcodec.h #includes common.h.
2007-05-11 Diego BiurrunRemove unused variable.
2007-05-11 Loren Merritt10l, r8991 broke mmx1 sad
2007-05-11 Loren Merrittsse2 version of fullpel sad.
2007-05-11 Loren Merritttweak mmx2 sad.
2007-05-10 Baptiste Coudurierdmb1 fourcc, mjpeg_opendml.mov
2007-05-10 Aurelien Jacobsmake compilation of pnm.c optional
2007-05-10 Aurelien Jacobsmove pnm parser in its own file
2007-05-10 Aurelien Jacobsmove mjpeg parser in its own file
2007-05-10 Aurelien Jacobscosmetics: reindent
2007-05-10 Aurelien Jacobssplit h264.c to move parser in its own file
2007-05-10 Loren Merritttweak mmx2 sad.
2007-05-10 Ramiro PollaRevert r8979 (Ugly fix for r8963)
2007-05-10 Jindřich MakovičkaProper fix for r8963
2007-05-10 Aurelien Jacobsrename vorbis.c to vorbis_dec.c and vorbis_common.c...
2007-05-10 Aurelien Jacobsloosen vorbis_enc.c dependencies by spliting vorbis.c
2007-05-10 Ramiro PollaFix r8963
2007-05-10 Panagiotis... Fix Vorbis encoder Xiph dependency by making sure the...
2007-05-10 Benoit FouetUse url_fopen error code when opening input file
2007-05-10 Benoit Fouetadd AVERROR_NOENT
2007-05-10 Aurelien Jacobsdisable reference to msmpeg4 and wmv2 code when those...
2007-05-10 Panagiotis... Typos
2007-05-10 Luca AbeniReindent code after last commit
2007-05-10 Aurelien Jacobsthose tables don't need to be extern
2007-05-10 Limin WangAllow avoid setting the video standard and input when...
2007-05-10 Aurelien Jacobsuse header instead of copying table declarations
2007-05-10 Aurelien Jacobssplit msmpeg4 data to easily share some of it with...
2007-05-10 Aurelien Jacobsadd missing rules for wmv2 compilation
next