]> git.sesse.net Git - ffmpeg/history - libavcodec
link fixes
[ffmpeg] / libavcodec /
2007-09-11 Michael Niedermayerfix timestamps used for ratecontrol
2007-09-10 Michael Niedermayercosmetic
2007-09-09 Michael Niedermayermake changing spatial_decomposition_count per frame...
2007-09-09 Reimar Döffingerdsputil must be initialized before calling rtjpeg init.
2007-09-09 Michael Niedermayerdo not ignore return of decode_header()
2007-09-09 Michael Niedermayerdo not force the halfpel filter coeffs to be retransmit...
2007-09-09 Michael Niedermayerallow changing of the spatial_decomposition_count and...
2007-09-09 Michael Niedermayerperform init after reading the values needed for init
2007-09-09 Michael Niedermayerunneeded and impossible during init ...
2007-09-09 Michael Niedermayerunused
2007-09-09 Michael Niedermayerallocate slice buffer after parsing the header containi...
2007-09-09 Michael Niedermayerremove ()
2007-09-09 Michael Niedermayerspatial_decomposition_count != 5 bugfix
2007-09-09 Michael Niedermayerscaling obmc tables under #if 0 also by 4 (yes they...
2007-09-09 Reimar DöffingerProperly handle nuv file with changing resolution
2007-09-09 Reimar DöffingerMake sure rtjpeg quality is a valid value
2007-09-09 Reimar DöffingerFix extreme stupidity: buffer size check must of course...
2007-09-09 Reimar Döffinger10l, add check forgotten in last commit
2007-09-09 Reimar DöffingerFirst ugly and slow attempt to fix nuv files with extra...
2007-09-09 Reimar DöffingerSimplify nuv: factor out LZO decompression
2007-09-08 Michael Niedermayerrename HTAPS -> HTAPS_MAX (later is correct after the...
2007-09-08 Michael Niedermayerstore halfpel filter coefficients in the header as...
2007-09-08 Michael Niedermayerremove outcommented code
2007-09-08 Michael Niedermayerindention
2007-09-08 Michael Niedermayercleanup mc_block()
2007-09-07 Andreas ÖmanIndentation
2007-09-07 Andreas ÖmanLet H.264 decoder skip deblocking across slices
2007-09-06 Limin WangSet data_size to zero when DCA header parse failed
2007-09-06 Benoit FouetAdd a bitstream filter for H.264.
2007-09-05 Jeff DownsAvoid a crash when H264 MMC operation causes the short...
2007-09-05 Andreas ÖmanAdd slice-based parallel H.264 decoding
2007-09-05 Tao HuangFix put_*_xy2_arm bug and enable put_pixels16_arm and...
2007-09-05 Diego BiurrunSort one more list alphabetically.
2007-09-05 Guillaume PoirierFix links to ARM documentation
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-09-05 Michael Niedermayeradd a 8 taps filter for testing
2007-09-05 Michael Niedermayerfix decoding of dracula.4xm before diego complains
2007-09-05 Michael Niedermayerfix segfault with dracula.4xm
2007-09-05 Michael NiedermayerReplace constants by HTAPS (half pel interpolation...
2007-09-05 Michael Niedermayercode to do halfpel interpolation per frame (unfinished...
2007-09-04 Mike MelansonFix issue 123 (Support Magic-carpet fli version,
2007-09-04 Carl Eugen HoyosSilence warnings about NAL_SVC_NON_IDR in H.264.
2007-09-04 Benoit Fouetadd a close function to bitstream filter
2007-09-03 Carl Eugen HoyosRemove error raising when explicitely skipping frame
2007-09-01 Vitor SessakRemove reimplementation of get_unary.
2007-09-01 Luca BarbatoCosmetics
2007-09-01 Aurelien Jacobsadd a warning message for unsupported kind of encoding
2007-08-31 Vitor SessakCosmetical: Empty line removal
2007-08-31 Vitor SessakComment about unsupported sample size
2007-08-31 Marc Hoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-08-30 Diego Biurruncosmetics: Add some whitespace for better readability.
2007-08-30 Diego Biurruncosmetics: Sort bitstream filters.
2007-08-30 Diego Biurruncosmetics: Sort some lines, whitespace changes.
2007-08-30 Diego BiurrunUse a consistent multiple inclusion guard.
2007-08-30 Denes Balatoniadd simple_idct implemented in Sparc VIS
2007-08-30 Vitor SessakRename function
2007-08-30 Vitor SessakReplace two #define's by inline functions
2007-08-30 Marc HoffmanHooking bfin/mathops.h
2007-08-30 Marc HoffmanBlackfin 32bit multiplication primitives MULH MUL16
2007-08-30 Reimar DöffingerReplace complicated and currently broken manual alignme...
2007-08-28 Luca Barbatosnow altivec is broken
2007-08-27 Roberto TogniChange 4xm demuxer and video decoder to pass the video...
2007-08-27 Michael Niedermayertypo
2007-08-27 Diego BiurrunSimplify preprocessor directives.
2007-08-27 Diego BiurrunChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-26 Aurelien Jacobsadd get_unary_0_33() to help gcc with inlining
2007-08-26 Aurelien Jacobscleanup get_unary()
2007-08-26 Aurelien Jacobsmove get_unary() to its own file
2007-08-26 Diego BiurrunDo not wrongly mark Apple gcc workarounds as being...
2007-08-26 Guillaume Poirierremove alignment correction of the destination pointers...
2007-08-26 Ramiro PollaCONFIG_7REGS has been renamed to HAVE_7REGS
2007-08-26 Michael Niedermayerworkaround gcc bug, untested as my gcc is not complaining
2007-08-26 Michael Niedermayeroptimize the first vertical lifting step, this also...
2007-08-26 Michael Niedermayeroptimize 1st horizontal lifting step
2007-08-26 Michael Niedermayertypo
2007-08-26 Michael Niedermayerget rid of totally senseless "m" + read in register...
2007-08-26 Michael Niedermayersimplify senselessly complex addressing
2007-08-26 Michael Niedermayercosmetics
2007-08-26 Michael Niedermayeravoid overflow in the 3rd lifting step, this now needs...
2007-08-25 Michael Niedermayeravoid an overflow in the 1 horizontal lifting step
2007-08-25 Michael Niedermayerprevent one overflow in the first vertical lifting...
2007-08-25 Michael Niedermayerupdate mmx code to latest snow changes
2007-08-25 Diego Biurrunprettyprinting cosmetics
2007-08-25 Michael Niedermayercleanup (remove some old experimentation related code)
2007-08-25 Michael Niedermayerwe only have 2 wavelets, the 3rd was just for experimen...
2007-08-25 Michael Niedermayeruse 16bit IDWT (a SIMD implementation of it should...
2007-08-24 Diego Biurrunwhitespace/indentation cosmetics
2007-08-24 Diego BiurrunRemove HAVE_ALTIVEC preprocessor directives that are...
2007-08-24 Diego BiurrunFix trivial mixed declarations and code warning caused...
2007-08-24 Diego BiurrunRemove SYS_DARWIN preprocessor directive that is just...
2007-08-24 Diego BiurrunReplace SYS_DARWIN by the more correct __APPLE_CC__...
2007-08-24 Diego BiurrunMerge __MWERKS__ preprocessor directives.
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-24 Diego BiurrunReplace SYS_DARWIN by the more correct __APPLE_CC__...
2007-08-24 Michael Niedermayerint->uint8_t
2007-08-24 Michael Niedermayerint->int8_t (no need for them to be int ...)
2007-08-23 Reimar DöffingerAdd request_channels member to AVCodecContext so we...
2007-08-23 Michael Niedermayeruse more bits on the encoder side
2007-08-23 Luca AbeniInitialize the "stc" variable before using it in ff_fin...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
next