log

age author description
2007-09-15 kostya In case when any quantizer may occur, HALFPQ should be zero libavcodec
2007-09-15 jbr skip incomplete frames libavcodec
2007-09-15 jbr better AC3 header error reporting libavcodec
2007-09-15 jbr fix random dithering of zero-bit mantissas libavcodec
2007-09-15 jbr cosmetics: rename variables. tbl->tab for consistency with other AC3 tables libavcodec
2007-09-15 jbr fix decoding of DolbyNet AC3 libavcodec
2007-09-14 kostya Check unp_size for possible overflows too libavcodec
2007-09-13 diego Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. libavcodec
2007-09-13 kostya Add checks on input/output buffers size for some audio decoders libavcodec
2007-09-13 kostya Monkey Audio decoder libavcodec
2007-09-11 michael fix timestamps used for ratecontrol libavcodec
2007-09-10 michael cosmetic libavcodec
2007-09-09 michael make changing spatial_decomposition_count per frame work libavcodec
2007-09-09 reimar dsputil must be initialized before calling rtjpeg init. libavcodec
2007-09-09 michael do not ignore return of decode_header() libavcodec
2007-09-09 michael do not force the halfpel filter coeffs to be retransmitted on every frame libavcodec
2007-09-09 michael allow changing of the spatial_decomposition_count and quantization tables libavcodec
2007-09-09 michael perform init after reading the values needed for init libavcodec
2007-09-09 michael unneeded and impossible during init ... libavcodec
2007-09-09 michael unused libavcodec
2007-09-09 michael allocate slice buffer after parsing the header containing needed parameters libavcodec
2007-09-09 michael remove () libavcodec
2007-09-09 michael spatial_decomposition_count != 5 bugfix libavcodec
2007-09-09 michael scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently) libavcodec
2007-09-09 reimar Properly handle nuv file with changing resolution libavcodec
2007-09-09 reimar Make sure rtjpeg quality is a valid value libavcodec
2007-09-09 reimar Fix extreme stupidity: buffer size check must of course be before buffer use! libavcodec
2007-09-09 reimar 10l, add check forgotten in last commit libavcodec
2007-09-09 reimar First ugly and slow attempt to fix nuv files with extra frameheader libavcodec
2007-09-09 reimar Simplify nuv: factor out LZO decompression libavcodec
2007-09-08 michael rename HTAPS -> HTAPS_MAX (later is correct after the previous change) libavcodec
2007-09-08 michael store halfpel filter coefficients in the header as well as the libavcodec
2007-09-08 michael remove outcommented code libavcodec
2007-09-08 michael indention libavcodec
2007-09-08 michael cleanup mc_block() libavcodec
2007-09-07 benoit Indentation libavcodec
2007-09-07 benoit Let H.264 decoder skip deblocking across slices libavcodec
2007-09-06 kostya Set data_size to zero when DCA header parse failed libavcodec
2007-09-06 benoit Add a bitstream filter for H.264. libavcodec
2007-09-05 benoit Avoid a crash when H264 MMC operation causes the short term reference libavcodec
2007-09-05 gpoirier Add slice-based parallel H.264 decoding libavcodec
2007-09-05 diego Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm. libavcodec
2007-09-05 diego Sort one more list alphabetically. libavcodec
2007-09-05 gpoirier Fix links to ARM documentation libavcodec
2007-09-05 kostya Move H.264 intra prediction functions into their own context libavcodec
2007-09-05 michael add a 8 taps filter for testing libavcodec
2007-09-05 michael fix decoding of dracula.4xm before diego complains libavcodec
2007-09-05 michael fix segfault with dracula.4xm libavcodec
2007-09-05 michael Replace constants by HTAPS (half pel interpolation filter taps) where appropriate. libavcodec
2007-09-05 michael code to do halfpel interpolation per frame (unfinished and under ifdef but it libavcodec
2007-09-04 melanson Fix issue 123 (Support Magic-carpet fli version, libavcodec
2007-09-04 diego Silence warnings about NAL_SVC_NON_IDR in H.264. libavcodec
2007-09-04 benoit add a close function to bitstream filter libavcodec
2007-09-03 benoit Remove error raising when explicitely skipping frame libavcodec
2007-09-01 vitor Remove reimplementation of get_unary. libavcodec
2007-09-01 lu_zero Cosmetics libavcodec
2007-09-01 aurel add a warning message for unsupported kind of encoding libavcodec
2007-08-31 vitor Cosmetical: Empty line removal libavcodec
2007-08-31 vitor Comment about unsupported sample size libavcodec
2007-08-31 mhoffman renaming ARCH_BFIN to HAVE_BFIN libavcodec
2007-08-30 diego cosmetics: Add some whitespace for better readability. libavcodec
2007-08-30 diego cosmetics: Sort bitstream filters. libavcodec
2007-08-30 diego cosmetics: Sort some lines, whitespace changes. libavcodec
2007-08-30 diego Use a consistent multiple inclusion guard. libavcodec