]> git.sesse.net Git - ffmpeg/history - libavcodec
cosmetics: indentation and add a TODO comment
[ffmpeg] / libavcodec /
2008-01-04 Justin Rugglescosmetics: indentation and add a TODO comment
2008-01-03 Justin Rugglesonly check ac3 crc if AVCodecContext.error_resilience > 0
2008-01-03 Justin Rugglescosmetics: indentation after last commit
2008-01-03 Justin Rugglesremove workaround which is no longer needed due to
2008-01-03 Kostya ShishkovMake decode210() common function.
2008-01-03 Justin Rugglesadd crc check to ac3 decoder
2008-01-02 Christophe GisquetFix issue #301:
2007-12-31 Kostya ShishkovDirect blocks should use motion vectors from the second...
2007-12-30 Justin Rugglessimplify
2007-12-30 Justin Rugglespass an AC3DecodeContext to ac3_downmix() instead of...
2007-12-30 Justin Rugglescosmetics: rename sampling_rate to sample_rate
2007-12-30 Justin Rugglesdo not need to cast a (void *)
2007-12-30 Justin Rugglescosmetics: vertical realignment after last commit
2007-12-30 Justin Rugglescosmetics: rename all AC3DecodeContext variables from...
2007-12-30 Justin Rugglescosmetics: rename GetBitContext gb to gbc
2007-12-30 Justin Rugglesremove unused context variable
2007-12-29 Evgeniy Stepanovexport raw SSA tracks with their own codec ID (patch...
2007-12-28 Ivo van Poortenremove forgotten debug statement
2007-12-28 Ivo van PoortenSort properly
2007-12-28 Ivo van PoortenSun Rasterfile decoder
2007-12-28 Justin Rugglesuse cutoff frequency to adjust bandwidth in ac3 encoder
2007-12-28 Justin Rugglesuse bps instead of kbps for bitrate
2007-12-28 Justin RugglesDo not give advice for which bitrate to choose.
2007-12-28 Justin Rugglesfix typo
2007-12-28 Diego BiurrunRemove mistakenly added multiple inclusion guards.
2007-12-27 Diego BiurrunFix make checkheaders.
2007-12-27 Diego BiurrunAdd necessary #include, fixes the warnings:
2007-12-27 Alexander StrangeFix clicking sound in xa-adpcm.
2007-12-27 Ivo van Poortenremove useless cast
2007-12-27 Michael NiedermayerFix encoding wmv1 with -mbd 1.
2007-12-26 Ivo van PoortenPC Paintbrush PCX image decoder
2007-12-26 Ivo van Poortenremove useless assignment
2007-12-26 Ivo van Poortenremove useless assignment
2007-12-26 Ivo van Poortenremove useless casts
2007-12-25 Reimar DöffingerCheck for avcodec_open codec parameter == NULL and...
2007-12-23 Diego Biurruntypo: begining --> beginning
2007-12-23 Luca BarbatoReindent
2007-12-23 Luca BarbatoMinor fix
2007-12-23 Luca Barbato10l do not load after the buffer...
2007-12-22 Luca BarbatoAdd C/B == 0 cases, 2% slower on CELL but should addres...
2007-12-22 Luca BarbatoReindent
2007-12-22 Luca BarbatoPartially address issue299, no performance change appar...
2007-12-22 Luca BarbatoAvoid a vec_add, directly start with sum
2007-12-22 Luca BarbatoReindent
2007-12-22 Luca BarbatoFactorize common code (almost cosmetic)
2007-12-22 Luca BarbatoCosmetics
2007-12-21 Christophe Gisquetadd MMX version for put_no_rnd_h264_chroma_mc8_c, used...
2007-12-21 Diego BiurrunFix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
2007-12-21 Diego Biurruncomment typo fixes
2007-12-21 Michael NiedermayerMore consistent { placement.
2007-12-21 Michael Niedermayerindent
2007-12-21 Michael Niedermayer~15% faster h264_chroma_mc2/4_c() these also prevent...
2007-12-21 Michael Niedermayer30% faster h264_chroma_mc8_c(), this also prevents...
2007-12-21 Ivo van Poortentypo ;)
2007-12-20 Michael NiedermayerDocument a few more structure change rules with relatio...
2007-12-20 Michael NiedermayerDocument structure change rules with relation to ABI...
2007-12-20 Justin RugglesAdd option for user to scale the amount of dynamic...
2007-12-19 Reinhard NisslFix problem with multithreaded decoding, introduced...
2007-12-19 Diego Biurruncosmetics: Sort some more entries.
2007-12-18 Michael NiedermayerA little more doxygenization.
2007-12-18 Michael NiedermayerDocument Motion_Est_IDs.
2007-12-18 Michael NiedermayerRemove old variable with the next major version bump.
2007-12-18 Baptiste Coudurieradd bitrate helper to choose all dnxhd variants
2007-12-18 Baptiste Coudurieravoid infinite loop if pixel format conversion does...
2007-12-17 Michael Niedermayeranother comment ->doxy
2007-12-17 Michael NiedermayerME default does not belong to the ME type enum.
2007-12-17 Michael Niedermayerchange some normal comments to doxy ones
2007-12-17 Kostya ShishkovCorrect spatial prediction mode in RV30/40 for vertical...
2007-12-17 Michael Niedermayerclarify FIXME
2007-12-17 Reimar DöffingerAdd FF_OPT_TYPE_BINARY and use it to add a cryptokey...
2007-12-17 wgFix crash in PCM decoder when number of channels is...
2007-12-17 Justin RugglesSkip dialog normalization. It shouldn't be used by...
2007-12-17 Justin RugglesRevert commit made in revision 11228. I'm getting some...
2007-12-16 Aurelien Jacobsmove FLAC mmx dsp to its own file
2007-12-16 Diego Biurruncosmetics: comment typo fixes
2007-12-16 Luca BarbatoMake strict altivec parsers happy (gcc-4.3 and others)
2007-12-16 Kostya ShishkovRV40 decoder should use availability cache
2007-12-16 Kostya ShishkovRV30/40 decoding core
2007-12-16 Justin Rugglesdownmix before the IMDCT if no block switching is used
2007-12-15 Reimar DöffingerAdd 'l' suffix where it is necessary because type can...
2007-12-15 Andreas ÖmanAdd missing '\n' to log format text
2007-12-15 Andreas ÖmanMake DCA decoder honor avctx->request_channels in a...
2007-12-15 Andreas ÖmanMake AC3 decoder honor avctx->request_channels
2007-12-15 Kostya ShishkovMake fill_rectangle() available for other decoders
2007-12-14 Jeff DownsFix brain-dead parts of r11216, specifically:
2007-12-14 Jeff DownsEnsure that our total reference frame count does not...
2007-12-14 Jeff DownsActually return with an error condition if we're being...
2007-12-14 Jeff DownsMake h264 decoder conform to requirements of mpegvideo...
2007-12-13 Reimar DöffingerAdd a missing break, before av_set_number would always...
2007-12-13 Jeff DownsFix non_zero_count_cache for deblocking in field pictures.
2007-12-12 Aurelien Jacobsadd required include to make this file self-contained
2007-12-12 Måns Rullgårduse av_log_get/set_level()
2007-12-12 Michael Niedermayerav_*_next() API for libavcodec
2007-12-12 Panagiotis IssarisShow which bitstreamfilters were compiled in, similar...
2007-12-11 Diego Biurruntypo/clarification
2007-12-09 Kostya ShishkovEnable 4x4 IDCT for FASTTX=0 mode in WMV3
2007-12-09 Kostya ShishkovAdd 4x4 IDCT
2007-12-09 Justin Rugglescosmetics: rename ac3 decoder variables
2007-12-09 Justin Rugglescosmetics: rename common ac3 variables
2007-12-09 Justin Rugglescosmetics: vertical align after last commit
next