log

age author description
2008-12-22 michael Simplify if/else, no speed change libavcodec
2008-12-22 michael Negate a few variables, this simplifies the code and makes it 5 cycles faster libavcodec
2008-12-22 michael Simplify ifs(), 8 cpu cycles faster on pentium dual libavcodec
2008-12-22 michael Simplify if(), 3 cpu cycles faster in pentium dual. libavcodec
2008-12-22 diego Rename libavcodec/i386/ --> libavcodec/x86/. libavcodec
2008-12-22 kostya Decode TIFF image only after all tags have been decoded libavcodec
2008-12-22 kostya Some TIFFs declare -1 for the single strip height libavcodec
2008-12-22 kostya Add monochrome TIFF support libavcodec
2008-12-22 kostya Calculate line size variable correctly for lower bitdepths and use it for raw data copying libavcodec
2008-12-22 kostya Register TIFF tags for CCITT Group 3 and 4 compression options libavcodec
2008-12-22 diego Remove a bunch of unused variables. libavcodec
2008-12-22 diego Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. libavcodec
2008-12-22 diego Fix incorrectly constructed Dirac parse units that caused A/V sync loss. libavcodec
2008-12-21 diego Do not use full include path for headers in the same directory. libavcodec
2008-12-21 michael Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavcodec
2008-12-21 andoma Include "libavutil/common.h" where we use llrint() in case ffmpeg's libavcodec
2008-12-21 michael Fix PTS returned by the demuxers for mpeg4 without a decoder. libavcodec
2008-12-21 michael Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). libavcodec
2008-12-21 michael Remove useless code. libavcodec
2008-12-21 michael Only execute clear_blocks() when needed. libavcodec
2008-12-21 superdump AAC: Reindent after last commit libavcodec
2008-12-21 superdump AAC: Fix AAC prediction when used in conjunction with the CPE libavcodec
2008-12-21 superdump AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig libavcodec
2008-12-20 michael Optimize get_dct8x8_allowed(). libavcodec
2008-12-20 kostya RV30 decoder libavcodec
2008-12-20 kostya RV30 loop filter libavcodec
2008-12-20 reynaldo Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' libavcodec
2008-12-19 stefano Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions libavcodec
2008-12-19 stefano Remove calls to deprecated av_set_string2() with calls to libavcodec
2008-12-19 darkshikari H.264 loopfilter speed tweaks libavcodec
2008-12-19 darkshikari Port x264 deblocking code to libavcodec. libavcodec
2008-12-19 michael Document new idct requirements. libavcodec
2008-12-19 michael Fix decoding with the plain C idcts of libavcodec
2008-12-19 kostya a table for upcoming RV30 loop filtering libavcodec
2008-12-19 darkshikari Add automatic prefix handling to yasm functions. Does nothing now, but will libavcodec
2008-12-19 michael Replace /2 by >>1 in decode_cabac_mb_dqp() libavcodec
2008-12-19 michael Simplify ctx update in decode_cabac_mb_dqp(). libavcodec
2008-12-19 michael Simplify ctx calculation in decode_cabac_mb_dqp() libavcodec
2008-12-19 astrange Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer. libavcodec
2008-12-19 darkshikari Move filter_luma_intra into dsputil for later addition of asm. libavcodec
2008-12-19 darkshikari Simplify chroma AC in CABAC residual decoding. libavcodec
2008-12-19 michael Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari. libavcodec
2008-12-18 michael Remove unacceptable NULL pointer hack from mc code. libavcodec
2008-12-18 michael Check ref values in CABAC H.264 for validity. libavcodec
2008-12-18 michael Move idct_(dc)add closer to where it is needed. libavcodec
2008-12-18 michael indent libavcodec
2008-12-18 michael Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass libavcodec
2008-12-18 michael s/h->cbp_table[mb_xy]/h->cbp/ libavcodec
2008-12-18 michael Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari. libavcodec
2008-12-18 michael Replace i by trailing_ones, part of a patch by dark shikari. libavcodec
2008-12-18 michael Remove if() surrounding decode_cabac_mb_type() that can never be true. libavcodec
2008-12-18 michael Remove unreachable else clause, found by dark shikari. libavcodec
2008-12-18 michael Remove useless IS_8x8DCT check i forgot, spotted by dark shikari. libavcodec
2008-12-18 michael 10l, svq3 didnt set h->cbp, this broke decoding a little. libavcodec
2008-12-18 kostya cosmetics: remove one unneeded space libavcodec
2008-12-18 michael Do not calculate idct_dc_add/idct_add when the variables are unused. libavcodec
2008-12-18 michael Remove redundant nnz variable. libavcodec
2008-12-18 michael indent libavcodec
2008-12-18 michael Use the new idct functions (except chroma as it was slower in benchmarks) libavcodec
2008-12-18 michael H.264 idct functions that include the chroma, inter luma and intra16 luma loops libavcodec
2008-12-18 michael Skip non intra luma code when there is no coded luma. libavcodec
2008-12-18 lorenm 1.6x faster pred*_vertical_add_c libavcodec
2008-12-18 michael Skip chroma handling when there is no coded chroma. libavcodec
2008-12-17 kostya add const qualifier to some pointers for input data libavcodec
2008-12-17 kostya use precalculated mb_pos where available libavcodec
2008-12-17 kostya Merge deblocking pattern with CBP for RV30/40 loop filtering libavcodec
2008-12-17 kostya Generate correct deblock pattern for RV30 libavcodec
2008-12-17 kostya Unfortunately RV30 luma thirdpel MC functions cannot be substituted with libavcodec
2008-12-17 kostya 4l: TIFF stores short strings inside tag, do not interpret it is as an offset libavcodec
2008-12-17 gpoirier add AltiVec implementation of int32_to_float_fmul_scalar libavcodec
2008-12-17 michael Fix svq3 decoding, is_complex was not initialized. libavcodec
2008-12-17 michael Replace != 0 || check by | libavcodec
2008-12-17 michael Split filter_mb_dir() out of filter_mb(). libavcodec
2008-12-17 mru AC3: fix strict aliasing violation in parser libavcodec
2008-12-17 mru AAC: fix strict aliasing violation in parser libavcodec
2008-12-17 mru ARM: replace "armv4l" with "arm" libavcodec
2008-12-17 diego Remove obsolete and misleading comments. libavcodec
2008-12-16 michael Fix indention, also do a little vertical alignment of changed lines. libavcodec
2008-12-16 stefano Implement av_set_string3(). libavcodec
2008-12-16 michael Factorize 3 multiplications out, code becomes 3 cpu cycles faster. libavcodec
2008-12-16 michael Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove libavcodec
2008-12-16 michael Do not recalculate constant part of is_complex for every MB. libavcodec
2008-12-16 michael Support the new lossless mode. libavcodec
2008-12-16 mru dct-test: add ARM IDCTs libavcodec
2008-12-16 mru dct-test: add PARTTRANS permutation libavcodec
2008-12-16 michael Horizontal and vertical prediction functions needed for new lossless mode libavcodec
2008-12-16 benoit Add const qualifiers to decode functions. libavcodec
2008-12-16 benoit Fix warning "format not a string literal and no format arguments". libavcodec
2008-12-16 conrad Workaround for shared libs on OS X with Apple gcc 4.0.1 libavcodec
2008-12-15 benoit Check extradata is large enough. libavcodec
2008-12-15 stefano Implement the av_set_number2() internal function, which makes possible libavcodec
2008-12-15 stefano Remove ending period in a log message, which was inconsistent with libavcodec
2008-12-15 diego Switch xvmc over to a CONFIG_ option. libavcodec
2008-12-15 diego whitespace cosmetics libavcodec
2008-12-15 mru ARM: NEON optimised h264_idct_dc_add libavcodec
2008-12-15 mru ARM: NEON optimised h264_idct_add libavcodec
2008-12-15 mru ARM: NEON optimised H.264 8x8 and 16x16 qpel MC libavcodec
2008-12-15 mru ARM: NEON optimised H.264 loop filter libavcodec
2008-12-15 mru ARM: NEON optimised {put,avg}_h264_chroma_mc[48] libavcodec
2008-12-15 mru ARM: NEON optimised simple_idct libavcodec
2008-12-15 mru ARM: NEON optimised put_pixels functions libavcodec
2008-12-15 diego Avoid invasion of POSIX-reserved _t namespace. libavcodec
2008-12-15 kostya Fix one peculiar case in Smacker decoding. libavcodec
2008-12-15 diego Avoid POSIX-reserved _t in identifier names. libavcodec
2008-12-15 michael Enable filter_mb_fast if CODEC_FLAG2_FAST is set. libavcodec
2008-12-15 aurel vp56: don't reset dimensions to 0 in codec init libavcodec
2008-12-14 stefano Move documentation of avcodec_register_all() from allcodecs.c to libavcodec
2008-12-14 stefano Remove set_all_opt() and its use in av_set_string2(). Make libavcodec
2008-12-14 stefano Document register_avcodec(). libavcodec
2008-12-14 stefano Make register_avcodec() call avcodec_init(). libavcodec
2008-12-14 stefano Use a more explicit "codec" rather than "format" as the parameter of libavcodec
2008-12-14 aurel indeo3: replace sizeof(struct ...) by sizeof(*var) libavcodec
2008-12-14 diego cosmetics: typo/grammar/wording/whitespace fixes libavcodec
2008-12-14 diego Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com. libavcodec
2008-12-14 diego Add a few const qualifiers in appropriate places. libavcodec
2008-12-14 melanson undoing revision 16118 for truemotion1.c; commit was premature libavcodec
2008-12-14 melanson The POSIX namespace shall be held sacrosanct. To that end, libavcodec
2008-12-14 aurel avoid POSIX reserved _t suffix libavcodec
2008-12-14 aurel Get rid of mmx_t. libavcodec
2008-12-13 diego Do not invade _t POSIX namespace. libavcodec
2008-12-13 diego Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. libavcodec
2008-12-13 diego Add img_convert() to imgconvert.h and #include it from imgresample.c. libavcodec
2008-12-13 lu_zero Let imgresample altivec code build libavcodec
2008-12-13 lu_zero Cleanup types libavcodec
2008-12-13 lu_zero Unbreak imgresample altivec libavcodec
2008-12-12 stefano s/#AVClass/AVClass/, consistent with the rest of the doxy. libavcodec
2008-12-12 michael More POSIX _t namespace cleanup. libavcodec
2008-12-12 gpoirier add Altivec implementation of clear_block libavcodec
2008-12-12 ods15 Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility libavcodec
2008-12-12 bcoudurier fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay Freeman, saurik at saurik com libavcodec
2008-12-12 aurel rename Vp56Model to VP56Model for consistency libavcodec
2008-12-12 bcoudurier dnxhd get_pixels_8x4_sym sse2 libavcodec
2008-12-12 bcoudurier Move get_pixels_8x4 before init func to avoid useless forward declaration. libavcodec
2008-12-12 bcoudurier rename 4x8 to 8x4 to match widthxheight consistently libavcodec
2008-12-11 aurel cosmetics: vertical alignment libavcodec
2008-12-11 aurel avoid POSIX reserved _t suffix libavcodec
2008-12-11 aurel avoid POSIX reserved _t suffix libavcodec
2008-12-11 michael s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved libavcodec
2008-12-11 vitor Avoid POSIX reserved _t suffix. libavcodec
2008-12-11 vitor Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. libavcodec
2008-12-11 bcoudurier move structure definitions in their own header libavcodec
2008-12-11 bcoudurier cosmetics libavcodec
2008-12-11 bcoudurier use dsp clear_block libavcodec
2008-12-11 bcoudurier use dsp clear_block libavcodec
2008-12-11 conrad Fix compilation with only Theora decoder enabled libavcodec
2008-12-11 reynaldo Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. libavcodec
2008-12-10 lorenm clear_block mmx libavcodec
2008-12-10 lorenm fix progressive jpeg: libavcodec
2008-12-10 mru AAC: move scratch array to context to ensure 16-byte alignment libavcodec
2008-12-09 diego Remove useless inline qualifier, fixes linking with gcc 4.3. libavcodec
2008-12-09 superdump AAC: Use a sign LUT rather than 1-2*get_bits1() libavcodec
2008-12-09 superdump AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain. libavcodec
2008-12-09 superdump AAC: Remove unnecessary fabsf() libavcodec
2008-12-08 stefano Make av_log_missing_feature an internal function, and change its name libavcodec
2008-12-08 jbr cosmetics: alignment after last commit libavcodec
2008-12-08 jbr ac3: detect dba errors and prevent writing past end of array libavcodec
2008-12-07 kostya Do not attempt to decode RV30/40 B-frames without anchors. libavcodec
2008-12-07 ramiro mlp: cosmetics: remove {}s over one-lined if. libavcodec
2008-12-07 ramiro mlp: support bit-depths greater than 16 by default. libavcodec
2008-12-06 jbr ac3dec: simplify exponent bounds checking libavcodec
2008-12-06 ramiro mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. libavcodec
2008-12-06 jbr ac3dec: add missing feature log message for block start info libavcodec
2008-12-06 jbr ac3dec: use skip_bits_long() for block start bits libavcodec
2008-12-06 jbr ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents(). libavcodec
2008-12-06 jbr cosmetics: vertical alignment libavcodec
2008-12-06 jbr cosmetics: reindent after last commit libavcodec
2008-12-06 jbr ac3dec: detect out-of-range exponents libavcodec
2008-12-06 mru ARM: remove some useless comments libavcodec
2008-12-06 kostya Make decoding run of pixels in MS RLE saner. libavcodec
2008-12-06 kostya Print out some errors found during MS RLE decoding libavcodec
2008-12-06 kostya AASC can contain raw data in addition to MS-RLE libavcodec
2008-12-05 michael Check that cpb_count is within the allowed range. libavcodec
2008-12-05 michael Fix FF_OPT_TYPE_INT64 support of defaults. libavcodec
2008-12-05 benoit Fix an overflow in the predictor. libavcodec
2008-12-04 reynaldo Silence some ICC warnings. Patch by Vitor Sessak. libavcodec
2008-12-04 reynaldo Add expected const qualifier on 'buf' to match AVCodec.decode's declaration. libavcodec
2008-12-04 reynaldo COSMETICS, add missing remarks crediting Ben and Kenan libavcodec
2008-12-04 kostya Fraps version 3 seems to be the same as Fraps v5 libavcodec
2008-12-04 bcoudurier partial WRAW fourcc support, might need image flipping libavcodec
2008-12-04 jbr silence gcc warning: ‘n_bands’ may be used uninitialized libavcodec
2008-12-04 jbr ac3dec: use uint8_t for band sizes libavcodec
2008-12-04 reynaldo Removes misleading const qualifier, gets rid of two compiler warnings libavcodec
2008-12-03 mru ARM: convert VFP code to UAL syntax libavcodec
2008-12-03 michael Implement complexity estimation parsing and try to detect an incorrectly set libavcodec
2008-12-03 diego Delete unnecessary 'extern' keywords. libavcodec
2008-12-03 jbr ac3dec: skip decoding and use error concealment for remaining blocks in libavcodec
2008-12-03 ramiro mlp: initialize all CRC tables in a common function. libavcodec
2008-12-02 reynaldo Trivial rephrasing, avoids too long line libavcodec
2008-12-02 reynaldo Trivial, Cosmetics, mostly brace placement changes libavcodec
2008-12-02 kostya Fix reading out of buffer during RV30/40 deblock mask calculation libavcodec
2008-12-02 kostya 34l: forgot to change one case of chroma MC for RV40 libavcodec
2008-12-02 kostya Check RV30/40 slice offsets to be inside buffer. libavcodec