]> git.sesse.net Git - ffmpeg/history - libavcodec
Proper check for --help and -h parameters
[ffmpeg] / libavcodec /
2007-09-21 Baptiste CoudurierHDYC fourcc, sample hdyc/Test2.avi
2007-09-21 Andreas ÖmanSimplify H.264 decode_cabac_mb_cbp_luma(), giving a...
2007-09-20 Aurelien Jacobsallcodecs.h and allformats.h are not used anymore
2007-09-20 Aurelien Jacobsremove last dependencies on allformats.h and allcodecs.h
2007-09-18 Ivan KalvachevRemove inline from function that is exported.
2007-09-17 Marc Hoffmanblackfin vsad primitives
2007-09-17 Marc Hoffmanproperly tell the compiler that A0 and A1 are clobbered
2007-09-17 Diego BiurrunRemove redundant ARCH_SPARC #ifdef, the file is compile...
2007-09-16 Aurelien Jacobsremove obsolete and wrong extern declaration
2007-09-16 Diego Biurruncosmetics: typo
2007-09-16 Andreas Ömanfix image corruption when with multi-threaded decoding.
2007-09-15 Kostya ShishkovEnable error resilience in WMV3/VC-1 decoder
2007-09-15 Kostya ShishkovHALFPQ should be used only for when PQUANT is selected
2007-09-15 Kostya ShishkovIn case when any quantizer may occur, HALFPQ should...
2007-09-15 Justin Rugglesskip incomplete frames
2007-09-15 Justin Rugglesbetter AC3 header error reporting
2007-09-15 Justin Rugglesfix random dithering of zero-bit mantissas
2007-09-15 Justin Rugglescosmetics: rename variables. tbl->tab for consistency...
2007-09-15 Justin Rugglesfix decoding of DolbyNet AC3
2007-09-14 Kostya ShishkovCheck unp_size for possible overflows too
2007-09-13 Diego BiurrunPass correct CPU flags to compilation of sparc/simple_i...
2007-09-13 Kostya ShishkovAdd checks on input/output buffers size for some audio...
2007-09-13 Kostya ShishkovMonkey Audio decoder
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
next