log

age author description
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
2007-12-22 lu_zero Cosmetics libavcodec
2007-12-21 gpoirier add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding. libavcodec
2007-12-21 diego Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ. libavcodec
2007-12-21 diego comment typo fixes libavcodec
2007-12-21 michael More consistent { placement. libavcodec
2007-12-21 michael indent libavcodec
2007-12-21 michael ~15% faster h264_chroma_mc2/4_c() these also prevent some possible out libavcodec
2007-12-21 michael 30% faster h264_chroma_mc8_c(), this also prevents a possible out of libavcodec
2007-12-21 ivo typo ;) libavcodec
2007-12-20 michael Document a few more structure change rules with relation to ABI/API. libavcodec
2007-12-20 michael Document structure change rules with relation to ABI/API. libavcodec
2007-12-20 jbr Add option for user to scale the amount of dynamic range compression which is libavcodec
2007-12-19 cehoyos Fix problem with multithreaded decoding, introduced by r11214. libavcodec
2007-12-19 diego cosmetics: Sort some more entries. libavcodec
2007-12-18 michael A little more doxygenization. libavcodec
2007-12-18 michael Document Motion_Est_IDs. libavcodec
2007-12-18 michael Remove old variable with the next major version bump. libavcodec
2007-12-18 bcoudurier add bitrate helper to choose all dnxhd variants libavcodec
2007-12-18 bcoudurier avoid infinite loop if pixel format conversion does not exist libavcodec
2007-12-17 michael another comment ->doxy libavcodec
2007-12-17 michael ME default does not belong to the ME type enum. libavcodec
2007-12-17 michael change some normal comments to doxy ones libavcodec
2007-12-17 kostya Correct spatial prediction mode in RV30/40 for vertical left direction libavcodec
2007-12-17 michael clarify FIXME libavcodec
2007-12-17 reimar Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavcodec
2007-12-17 benoit Fix crash in PCM decoder when number of channels is not set. libavcodec
2007-12-17 jbr Skip dialog normalization. It shouldn't be used by the decoder, and there is libavcodec
2007-12-17 jbr Revert commit made in revision 11228. I'm getting some strange results in the libavcodec
2007-12-16 aurel move FLAC mmx dsp to its own file libavcodec
2007-12-16 diego cosmetics: comment typo fixes libavcodec
2007-12-16 lu_zero Make strict altivec parsers happy (gcc-4.3 and others) libavcodec
2007-12-16 kostya RV40 decoder should use availability cache libavcodec
2007-12-16 kostya RV30/40 decoding core libavcodec
2007-12-16 jbr downmix before the IMDCT if no block switching is used libavcodec
2007-12-15 reimar Add 'l' suffix where it is necessary because type can not always be libavcodec
2007-12-15 andoma Add missing '\n' to log format text libavcodec
2007-12-15 andoma Make DCA decoder honor avctx->request_channels in a more advisory way. libavcodec
2007-12-15 andoma Make AC3 decoder honor avctx->request_channels libavcodec
2007-12-15 kostya Make fill_rectangle() available for other decoders libavcodec
2007-12-14 heydowns Fix brain-dead parts of r11216, specifically: libavcodec
2007-12-14 heydowns Ensure that our total reference frame count does not exceed the SPS libavcodec
2007-12-14 heydowns Actually return with an error condition if we're being asked to deal with too libavcodec
2007-12-14 heydowns Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start. libavcodec
2007-12-13 reimar Add a missing break, before av_set_number would always return NULL for libavcodec
2007-12-13 heydowns Fix non_zero_count_cache for deblocking in field pictures. libavcodec
2007-12-12 aurel add required include to make this file self-contained libavcodec
2007-12-12 mru use av_log_get/set_level() libavcodec
2007-12-12 michael av_*_next() API for libavcodec libavcodec
2007-12-12 takis Show which bitstreamfilters were compiled in, similar to the protocols etc libavcodec
2007-12-11 diego typo/clarification libavcodec
2007-12-09 kostya Enable 4x4 IDCT for FASTTX=0 mode in WMV3 libavcodec
2007-12-09 kostya Add 4x4 IDCT libavcodec
2007-12-09 jbr cosmetics: rename ac3 decoder variables libavcodec
2007-12-09 jbr cosmetics: rename common ac3 variables libavcodec
2007-12-09 jbr cosmetics: vertical align after last commit libavcodec
2007-12-09 jbr cosmetics: rename ac3 bit allocation variables libavcodec
2007-12-09 jbr cosmetics: rename ac3 tables libavcodec
2007-12-08 aurel add ff_ prefix to all simple_idct symbols libavcodec
2007-12-08 kostya Reindent after last commit libavcodec
2007-12-08 kostya Update Altivec variant of vc1_inv_trans_8x4 libavcodec
2007-12-08 kostya Use IDCT functions when FASTTX=0 libavcodec
2007-12-08 kostya Switch VC-1 decoder to output decoded residual immediately. libavcodec
2007-12-08 kostya Rename some tables libavcodec
2007-12-07 kostya Use existing function for VLC reading libavcodec
2007-12-07 kostya Check decoded dimensions for validity libavcodec
2007-12-07 kostya Intra types will be stored in int8_t array libavcodec
2007-12-07 kostya Add decoder flags libavcodec
2007-12-07 kostya Replace table with its H.263 counterpart libavcodec
2007-12-06 kostya Update tables for RV40 decoder libavcodec
2007-12-06 michael prevent warnings about functions being possibly unused libavcodec
2007-12-06 michael thank you for your efforts to keep my code clean, but i would like to libavcodec
2007-12-05 takis Verify long_ref_count!=0. Fix issue 281. libavcodec
2007-12-05 benoit Fix missing chroma in version 3 STR. libavcodec
2007-12-05 michael fix decoding of the first frame of gray.mov libavcodec
2007-12-05 heydowns Initialize function pointers used by error resilience code before any libavcodec
2007-12-04 kostya RV40 decoder specific functions libavcodec
2007-12-03 diego colour --> color in variable names libavcodec
2007-12-03 diego cosmetics: comment spelling fixes libavcodec
2007-12-03 diego cosmetics: spelling fixes libavcodec
2007-12-03 michael make rc_buffer_size apply to audio as well libavcodec
2007-12-03 kostya Rename function to reflect its action libavcodec
2007-12-03 michael simplify libavcodec
2007-12-03 michael make the AVOption code work with strings instead of crash libavcodec
2007-12-02 reimar Some spelling fixes in comments libavcodec
2007-12-02 reimar Use the correct "const float *" type for variable instead of casting const away. libavcodec
2007-12-02 reimar Add missing const to last argument of decode_significance_8x8_x86. libavcodec
2007-12-02 bcoudurier indentation libavcodec
2007-12-02 bcoudurier dnxhd 720p encoding and decoding support libavcodec
2007-12-02 bcoudurier cosmetics, encode_variance -> encode_fast libavcodec
2007-12-02 bcoudurier fix corner case when qscale 1 bits < frame bits but max bits with worst padding > frame bits libavcodec
2007-12-02 kostya RealVideo 3 decoder functions libavcodec
2007-12-02 diego Misc spelling fixes, prefer American over British English. libavcodec
2007-12-02 diego Fix some spelling mistakes. libavcodec
2007-12-02 kostya RV30/40 common VLC tables libavcodec
2007-12-01 vitor Fix alignment broke by my last patch libavcodec
2007-12-01 vitor spelling libavcodec
2007-12-01 kostya TIFF may omit compression tag. libavcodec
2007-12-01 diego succes --> success typo libavcodec
2007-12-01 reimar Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize libavcodec
2007-12-01 michael senseless cast and () libavcodec
2007-12-01 michael stupid code (casting of void*) found by checktree.sh libavcodec
2007-11-30 reimar wma_decode_superframe always returns s->block_align, so make libavcodec
2007-11-30 diego Fix make checkheaders, #include <inttypes.h> was missing. libavcodec
2007-11-29 michael fix segfault with interlaced h.264 libavcodec
2007-11-28 cehoyos MLP/TrueHD parser libavcodec
2007-11-28 diego Clarify documentation for avcodec_encode_audio. libavcodec
2007-11-27 aurel remove some unused ff_p* vars from dsputil libavcodec
2007-11-27 aurel remove useless #ifdef around extern declaration libavcodec
2007-11-27 aurel cosmetics: indentation libavcodec
2007-11-27 aurel convert some #ifdef CONFIG_ to if(ENABLE_ libavcodec
2007-11-27 aurel build vc1dsp_mmx.c in its own compilation unit libavcodec
2007-11-27 aurel use ff_ prefix for extern vars libavcodec
2007-11-27 aurel make ff_p* vars extern so that they can be used in various *_mmx.c files libavcodec
2007-11-27 aurel 10l: init_get_bits want size in bits, not bytes libavcodec
2007-11-27 aurel cosmetics: alignment libavcodec
2007-11-27 diego spelling cosmetics libavcodec
2007-11-27 rfelker sync message with modern ffmpeg bitrate option syntax. libavcodec
2007-11-25 aurel remove some empty close/init functions in avcodec libavcodec
2007-11-25 aurel add pcm_s16le_planar support for electronicarts files libavcodec
2007-11-25 aurel split wmv2 encoder and decoder in their own files libavcodec
2007-11-25 gpoirier Typo fix. Previous version had some picture error building up until next keyframe. libavcodec
2007-11-24 kostya Data tables for future RV30/40 decoder libavcodec
2007-11-24 gpoirier Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr% libavcodec
2007-11-24 diego Add missing #includes to fix 'make checkheaders'. libavcodec
2007-11-23 diego main() --> main(void) libavcodec
2007-11-21 gpoirier add VC-1 MMX DSP functions, under MIT license. libavcodec
2007-11-19 michael cosmetic (x==NULL -> !x) libavcodec
2007-11-19 michael cosmetic (place { consistently) libavcodec
2007-11-19 michael cosmetic (remove != 0 / != NULL) libavcodec
2007-11-19 michael use sizeof in snprintf (note the changed code is all under #if 0) libavcodec
2007-11-19 michael check region depth for validity libavcodec
2007-11-18 banan Use memcpy instead of for loop libavcodec
2007-11-17 heydowns Call mpegvideo flush routine on h264 flush. Needed in particular libavcodec
2007-11-16 diego Remove unused functions, fixes the warnings: libavcodec
2007-11-15 aurel avoid some halfpel related #ifdef libavcodec
2007-11-15 diego Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: libavcodec
2007-11-15 takis Attribute for specifying direction should come right after @param. libavcodec
2007-11-15 kostya Use put_signed_pixels_clamped where appropriate libavcodec
2007-11-14 alex Remove editor junk from the end. libavcodec
2007-11-14 banan Small simplification libavcodec
2007-11-14 alex Support 44.1kHz audio. Acked by Benjamin libavcodec
2007-11-14 alex Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. libavcodec
2007-11-14 alex Make sine_window static. Acked by Benjamin Larsson libavcodec
2007-11-14 banan Fix nellymoser decode_tag return value, patch by Stefano Sabatini libavcodec
2007-11-13 diego Remove unused variable, fixes the warning: libavcodec
2007-11-12 diego cosmetics: Keep all OBJS entries on a line of their own. libavcodec
2007-11-12 michael tring to workaround gcc 2.95 bug which causes random failures libavcodec
2007-11-10 bcoudurier ogg muxer libavcodec
2007-11-10 diego Add comments to some #endif directives. libavcodec
2007-11-10 diego cosmetics: Fix vissual --> visual typo. libavcodec
2007-11-10 diego Improve unsupported (pixel) format error message. libavcodec
2007-11-10 diego cosmetics: Fix spacial --> spatial typo in function names. libavcodec
2007-11-10 diego misc spelling/grammar/wording fixes in comments libavcodec
2007-11-10 kostya X8 is supported now, so warning is incorrect libavcodec
2007-11-10 andoma Provide top_field_first logic for h264 libavcodec
2007-11-10 aurel make some tables static libavcodec
2007-11-09 aurel add multiple inclusion guards libavcodec
2007-11-09 michael grammar libavcodec
2007-11-09 michael indention libavcodec
2007-11-09 michael remove useless #ifdef libavcodec
2007-11-09 michael remove inline from non speed critical functions libavcodec
2007-11-09 michael vertical align libavcodec
2007-11-09 michael indention libavcodec
2007-11-09 michael remove unneeded {} libavcodec
2007-11-09 michael add {} to make the else look a little more normal libavcodec
2007-11-09 michael indention libavcodec
2007-11-09 michael indention libavcodec
2007-11-09 michael remove debug variable libavcodec
2007-11-09 michael remove #if 0 code libavcodec
2007-11-09 michael cosmetic libavcodec
2007-11-09 michael factorize libavcodec
2007-11-09 michael intrax8 decoder patch by "someone" libavcodec
2007-11-08 benoit Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation libavcodec
2007-11-07 aurel cosmetics: indentation libavcodec
2007-11-07 aurel split wmv2 in its own file libavcodec
2007-11-07 heydowns Fix deblocking filter for field pictures by properly looking for first libavcodec
2007-11-07 aurel rename some msmpeg4 symbols and make them non-static libavcodec
2007-11-07 diego Fix make checkheaders by adding missing #include. libavcodec
2007-11-07 aurel split definition of PCM_CODEC into PCM_ENCODER and PCM_DECODER libavcodec
2007-11-07 kostya Musepack SV8 demuxer and decoder libavcodec
2007-11-06 heydowns Fix poc for field pictures. Prior to this, the poc of the second field libavcodec
2007-11-06 benoit fix predictor initialization for adpcm-ima encoder not to lose first sample libavcodec
2007-11-05 heydowns Correct assignment of interlaced_frame; was being set on output frames, libavcodec
2007-11-04 diego Remove libvorbis Vorbis decoding support. Our native decoder is complete libavcodec
2007-11-04 banan Remove unused variable libavcodec
2007-11-04 diego Move external library codec registration to a separate section after all libavcodec
2007-11-04 jbr Add decoding support for variable block size FLAC files using the latest FLAC libavcodec
2007-11-03 jbr Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson. libavcodec
2007-11-03 aurel add Electronic Arts XAS ADPCM decoder libavcodec
2007-11-03 banan Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM libavcodec
2007-11-02 kostya Split Musepack decoder into SV7 decoder and synth core libavcodec
2007-11-01 aurel move adx.c to adxdec.c libavcodec
2007-11-01 aurel split adx encoder in its own file libavcodec
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