log

age author description
2007-11-01 aurel remove useless debug func libavcodec
2007-11-01 aurel cleanup and simplify adx_decode_header() libavcodec
2007-11-01 aurel remove useless initialization to 0 of adx context libavcodec
2007-11-01 aurel simplify dpcm decoders declaration using a macro libavcodec
2007-11-01 aurel remove useless #undef libavcodec
2007-11-01 aurel remove unreachable code libavcodec
2007-11-01 aurel cosmetics: alignment libavcodec
2007-11-01 aurel don't register adpcm encoders which are not implemented libavcodec
2007-11-01 aurel cosmetics: sort libavcodec
2007-10-31 michael prefer our native vorbis decoder over libvorbis libavcodec
2007-10-31 michael fix issue130 libavcodec
2007-10-30 aurel EA IMA EACS decoder libavcodec
2007-10-30 aurel EA IMA SEAD decoder libavcodec
2007-10-27 lorenm remove a branch from an inner loop. libavcodec
2007-10-24 aurel EA ADPCM R1, R2 and R3 decoder libavcodec
2007-10-22 diego Clarify comment block and rewrite in better English. libavcodec
2007-10-22 kostya Use simple IDCT for now libavcodec
2007-10-22 kostya Remove incorrect and unneeded code libavcodec
2007-10-22 kostya Beam Software SIFF demuxer and video decoder libavcodec
2007-10-21 aurel remove some useless initializations (the whole context is initialized to 0) libavcodec
2007-10-21 aurel remove unused context var libavcodec
2007-10-21 kostya New RM format deserves small version bump libavcodec
2007-10-21 kostya indentation after last commit libavcodec
2007-10-21 kostya Make RV10/20 decoder work with new frame format libavcodec
2007-10-18 aurel ensure all compiled in codec/muxer are registered libavcodec
2007-10-18 aurel small simplification libavcodec
2007-10-18 kostya WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform libavcodec
2007-10-18 banan Unaligned memory access rcrash fix libavcodec
2007-10-18 mbardiaux Print pixel and display aspect ratios libavcodec
2007-10-18 michael replace (disabled by default) assert(0) by abort() if the picture buffer libavcodec
2007-10-18 diego Rename LIB to LIBNAME for consistency. libavcodec
2007-10-17 diego Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample(). libavcodec
2007-10-17 diego Explain why there are no multiple inclusion guards in these header files. libavcodec
2007-10-17 diego Clarify comment that explains why this header lacks multiple inclusion guards. libavcodec
2007-10-17 aurel Remove wrong multiple inclusion guards. libavcodec
2007-10-17 diego Add FFMPEG_ prefix to all multiple inclusion guards. libavcodec
2007-10-17 diego Add a comment that explains why this header lacks multiple inclusion guards. libavcodec
2007-10-17 diego Add missing multiple inclusion guards. libavcodec
2007-10-17 diego Fix #endif comment typo. libavcodec
2007-10-17 diego Use filename as multiple inclusion guard. libavcodec
2007-10-15 cehoyos Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by libavcodec
2007-10-15 aurel Cygwin don't like this function declaration. libavcodec
2007-10-15 banan Nellymoser ASAO decoder libavcodec
2007-10-15 cehoyos Fix mix-up of values in r10690 (deblocking for PAFF). libavcodec
2007-10-14 aurel add support for VP6 with huffman encoded blocks libavcodec
2007-10-14 aurel moves fraps huffman decoder to its own file, making it more generic libavcodec
2007-10-14 aurel VP6A needs its Makefile rules too libavcodec
2007-10-13 voroshil Fix MJPEG decoder for AMV files. libavcodec
2007-10-13 michael prevent infinite loop and memcpy of negative amounts libavcodec
2007-10-13 michael factorize code and add safety check to prevent memcpying negative amounts libavcodec
2007-10-13 andoma Simplify tests for field macroblocks libavcodec
2007-10-13 ramiro Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870 libavcodec
2007-10-12 diego 10l: refill2() is not unused, it is used conditionally. libavcodec
2007-10-12 cehoyos Interlaced pictures (not just MBAFF) + spatial direct mode is not libavcodec
2007-10-12 diego Disable unused code; fixes several gcc warnings: libavcodec
2007-10-11 cehoyos Enable avpicture_deinterlace() for PIX_FMT_GRAY8. libavcodec
2007-10-11 cehoyos Fix intended order of operations for 4 assert() checks. libavcodec
2007-10-11 ramiro Specify in documentation that avcodec_find_(en|de)coder* only searches for libavcodec
2007-10-11 diego warning fixes: libavcodec
2007-10-10 cehoyos Set pict->interlaced_frame if returned frame is MBAFF or PAFF. libavcodec
2007-10-09 andoma fix incorrect check for abs_diff_pic_num overflow libavcodec
2007-10-09 reimar Allow to override zlib compression level in PNG encoder via avctx->compression_level libavcodec
2007-10-09 andoma reindent libavcodec
2007-10-09 bcoudurier better lambda search method libavcodec
2007-10-09 cehoyos Enable PAFF decoding libavcodec
2007-10-09 aurel oops... mpegvideo_enc also depends on motion_est and ratecontrol libavcodec
2007-10-09 aurel dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) libavcodec
2007-10-08 andoma Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodec
2007-10-08 andoma Fix deblocking for PAFF content libavcodec
2007-10-08 bcoudurier dnxhd 36mbit support libavcodec
2007-10-08 bcoudurier typo weigth->weight libavcodec
2007-10-08 bcoudurier preliminary 10 bit depth decoding support, still miss generic api to export picture, working on it libavcodec
2007-10-08 bcoudurier merge libavcodec
2007-10-08 bcoudurier 10l, check 'i' validity before using it libavcodec
2007-10-08 bcoudurier fix 10 bit per comp detection libavcodec
2007-10-08 bcoudurier DNxHD (SMPTE VC-3) encoder libavcodec
2007-10-08 bcoudurier export convert_matrix and add ff_ prefix libavcodec
2007-10-08 bcoudurier export DCT_common_init and add ff_prefix libavcodec
2007-10-07 cehoyos Re-indent after PAFF MMCO implementation patch. libavcodec
2007-10-07 cehoyos Augment MMCO execution to work with both fields and frames. Part of PAFF libavcodec
2007-10-06 andoma Cosmetic renaming variable so that it makes more sense for forthcoming PAFF mmco patches. libavcodec
2007-10-06 andoma Augment mmcodecoding process to work properly with fields. Part of PAFF implementation. libavcodec
2007-10-06 andoma Edge emulation for fields. Part of PAFF implementation libavcodec
2007-10-06 andoma Set Picture.poc for fields and field pairs. Part of PAFF implementation. libavcodec
2007-10-06 andoma Modifies macroblock addressing and current macroblock y-position for field decoding. libavcodec
2007-10-05 andoma Support function and changes to reference picture reordering for PAFF. libavcodec
2007-10-05 andoma Reindent fill_default_ref_list after changes for PAFF libavcodec
2007-10-05 andoma Support functions and changes to default reference list creation for PAFF. libavcodec
2007-10-04 diego license header consistency cosmetics. libavcodec
2007-10-04 mhoffman blackfin optimized vp3 transform and infastructure for idct libavcodec
2007-10-04 voroshil Replace "signed short" typecast with "int16_t" as suggested by libavcodec
2007-10-04 andoma Reorganize long reference management to minimize code duplication in upcoming PAFF implementation. libavcodec
2007-10-04 andoma Fix Picture.key_frame setting to be compatible with frame and field contexts. Part of PAFF implementation. libavcodec
2007-10-04 andoma Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. libavcodec
2007-10-04 andoma Rename variable to make sense in both field and frame contexts (support of PAFF implementation). libavcodec
2007-10-04 andoma Further modularize short reference list management for upcoming PAFF implementation. libavcodec
2007-10-04 andoma Re-indent unreference_pic. libavcodec
2007-10-04 andoma Modify unreference_pic implementation with PAFF in mind. libavcodec
2007-10-04 andoma Partial PAFF implementation at macroblock level. libavcodec
2007-10-03 voroshil Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short" libavcodec
2007-10-03 aurel merge some #ifdef CONFIG_ENCODERS sections libavcodec
2007-10-03 aurel remove alternative declaration of h263_encode_init() libavcodec
2007-10-03 aurel fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec libavcodec
2007-10-03 aurel remove useless #ifdef libavcodec
2007-10-03 diego Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is libavcodec
2007-10-03 diego Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file libavcodec
2007-10-02 andoma remove unused code, spotted by Jeff Downs, heydowns a borg d com libavcodec
2007-10-02 reimar Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodec
2007-10-02 reimar Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodec
2007-10-02 andoma Rename MMCO stuff to prepare for h264/PAFF implementation. libavcodec
2007-10-02 andoma Cosmetic preparations for h264/PAFF implementation. libavcodec
2007-10-02 diego 100l: Revert accidental commit, restore previous version. libavcodec
2007-10-02 diego cosmetics: Fix indentation after last commit. libavcodec
2007-10-02 diego Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). libavcodec
2007-10-02 diego Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. libavcodec
2007-10-02 lu_zero Sanitize altivec code so it can be built with runtime check properly libavcodec
2007-10-02 diego cosmetics: Fix AltiVec spelling. libavcodec
2007-10-02 diego cosmetics: Fix indentation after last commit. libavcodec
2007-10-02 diego Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec libavcodec
2007-10-01 diego Remove const vector macro indirection that is useless and obfuscating libavcodec
2007-10-01 diego Remove Metrowerks compiler workaround. libavcodec
2007-10-01 diego Remove Metrowerks compiler workaround. libavcodec
2007-10-01 lorenm div -> mul libavcodec
2007-09-30 lorenm simplify lpc libavcodec
2007-09-30 lorenm 20% faster lpc, 6% overall flac decoding libavcodec
2007-09-30 lorenm replace FIR with finite differences. libavcodec
2007-09-29 lorenm unroll finite differences to avoid swapping registers. libavcodec
2007-09-29 lorenm encode_residual_fixed(): replace FIR with finite differences. libavcodec
2007-09-29 lorenm sse2 version of compute_autocorr(). libavcodec
2007-09-29 vitor AMV video decoder. libavcodec
2007-09-29 andoma Use emms_c() instead of ifdef libavcodec
2007-09-29 vitor Add variables to prepare to the AMV decoder patch. libavcodec
2007-09-29 lorenm was computing one more autocorrelation coefficient that was actually used libavcodec
2007-09-29 lorenm replace brute force find_optimal_param() with a closed-form solution. libavcodec
2007-09-29 lorenm gcc isn't smart enough to factor out duplicate stores libavcodec
2007-09-28 iive On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. libavcodec
2007-09-28 lorenm 2.5x faster compute_autocorr() libavcodec
2007-09-27 takis cosmetics: typos libavcodec
2007-09-27 takis Remove redundant test. libavcodec
2007-09-27 vitor AMV audio decoder libavcodec
2007-09-27 lorenm oops, revert unrelated change libavcodec
2007-09-27 lorenm unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodec
2007-09-26 andoma h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodec
2007-09-25 lorenm oops, potential overflow on really large blocks libavcodec
2007-09-25 lorenm optimize decode_subframe_lpc() libavcodec
2007-09-25 lorenm optimize encode_residual_lpc() libavcodec
2007-09-25 aurel simplify libavcodec
2007-09-25 aurel rename one variable to be consistent with the rest of the file libavcodec
2007-09-25 aurel consistent spelling: plan => plane libavcodec
2007-09-25 aurel simplify libavcodec
2007-09-25 aurel cosmetic: indent libavcodec
2007-09-25 aurel add a new vp6a codec (add alpha plan support to vp6) libavcodec
2007-09-25 andoma reindent libavcodec
2007-09-25 diego Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodec
2007-09-24 aurel move all model related tables into their own struct libavcodec
2007-09-24 diego cosmetics: Sort CODEC_ID list. libavcodec
2007-09-24 aurel rename vp56_b6to3 to vp56_b2p libavcodec
2007-09-24 aurel some simplifications and uniformisation libavcodec
2007-09-24 kostya Remove check for input buffer size as it does not guarantee that libavcodec
2007-09-24 aurel add support for yuva420p colorspace (yuv420p + alpha) libavcodec
2007-09-24 gpoirier factor out dequant table lookup outside loops, gives a 1-2% speed-up libavcodec
2007-09-24 kostya Do not try to decode more data than output buffer may hold libavcodec
2007-09-23 diego VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec
2007-09-23 michael some experimental iterative quantization code libavcodec
2007-09-23 diego Move VIS CFLAGS settings into configure. libavcodec
2007-09-23 diego VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec
2007-09-23 kostya Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). libavcodec
2007-09-22 reimar Apply skip_loop_filter before checking if we can parallelize with the selected libavcodec
2007-09-22 kostya Guard against output buffer overflows libavcodec
2007-09-22 kostya Do not decode more data than output buffer may hold libavcodec
2007-09-21 bcoudurier HDYC fourcc, sample hdyc/Test2.avi libavcodec
2007-09-21 diego Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. libavcodec
2007-09-20 aurel allcodecs.h and allformats.h are not used anymore libavcodec
2007-09-20 aurel remove last dependencies on allformats.h and allcodecs.h libavcodec
2007-09-18 iive Remove inline from function that is exported. libavcodec
2007-09-17 mhoffman blackfin vsad primitives libavcodec
2007-09-17 mhoffman properly tell the compiler that A0 and A1 are clobbered libavcodec
2007-09-17 diego Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to libavcodec
2007-09-16 aurel remove obsolete and wrong extern declaration libavcodec
2007-09-16 diego cosmetics: typo libavcodec
2007-09-16 gpoirier fix image corruption when with multi-threaded decoding. libavcodec
2007-09-15 kostya Enable error resilience in WMV3/VC-1 decoder libavcodec
2007-09-15 kostya HALFPQ should be used only for when PQUANT is selected libavcodec
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
2007-08-30 gpoirier add simple_idct implemented in Sparc VIS libavcodec
2007-08-30 vitor Rename function libavcodec
2007-08-30 vitor Replace two #define's by inline functions libavcodec
2007-08-30 mhoffman Hooking bfin/mathops.h libavcodec
2007-08-30 mhoffman Blackfin 32bit multiplication primitives MULH MUL16 libavcodec
2007-08-30 reimar Replace complicated and currently broken manual alignment code by libavcodec
2007-08-28 lu_zero snow altivec is broken libavcodec
2007-08-27 rtogni Change 4xm demuxer and video decoder to pass the video format version in libavcodec
2007-08-27 michael typo libavcodec
2007-08-27 diego Simplify preprocessor directives. libavcodec
2007-08-27 diego Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodec
2007-08-26 aurel add get_unary_0_33() to help gcc with inlining libavcodec
2007-08-26 aurel cleanup get_unary() libavcodec
2007-08-26 aurel move get_unary() to its own file libavcodec
2007-08-26 diego Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodec
2007-08-26 gpoirier remove alignment correction of the destination pointers in luma_16x6 libavcodec
2007-08-26 ramiro CONFIG_7REGS has been renamed to HAVE_7REGS libavcodec
2007-08-26 michael workaround gcc bug, untested as my gcc is not complaining libavcodec
2007-08-26 michael optimize the first vertical lifting step, this also prevents another libavcodec
2007-08-26 michael optimize 1st horizontal lifting step libavcodec
2007-08-26 michael typo libavcodec
2007-08-26 michael get rid of totally senseless "m" + read in register we have enough libavcodec
2007-08-26 michael simplify senselessly complex addressing libavcodec
2007-08-26 michael cosmetics libavcodec
2007-08-26 michael avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum libavcodec
2007-08-25 michael avoid an overflow in the 1 horizontal lifting step libavcodec
2007-08-25 michael prevent one overflow in the first vertical lifting step libavcodec
2007-08-25 michael update mmx code to latest snow changes libavcodec
2007-08-25 diego prettyprinting cosmetics libavcodec
2007-08-25 michael cleanup (remove some old experimentation related code) libavcodec
2007-08-25 michael we only have 2 wavelets, the 3rd was just for experimentation ... libavcodec
2007-08-25 michael use 16bit IDWT (a SIMD implementation of it should be >2x faster then with libavcodec
2007-08-24 diego whitespace/indentation cosmetics libavcodec
2007-08-24 diego Remove HAVE_ALTIVEC preprocessor directives that are only compiled libavcodec
2007-08-24 diego Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodec
2007-08-24 diego Remove SYS_DARWIN preprocessor directive that is just a duplicate of a libavcodec
2007-08-24 diego Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec
2007-08-24 diego Merge __MWERKS__ preprocessor directives. libavcodec
2007-08-24 diego Move Apple gcc AltiVec vector declaration syntax to libavutil. libavcodec
2007-08-24 diego Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec
2007-08-24 michael int->uint8_t libavcodec
2007-08-24 michael int->int8_t (no need for them to be int ...) libavcodec
2007-08-23 reimar Add request_channels member to AVCodecContext so we now have a proper libavcodec
2007-08-23 michael use more bits on the encoder side libavcodec
2007-08-23 lucabe Initialize the "stc" variable before using it in ff_find_start_code() libavcodec
2007-08-22 diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodec
2007-08-22 michael simplify libavcodec
2007-08-22 benoit right filename in doxygen comment libavcodec
2007-08-22 diego cosmetics: alphabetical order libavcodec
2007-08-22 diego Simplify preprocessor directives. libavcodec
2007-08-22 mhoffman make clean bfin libavcodec
2007-08-22 diego Identifiers starting with underscores are reserved. libavcodec
2007-08-21 aurel parsers and bsfs declarations are not meant to be part of public API libavcodec
2007-08-21 michael Change rounding of the horizontal DWT to match the vertical one. libavcodec
2007-08-21 aurel asv1.c directly uses Put/GetBitContext, so it should include bitstream.h libavcodec
2007-08-21 michael remove code which become unused by the previous changes libavcodec
2007-08-21 michael Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) libavcodec
2007-08-21 michael Simplify and optimize the 4th vertical lifting step of the MMX code libavcodec
2007-08-20 michael Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd libavcodec
2007-08-20 michael simplify, speedup and reduce needed headroom by 2 bits in the 3rd libavcodec
2007-08-20 michael replace <<1 by add for SSE2 (untested) libavcodec
2007-08-20 michael replace <<1 by add libavcodec
2007-08-20 michael slightly change horizontal lift3 so it needs 1 bit less headroom libavcodec
2007-08-20 michael remove idiotc double subtraction from the sse2 code (untested, no sse2 here) libavcodec
2007-08-20 michael fixme note libavcodec
2007-08-20 michael and of course the unneeded double subtractions were blindly put in the libavcodec
2007-08-20 michael more stupid double subtractions libavcodec
2007-08-20 michael get rid of idiotc double subtraction libavcodec
2007-08-19 banan Cosmetics, indentation. libavcodec
2007-08-19 banan Trellis quantization support for adpcm_swf. libavcodec
2007-08-19 reimar Use defines instead of raw hex numbers to specify CRC polynomials libavcodec
2007-08-15 ramiro CONFIG_7REGS -> HAVE_7REGS libavcodec
2007-08-15 marco Make the Golomb decoder work for Dirac libavcodec
2007-08-14 gpoirier Statements like a = b = c = d = e; store from right-to-left, so if libavcodec
2007-08-13 ramiro Introduce AVERROR_PATCHWELCOME libavcodec
2007-08-13 diego Move msmpeg4 tables from a header file to msmpegdata.c. libavcodec
2007-08-13 ramiro Add attribute that forces alignment of stack to functions that need it. libavcodec
2007-08-13 mhoffman special handling for vp3 idct, use the c reference libavcodec
2007-08-13 michael use bytestream_get_le*() this also fixes a big endian bug libavcodec
2007-08-13 kostya Support for WavPack version 0x410 (false stereo chunks) libavcodec
2007-08-13 kostya Rename flag for consistency with the next commit libavcodec
2007-08-13 conrad Add av_get_bits_per_sample_format() libavcodec
2007-08-13 michael fix type 3 aka skipped blocks for old version libavcodec
2007-08-13 michael fix motion vectors for old version libavcodec
2007-08-13 michael set pix_fmt properly depending on version libavcodec
2007-08-13 michael use version instead of some random 32bit value to switch between 16 and libavcodec
2007-08-13 michael replace vlc_type by version and set that from codec_tag which contains the libavcodec
2007-08-12 michael support ifr2 from Toy-Story2_better-image-quality.4xa libavcodec
2007-08-12 gpoirier use shorter types vec_"type" instead of the too long vector "type" libavcodec
2007-08-12 michael add second vlc table libavcodec
2007-08-12 conrad Don't check the return value of decode_cabac_residual since it always libavcodec
2007-08-11 aurel more usage of av_clip() libavcodec
2007-08-11 aurel one more simplification libavcodec
2007-08-11 aurel various simplifications around recent av_clip_int16() usage libavcodec
2007-08-11 michael fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq libavcodec
2007-08-11 aurel use av_clip_int16() where it makes sense libavcodec
2007-08-10 michael ensure that default_get_buffer() doesnt reuse images if the dimension or libavcodec
2007-08-10 bcoudurier dnxhd 120 interlaced support libavcodec
2007-08-09 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) libavcodec
2007-08-09 alex use skip_bits where appropriate libavcodec
2007-08-09 alex use skip_bits where appropriate libavcodec
2007-08-09 alex fix compilation with TRACE enabled libavcodec
2007-08-09 jbr cosmetics: vertical alignment libavcodec
2007-08-09 jbr comments modification: add, clean up, Doxygenize, and reword libavcodec
2007-08-09 alex use reget_buffer and remove internal copying of buffer - codec works again libavcodec
2007-08-09 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
2007-08-08 romansh * getting rid of code duplication libavcodec
2007-08-08 alex use get_unary from bitstream.h libavcodec
2007-08-08 alex use get_unary from bitstream.h libavcodec
2007-08-08 alex copy get_unary from vc1 libavcodec
2007-08-08 alex debug: tell how much bits are skipped with unknown nal code libavcodec
2007-08-08 benoit kill warning libavcodec
2007-08-07 vitor More indentation libavcodec
2007-08-07 vitor Cosmetics: indentation libavcodec
2007-08-07 vitor Rename function libavcodec
2007-08-07 jbr enable the native AC-3 decoder libavcodec
2007-08-06 michael make output buffer larger so drift compensation can work libavcodec
2007-08-06 banan Don't encode the first sample twice. libavcodec
2007-08-06 bcoudurier cosmetic, indentation libavcodec
2007-08-05 jbr cosmetics: blank lines, remove some comments libavcodec
2007-08-05 jbr add pointer to the parent context for use with av_log() libavcodec
2007-08-05 jbr use array for dynamic range scaling factors libavcodec
2007-08-05 michael make wmv1 and wmv2 playable with M$ DMO decoder libavcodec
2007-08-05 jbr add dialogue normalization libavcodec
2007-08-05 bcoudurier fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf libavcodec
2007-08-05 reimar Add proper license header libavcodec
2007-08-05 reimar Remove AVCodecContext parameter from parse_timecode function libavcodec
2007-08-05 reimar Fix deinterlacing for odd height libavcodec
2007-08-05 reimar Deinterlace xsub subtitles libavcodec
2007-08-05 reimar Colours except background should not be transparent libavcodec
2007-08-05 reimar get rid of av_rescale_q, it does not work as intended. libavcodec
2007-08-05 reimar get rid of xsubdec array and calculate value instead libavcodec
2007-08-05 reimar 10l, runbits order was reversed libavcodec
2007-08-05 reimar 100l, wrong argument to av_freep libavcodec
2007-08-05 reimar Add forgotten xsub timecode parsing libavcodec
2007-08-05 reimar First version of xsub decoder, not yet tested libavcodec
2007-08-05 kostya Add the handling of the INT32INFO block to the WavPack decoder. libavcodec
2007-08-05 lorenm prevent huffyuv from generating codewords of length 32. (regression in r9069) libavcodec
2007-08-04 jbr add support for downmixing to stereo or mono libavcodec
2007-08-04 jbr use dsputil for float to signed 16-bit sample conversion libavcodec
2007-08-04 diego Add support for grayscale MJPEG streams sent by Axis cameras such as the libavcodec
2007-08-04 jbr cosmetics: indentation libavcodec
2007-08-04 jbr consolidate decoding of lfe and coupling channels with decoding of full-bandwidth channels. libavcodec
2007-08-04 jbr there are only 4 rematrixing bands libavcodec
2007-08-04 jbr cosmetics: use more appropriate names for iterator variables. libavcodec
2007-08-04 bcoudurier move dnxhd data tables to separate file libavcodec
2007-08-04 jbr move some variables to a more local scope. libavcodec
2007-08-04 jbr make exponent decoding consistent (prepare for merging coupling and lfe code with normal channel code). libavcodec
2007-08-04 bcoudurier dnxhd 120 progressive support libavcodec
2007-08-04 bcoudurier indentation libavcodec
2007-08-04 bcoudurier dnxhd 185 interlaced support libavcodec
2007-08-04 bcoudurier cosmetic libavcodec
2007-08-04 bcoudurier no need to duplicate cid table vars in context libavcodec
2007-08-04 bcoudurier 10l, use correct cid table libavcodec
2007-08-04 bcoudurier add coding unit size for interlaced decoding libavcodec
2007-08-04 bcoudurier should be more correct libavcodec
2007-08-04 michael indent libavcodec
2007-08-04 jbr cosmetics: use braces when it makes the code easier to read. libavcodec
2007-08-04 jbr change AC3DecodeContext variable to local variable libavcodec
2007-08-04 jbr use array instead of bitmask libavcodec
2007-08-04 michael Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. libavcodec
2007-08-04 jbr use table for converting dynamic range codes to scale factors libavcodec
2007-08-04 jbr use floating-point mantissa dequantization tables libavcodec
2007-08-04 jbr cosmetics: indentation libavcodec
2007-08-04 jbr dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off. libavcodec
2007-08-04 jbr simplify coefficient decoding libavcodec
2007-08-04 jbr merge decoding of coupling channel coefficients and regular channel coefficients libavcodec
2007-08-03 jbr split out coupling coefficient reconstruction into a separate function libavcodec
2007-08-03 diego Reduce Theora decoder verbosity. libavcodec
2007-08-02 michael output last frame if seq end code is encountered libavcodec
2007-08-02 diego Remove unused variable. libavcodec
2007-08-02 michael simplify s->mv_dir init libavcodec
2007-08-01 michael get rid of mb_type_len libavcodec
2007-08-01 michael exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, libavcodec
2007-08-01 michael exchange if() and for() in the MT_FIELD case libavcodec
2007-08-01 michael exchange for() and if() order in the MT_FRAME case libavcodec
2007-08-01 mhoffman making reference models have the same API libavcodec
2007-08-01 michael change libavcodec
2007-08-01 michael merge another 2 if() to save a few cpu cycles libavcodec
2007-08-01 michael reorder if() so that the condition can be simplified libavcodec
2007-08-01 michael merge/simplify 2 if() libavcodec
2007-08-01 michael merge 2 if() libavcodec
2007-08-01 bcoudurier use buf_ptr to correctly decode second field libavcodec
2007-08-01 jbr align array used in mdct. fixes segfault. libavcodec
2007-08-01 michael use ENABLE_GRAY libavcodec
2007-08-01 michael make grayscale only decoding checks in inner loops compiletime killable libavcodec
2007-07-31 michael move some code which was executed for every skipped MB so it is only executed libavcodec
2007-07-31 michael get rid of a useless variable libavcodec
2007-07-31 michael avoid 2 additions (1 cpu cycle) per MB libavcodec
2007-07-31 michael chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it libavcodec
2007-07-31 takis Fix typo libavcodec
2007-07-31 benoit fix mem leak libavcodec
2007-07-31 diego Identifiers starting with underscores are reserved. libavcodec
2007-07-30 gpoirier fix cabac decoding with some Blue-Ray sources libavcodec
2007-07-30 romansh replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodec
2007-07-30 takis Handle malloc failure libavcodec
2007-07-30 michael support silly PCM variant used by zork nemesis libavcodec
2007-07-29 michael prevent assert failure with negative quant_offset libavcodec
2007-07-29 michael warn user if max=bitrate && max > min libavcodec
2007-07-29 michael support raw 4bpp avi libavcodec
2007-07-29 michael make the reference code use double instead of float where it is easy libavcodec
2007-07-29 michael print max and mse libavcodec
2007-07-29 kostya Make bicubic interpolation standard compliant libavcodec
2007-07-29 jbr simplify stereo rematrixing libavcodec
2007-07-29 jbr change 2 fields from context to local variables libavcodec
2007-07-28 jbr BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion libavcodec
2007-07-28 jbr remove broken downmixing. will add new implementation later. libavcodec
2007-07-28 takis Take care of some renames (Doxygen and function name) after the previous pure rename patch. libavcodec
2007-07-28 takis Rename h264dsp.c to h264dspenc.c libavcodec
2007-07-28 diego Ahem, fix typos overlooked in last commit. libavcodec
2007-07-28 diego cosmetics: misc typo fixes libavcodec
2007-07-27 takis Replace a return of -1 with ENOMEM. libavcodec
2007-07-27 michael detect voxware (closes issue39) libavcodec
2007-07-26 michael remove "Advanced Prediction Mode not supported" spam libavcodec
2007-07-26 michael also support DEBUG_PICT_INFO for h263i libavcodec
2007-07-26 michael move show_pict_info() to its own function libavcodec
2007-07-25 aurel remove wrong const qualifier libavcodec
2007-07-25 stefang have less functions as inline libavcodec
2007-07-24 vitor Minor cosmetics libavcodec
2007-07-24 takis Update the dvdsub parser to be able to parse HD-DVD subtitle packets. libavcodec
2007-07-24 takis Reindent two lines. libavcodec
2007-07-24 takis Add HD-DVD subpicture decoding. libavcodec
2007-07-24 takis Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit libavcodec
2007-07-24 gpoirier increase buffer size of LAME MP3 encoder libavcodec
2007-07-24 aurel help some gcc version to optimize out those functions libavcodec
2007-07-24 jbr simplify snr offset and bit allocation libavcodec
2007-07-24 jbr only use sized data types when necessary libavcodec
2007-07-24 jbr set bit allocation parameters directly instead of copying libavcodec
2007-07-23 jbr use enum value instead of numerical value for acmod libavcodec
2007-07-23 jbr use consistent data type for exponents. needs to be int8_t to pass to bit allocation. libavcodec
2007-07-23 jbr change some bit masks to arrays libavcodec
2007-07-21 jbr cosmetics: indentation libavcodec
2007-07-21 jbr Use shared AC-3 header parsing. Move some initializations to block parsing function. libavcodec