log

age author description
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael some const libavcodec
2008-02-01 michael some const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael forgotten const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael some const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael some const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael Replace get32() by AV_RL32(). libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael some const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael some const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael Casts to silcence "incompatible pointer type" warnings. libavcodec
2008-02-01 michael const src for bswap libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael Use bytestream. libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael const libavcodec
2008-02-01 michael one "cast discards qualifiers from pointer target type" less libavcodec
2008-02-01 michael consts libavcodec
2008-02-01 michael consts libavcodec
2008-02-01 michael consts libavcodec
2008-02-01 michael The buffer passed into the decoder should be const. libavcodec
2008-02-01 michael Fix const qualifer issues found by -Wcast-qual. libavcodec
2008-02-01 michael Indention, it seems i have forgotton to commit this. libavcodec
2008-01-31 bcoudurier fix field order export libavcodec
2008-01-31 michael Revert r11689 and r11690 (uninitalized warning fix) as its theoretically libavcodec
2008-01-31 reimar Two tables that should be const libavcodec
2008-01-31 michael Comment about weird warning prevention. libavcodec
2008-01-31 michael fix "uninitalized" warning, the alternative way. libavcodec
2008-01-31 bcoudurier revert r11677, it is considered speed critical libavcodec
2008-01-31 bcoudurier add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || libavcodec
2008-01-31 bcoudurier Add const qualifier, fix warnings: libavcodec
2008-01-31 bcoudurier add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within || libavcodec
2008-01-31 andoma Fix the following warnings: libavcodec
2008-01-31 bcoudurier cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type libavcodec
2008-01-31 bcoudurier fix indentation libavcodec
2008-01-31 bcoudurier init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function libavcodec
2008-01-31 bcoudurier cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type libavcodec
2008-01-31 bcoudurier cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type libavcodec
2008-01-30 bcoudurier add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type libavcodec
2008-01-30 bcoudurier add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | libavcodec
2008-01-30 bcoudurier fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type libavcodec
2008-01-28 reimar Add bitstream filter to convert between mov and plain text subtitles libavcodec
2008-01-28 heydowns Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodec
2008-01-27 diego Move common test program infrastructure to common.mak. libavcodec
2008-01-27 diego Move some lines in preparation for an upcoming commit. libavcodec
2008-01-27 reimar Add and use DECLARE_ASM_CONST for constants used in assembler code. libavcodec
2008-01-27 reimar Use DECLARE_ALIGNED in yet another place libavcodec
2008-01-27 reimar Use DECLARE_ALIGNED and remove unneeded attribute_used libavcodec
2008-01-27 reimar Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavcodec
2008-01-27 diego typo libavcodec
2008-01-27 diego Add $(EXESUF) where necessary. libavcodec
2008-01-27 aurel Add support for Matroska attachments. libavcodec
2008-01-27 diego whitespace and sorting cosmetics libavcodec
2008-01-27 diego Add generic rule for all tests. libavcodec
2008-01-27 reimar Use DECLARE_ALIGNED libavcodec
2008-01-27 gpoirier fix indentation that was messed up by r11628 libavcodec
2008-01-27 gpoirier fix lowres decoding support on ARM CPUs libavcodec
2008-01-26 diego Do not group libamr_nb and libamr_wb together as libamr. libavcodec
2008-01-25 mru clean up dynamic loading of libfaad libavcodec
2008-01-25 andoma Correctly clean up IntraX8Context upon codec close. libavcodec
2008-01-24 mru cosmetic: libfaad.c indentation libavcodec
2008-01-24 mru fix dynamic loading of libfaad 2.6 libavcodec
2008-01-24 michael Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. libavcodec
2008-01-23 diego Add #undef printf and disable non-functional code to make test program compile. libavcodec
2008-01-23 diego Fix test program compilation: Add missing #include and update the call libavcodec
2008-01-23 diego Put some disabled functions that are only used in the test program in cabac.c libavcodec
2008-01-23 diego Add #undef random and call the right function to fix test program compilation. libavcodec
2008-01-22 diego Remove unused variables in test code. libavcodec
2008-01-22 diego Fix warnings in test code: libavcodec
2008-01-21 diego Remove two unused variables. libavcodec
2008-01-21 diego Remove unnecessary forward declaration. libavcodec
2008-01-20 diego Consistently use TEST as the preprocessor condition to enable test code. libavcodec
2008-01-20 aurel add proper matroskaenc dependency over xiph.o libavcodec
2008-01-20 aurel add missing Makefile rules for zork pcm encoder/decoder libavcodec
2008-01-20 aurel and thus, nellymoser obviously also depens on fft.o libavcodec
2008-01-20 aurel nellymoser uses mdct functions libavcodec
2008-01-19 reimar Add mfspr-based AltiVec detection code. libavcodec
2008-01-19 kostya simplify 4-point transform part a bit libavcodec
2008-01-19 kostya Factor out constant addition libavcodec
2008-01-18 kostya Save quantizer values as well libavcodec
2008-01-18 kostya Save coded block patterns for future loop filtering. libavcodec
2008-01-17 diego Simplify preprocessor expression as suggested by Mans. libavcodec
2008-01-17 diego Replace puts() by dprintf where appropriate. libavcodec
2008-01-17 michael Replace idiotic (what moron wrote that code?) "buffer overflow" message by libavcodec
2008-01-16 diego Rename illegal identifiers, _ followed by capital is reserved for the system. libavcodec
2008-01-16 kostya pqindex=0 is forbidden libavcodec
2008-01-16 michael qscale==0 is invalid libavcodec
2008-01-16 diego Add const qualifiers to unmodified function parameters, fixes the warning: libavcodec
2008-01-16 diego Remove bogus cast. libavcodec
2008-01-14 diego Add a couple of missing consts. libavcodec
2008-01-14 kostya Select scan tables for 8x4 and 4x8 blocks only once. libavcodec
2008-01-14 michael Remove green clouds. libavcodec
2008-01-13 lu_zero gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no libavcodec
2008-01-13 superdump Add variable alpha and size of half window for Kaiser-Bessel Derived window libavcodec
2008-01-13 reimar Get rid of fft_rev table, use ff_reverse and a shift. libavcodec
2008-01-12 reimar Use FFSWAP instead of "manual" swap libavcodec
2008-01-12 andoma Make the Kaiser-Bessel window generator a common function libavcodec
2008-01-11 michael Factorize some code into functions, had this in my tree and will be libavcodec
2008-01-11 michael Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. libavcodec
2008-01-11 michael Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. libavcodec
2008-01-11 diego Factorize some duplicated code from CAVS and H.264 into a common file. libavcodec
2008-01-09 andoma Fix a bug causing the generated stream to be corrupt if the buffer libavcodec
2008-01-08 jbr used defined name for testing error resilience level libavcodec
2008-01-08 diego Fix random typos. libavcodec
2008-01-08 michael Randomly change the amount of noise if nothing is explicitly set. libavcodec
2008-01-07 benoit Mark the ff_svq1_frame_size_table as constant. libavcodec
2008-01-07 benoit Move wmv1_scantable to .rodata section by making it an array of arrays. libavcodec
2008-01-07 benoit Mark the tables in g726.c as constant. libavcodec
2008-01-07 benoit Remove unused symbol. libavcodec
2008-01-07 jbr split out init of downmix coeffs into a separate function that can be called libavcodec
2008-01-06 jbr remove unneeded variable from AC3DecodeContext libavcodec
2008-01-06 jbr make sure that the last coupling band stops at the end of the coupling range libavcodec
2008-01-06 jbr fix phase flag processing for the case when coupling coordinates are reused libavcodec
2008-01-06 diego Rename two structures, identifiers starting with _[A-Z] are reserved. libavcodec
2008-01-06 kostya Fractional parts of motion vectors should be accounted separately too libavcodec
2008-01-05 jbr check for request_channels in dca init function libavcodec
2008-01-05 jbr add downmixing support to libfaad decoder libavcodec
2008-01-05 jbr cosmetics: indentation after last commit libavcodec
2008-01-05 jbr move E-AC3 header parsing to ff_ac3_parse_header() libavcodec
2008-01-05 jbr remove unneeded variables from AC3HeaderInfo libavcodec
2008-01-05 jbr do not set channels before checking request_channels libavcodec
2008-01-05 jbr use request_channels in liba52 decoder libavcodec
2008-01-05 jbr cosmetics: indentation libavcodec
2008-01-05 jbr check for request_channels at codec init libavcodec
2008-01-05 jbr do not set channels before checking request_channels libavcodec
2008-01-05 jbr adjust output channels based on AVCodecContext.request_channels in AC3 parser libavcodec
2008-01-05 michael Drop non key frames before the first key frame. libavcodec
2008-01-04 aurel improve CRC API libavcodec
2008-01-04 banan Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net libavcodec
2008-01-04 kostya RV30 thirdpel motion compensation support libavcodec
2008-01-04 diego Change some files to only include the necessary headers. libavcodec
2008-01-04 benoit Initialize "saved" buffer to zero. libavcodec
2008-01-04 jbr cosmetics: indentation and add a TODO comment libavcodec
2008-01-03 jbr only check ac3 crc if AVCodecContext.error_resilience > 0 libavcodec
2008-01-03 jbr cosmetics: indentation after last commit libavcodec
2008-01-03 jbr remove workaround which is no longer needed due to libavcodec
2008-01-03 kostya Make decode210() common function. libavcodec
2008-01-03 jbr add crc check to ac3 decoder libavcodec
2008-01-02 diego Fix issue #301: libavcodec
2007-12-31 kostya Direct blocks should use motion vectors from the second reference frame libavcodec
2007-12-30 jbr simplify libavcodec
2007-12-30 jbr pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments libavcodec
2007-12-30 jbr cosmetics: rename sampling_rate to sample_rate libavcodec
2007-12-30 jbr do not need to cast a (void *) libavcodec
2007-12-30 jbr cosmetics: vertical realignment after last commit libavcodec
2007-12-30 jbr cosmetics: rename all AC3DecodeContext variables from ctx to s libavcodec
2007-12-30 jbr cosmetics: rename GetBitContext gb to gbc libavcodec
2007-12-30 jbr remove unused context variable libavcodec
2007-12-29 aurel export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavcodec
2007-12-28 ivo remove forgotten debug statement libavcodec
2007-12-28 ivo Sort properly libavcodec
2007-12-28 ivo Sun Rasterfile decoder libavcodec
2007-12-28 jbr use cutoff frequency to adjust bandwidth in ac3 encoder libavcodec
2007-12-28 jbr use bps instead of kbps for bitrate libavcodec
2007-12-28 jbr Do not give advice for which bitrate to choose. libavcodec
2007-12-28 jbr fix typo libavcodec
2007-12-28 diego Remove mistakenly added multiple inclusion guards. libavcodec
2007-12-27 diego Fix make checkheaders. libavcodec
2007-12-27 diego Add necessary #include, fixes the warnings: libavcodec
2007-12-27 diego Fix clicking sound in xa-adpcm. libavcodec
2007-12-27 ivo remove useless cast libavcodec
2007-12-27 michael Fix encoding wmv1 with -mbd 1. libavcodec
2007-12-26 ivo PC Paintbrush PCX image decoder libavcodec
2007-12-26 ivo remove useless assignment libavcodec
2007-12-26 ivo remove useless assignment libavcodec
2007-12-26 ivo remove useless casts libavcodec
2007-12-25 reimar Check for avcodec_open codec parameter == NULL and return error in that case libavcodec
2007-12-23 diego typo: begining --> beginning libavcodec
2007-12-23 lu_zero Reindent libavcodec
2007-12-23 lu_zero Minor fix libavcodec
2007-12-23 lu_zero 10l do not load after the buffer... libavcodec
2007-12-22 lu_zero Add C/B == 0 cases, 2% slower on CELL but should address Issue299 eventually libavcodec
2007-12-22 lu_zero Reindent libavcodec
2007-12-22 lu_zero Partially address issue299, no performance change apparently libavcodec
2007-12-22 lu_zero Avoid a vec_add, directly start with sum libavcodec
2007-12-22 lu_zero Reindent libavcodec
2007-12-22 lu_zero Factorize common code (almost cosmetic) libavcodec