]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2007-05-17 reimarUse DECLARE_ALIGNED for alignment in libpostprocess
2007-05-17 diegoMake documentation build nonrecursive: Merge it into...
2007-05-17 bananRemove lots of unused commented code. (Cleanup)
2007-05-17 bananChange default 1 pass blocksize to 64x64.
2007-05-16 aurelbetter separation of vp3dsp functions from dsputil_mmx.c
2007-05-16 diegoprintf --> av_log, patch by Denis Fortin, fortin nerim net
2007-05-16 diegoRemove extern C declarations for C++.
2007-05-16 diegoDTS decoding was broken for every speaker configuration...
2007-05-16 diegoDo not specify directories in #include path, -I flags...
2007-05-16 diegoAdd libavcodec to compiler include flags in order to...
2007-05-16 diegoDrop unnecessary libavcodec/ prefix in #include path.
2007-05-16 coreyDon't forget about audio remaining in buffer, in case...
2007-05-15 reimarUse DECLARE_ALIGNED to ease porting
2007-05-15 diegoBuilding both shared and static libraries is now possib...
2007-05-15 alexinitial mingw networking support
2007-05-15 alexlink to ws2_32.dll only if networking is enabled
2007-05-15 mhoffmanAdding Myself to the Maintainers list for the Blackfin...
2007-05-14 michaeldont write over the end of ref_cache
2007-05-14 takisMake vp3dsp*.c compilation optional.
2007-05-14 reimarChange some leftover __attribute__((unused)) and __attr...
2007-05-14 aurelremove some unused mjpeg encoding variables
2007-05-13 aureljpegls encoder don't call this fonction, so remove...
2007-05-13 aurelsplit jpeg_ls into jpeglsdec, jpeglsenc and jpegls
2007-05-13 diegoUse TARGET_ARMV6 variable instead of HAVE_ARMV6 for...
2007-05-13 gpoirierBlackfin DSP utilities: add DEFUN_END
2007-05-13 michaelcorrect last element inited check
2007-05-13 gpoirierFaster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng...
2007-05-13 reimarDo not use return with argument for a function "returni...
2007-05-13 alexuse DECLARE_ALIGNED from mem.h (which is included throu...
2007-05-13 aurelcosmetics: indent
2007-05-13 aurelreplace some #ifdef CONFIG_* by if(ENABLE_*)
2007-05-12 aurelcosmetics: indentation
2007-05-12 aurelmake compilation of mjpeg.c optional
2007-05-12 aurelallow to enable or disable every bitstream filters...
2007-05-12 aureljpegls never call this code, so those tests are useless
2007-05-12 bcouduriersimplify, no need for a function
2007-05-12 bcoudurierfix ctts index computation when seeking, check must...
2007-05-12 bananAdded support for instances where linesize[0] is negative.
2007-05-12 diegoRemove redundant extern declaration of j_rev_dct that...
2007-05-12 diegocosmetics: Group all test targets together.
2007-05-12 lorenmsse2 & ssse3 versions of dct_quantize.
2007-05-12 lorenmconfigure check for whether we can compile ssse3
2007-05-12 lorenmfactor sum_abs_dctelem out of dct_sad, and simd it.
2007-05-12 lorenmsse2 & ssse3 versions of hadamard. unroll and inline...
2007-05-12 lorenmfix a crash with svq1 + sse2.
2007-05-11 alexcosmetics: fix indentation
2007-05-11 diegoMerge RoQ entries
2007-05-11 aurelrename pnm.c to pnmenc.c and pnm_common.c to pnm.c
2007-05-11 diegoRemove duplicate #includes, avcodec.h #includes common.h.
2007-05-11 diegoRemove unused variable.
2007-05-11 lorenm10l, r8991 broke mmx1 sad
2007-05-11 lorenmsse2 version of fullpel sad. 16% faster than mmx2 on...
2007-05-11 lorenm40% faster mmx2 sad
2007-05-10 bcoudurierdmb1 fourcc, mjpeg_opendml.mov
2007-05-10 aurelmake compilation of pnm.c optional
2007-05-10 aurelmove pnm parser in its own file
2007-05-10 aurelmove mjpeg parser in its own file
2007-05-10 aurelcosmetics: reindent
2007-05-10 aurelsplit h264.c to move parser in its own file
2007-05-10 lorenm6% faster mmx2 sad
2007-05-10 ramiroRevert r8979 (Ugly fix for r8963)
2007-05-10 ramiroProper fix for r8963
2007-05-10 aurelrename vorbis.c to vorbis_dec.c and vorbis_common.c...
2007-05-10 aurelloosen vorbis_enc.c dependencies by spliting vorbis.c
2007-05-10 ramiroFix r8963
2007-05-10 takisFix Vorbis encoder Xiph dependency by making sure the...
2007-05-10 benoitUse url_fopen error code when opening input file
2007-05-10 benoitadd AVERROR_NOENT
2007-05-10 aureldisable reference to msmpeg4 and wmv2 code when those...
2007-05-10 takisTypos
2007-05-10 lucabeReindent code after last commit
2007-05-10 aurelthose tables don't need to be extern
2007-05-10 lucabeAllow avoid setting the video standard and input when...
2007-05-10 aureluse header instead of copying table declarations
2007-05-10 aurelsplit msmpeg4 data to easily share some of it with...
2007-05-10 aureladd missing rules for wmv2 compilation
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-05-10 lorenmsse2 version of fdct_col.
2007-05-09 ramiroSimplify ptr[0]; ptr++; to *ptr++
2007-05-09 ramiroUse bytestream
2007-05-09 ramiroUse AV_XX16 macros
2007-05-09 aurelmove ff_mpeg4_find_frame_end() from h263dec.c to mpeg4v...
2007-05-09 diegoRoQ muxer
2007-05-09 ramiroFactorize usum
2007-05-09 diegoRoQ muxer, patch by Vitor, vitor1001 gmail com
2007-05-09 ramiroUse 1 array with double the size instead of 2 arrays...
2007-05-09 ramiroAdd bias instead of -32 or 0, as is done in g.722.1
2007-05-09 ramiroIndentation for previous patch
2007-05-09 ramiroAdd another tmpbias variable, as bias' value will be...
2007-05-09 ramiroFix logic for return value of init_vlc
2007-05-09 ramiroInstall MinGW shared libraries (dlls) to bindir
2007-05-09 diegoReplace general CONFIG_ENCODERS by more fine-grained...
2007-05-09 kostyaAdd ff_ prefix to (externally) visible variables
2007-05-09 kostyaUse correct dequantizer value
2007-05-09 diegoAllow conditional compilation of H.263-related decoders.
2007-05-09 diegoRemove trailing / from -I flags, MinGW appears to disli...
2007-05-09 benoitmake help message go to standard output instead of...
2007-05-09 lorenmcosmetics: remove code duplication in hadamard8_diff_mmx
2007-05-09 aurelmove cavs parser in it's own file
2007-05-08 aurelmove defines and enums out of cavsdata.h
next