]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Change default 1 pass blocksize to 64x64.
[frescor/ffmpeg.git] / libavcodec /
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 diegoAdd libavcodec to compiler include flags in order to...
2007-05-15 reimarUse DECLARE_ALIGNED to ease porting
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 gpoirierFaster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng...
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 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 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 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 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 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 benoitadd AVERROR_NOENT
2007-05-10 aureldisable reference to msmpeg4 and wmv2 code when those...
2007-05-10 aurelthose tables don't need to be extern
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 ramiroFactorize usum
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 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 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
2007-05-08 aurelremove no more useful includes
2007-05-08 aurelcosmetics: rename for consistency after previous aac...
2007-05-08 aurelmove aac and ac3 parsers in their own files
2007-05-08 aurelavoid multiple inclusion of ac3.h
2007-05-08 lorenmcosmetics: remove duplicate transpose macro
2007-05-08 diegoMove H.263 parser to its own file.
2007-05-07 ivoadd doxygen comments
2007-05-07 aurelcosmetics: fix inconsistent indentation
2007-05-07 aurelfix display of theora videos with visible size smaller...
2007-05-07 ivoRenderware TXD decoder
2007-05-07 ivogeneric S3TC DXT1 and DXT3 decoding functions
2007-05-07 benoitRoQ audio encoder
2007-05-07 aurelmake some parser parameters const to avoid casting...
2007-05-06 michaelfix possibly exploitable stack overflow with num_sprite...
2007-05-06 kostyaAdd prefix to some variables for consistency
2007-05-06 kostyaMove VC-1 data to .c file
2007-05-06 kostyaMake vc1_parser.c compilable without special defines
2007-05-06 kostyaMove variables to vc1data.h
2007-05-06 lorenmsimplify
2007-05-06 diegoMove dvdsub parser to its own file.
2007-05-06 diegoRename dvbsubdec_parser.c to dvbsub_parser.c.
2007-05-06 lorenmsimplify
2007-05-06 lorenmfaster and simpler vp6 bilinear mc
2007-05-06 diegoMove dvbsubdec parser to its own file.
2007-05-05 diegoRemove superfluous #includes, parser.h now includes...
2007-05-05 aurelff_frame_rate_tab is now declared in mpegvideo.h
2007-05-05 aurelavoid a clash between two definitions of SEQ_START_CODE
2007-05-05 aureladd a ff_ prefix to the now exported mpeg1_find_frame_e...
next