]> git.sesse.net Git - ffmpeg/history - libavcodec
indent
[ffmpeg] / libavcodec /
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
2007-12-09 Justin Rugglescosmetics: rename ac3 bit allocation variables
2007-12-09 Justin Rugglescosmetics: rename ac3 tables
2007-12-08 Aurelien Jacobsadd ff_ prefix to all simple_idct symbols
2007-12-08 Kostya ShishkovReindent after last commit
2007-12-08 Kostya ShishkovUpdate Altivec variant of vc1_inv_trans_8x4
2007-12-08 Kostya ShishkovUse IDCT functions when FASTTX=0
2007-12-08 Kostya ShishkovSwitch VC-1 decoder to output decoded residual immediately.
2007-12-08 Kostya ShishkovRename some tables
2007-12-07 Kostya ShishkovUse existing function for VLC reading
2007-12-07 Kostya ShishkovCheck decoded dimensions for validity
2007-12-07 Kostya ShishkovIntra types will be stored in int8_t array
2007-12-07 Kostya ShishkovAdd decoder flags
2007-12-07 Kostya ShishkovReplace table with its H.263 counterpart
2007-12-06 Kostya ShishkovUpdate tables for RV40 decoder
2007-12-06 Michael Niedermayerprevent warnings about functions being possibly unused
2007-12-06 Michael Niedermayerthank you for your efforts to keep my code clean, but...
2007-12-05 Panagiotis IssarisVerify long_ref_count!=0. Fix issue 281.
2007-12-05 Alexander StrangeFix missing chroma in version 3 STR.
2007-12-05 Michael Niedermayerfix decoding of the first frame of gray.mov
2007-12-05 Jeff DownsInitialize function pointers used by error resilience...
2007-12-04 Kostya ShishkovRV40 decoder specific functions
2007-12-03 Diego Biurruncolour --> color in variable names
2007-12-03 Diego Biurruncosmetics: comment spelling fixes
2007-12-03 Diego Biurruncosmetics: spelling fixes
2007-12-03 Michael Niedermayermake rc_buffer_size apply to audio as well
2007-12-03 Kostya ShishkovRename function to reflect its action
2007-12-03 Michael Niedermayersimplify
2007-12-03 Michael Niedermayermake the AVOption code work with strings instead of...
2007-12-02 Reimar DöffingerSome spelling fixes in comments
2007-12-02 Reimar DöffingerUse the correct "const float *" type for variable inste...
2007-12-02 Reimar DöffingerAdd missing const to last argument of decode_significan...
2007-12-02 Baptiste Coudurierindentation
2007-12-02 Baptiste Coudurierdnxhd 720p encoding and decoding support
2007-12-02 Baptiste Couduriercosmetics, encode_variance -> encode_fast
2007-12-02 Baptiste Coudurierfix corner case when qscale 1 bits < frame bits but...
2007-12-02 Kostya ShishkovRealVideo 3 decoder functions
2007-12-02 Diego BiurrunMisc spelling fixes, prefer American over British English.
2007-12-02 Diego BiurrunFix some spelling mistakes.
2007-12-02 Kostya ShishkovRV30/40 common VLC tables
2007-12-01 Vitor SessakFix alignment broke by my last patch
2007-12-01 Vitor Sessakspelling
2007-12-01 Kostya ShishkovTIFF may omit compression tag.
2007-12-01 Diego Biurrunsucces --> success typo
2007-12-01 Reimar DöffingerFix nodes[nb_codes*2-1].count being uninitialized and...
2007-12-01 Michael Niedermayersenseless cast and ()
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-11-30 Reimar Döffingerwma_decode_superframe always returns s->block_align...
2007-11-30 Diego BiurrunFix make checkheaders, #include <inttypes.h> was missing.
2007-11-29 Michael Niedermayerfix segfault with interlaced h.264
2007-11-28 Ian CaulfieldMLP/TrueHD parser
next