]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix make install
[ffmpeg] / libavcodec /
2010-03-06 Thilo BorgmannFix last frame block size correction.
2010-03-06 Kostya ShishkovBink version 'h' also has chroma planes swapped
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-03-06 Måns RullgårdMove DECLARE_ALIGNED_{8,16} macros to mem.h
2010-03-05 Vitor SessakRound correctly chroma picture height.
2010-03-05 Janusz KrzysztofikAdd initial support for 12-bit color mode.
2010-03-05 Janusz KrzysztofikFix BGR cases missing from depth test in avcodec_get_pi...
2010-03-04 Laurent AimarFixed DXVA2 H264 hwaccel after luma/chroma_weight changes.
2010-03-04 Laurent AimarFixed buffer overread in flashsv decoder.
2010-03-04 Alex ConverseAAC: Return the number of bytes consumed in decoding...
2010-03-04 David ConradReally fix 2.95
2010-03-04 David ConradMaybe fix gcc 2.95
2010-03-04 Gwenole BeauchesneCope with rev 22183:
2010-03-04 Alex ConverseAAC: Mark predictor functions av_always_inline.
2010-03-04 Alex ConverseCosmetics: Re-indent after last commit.
2010-03-04 Alex ConverseAAC parser: Don't write channels, sample rate, and...
2010-03-04 Michael NiedermayerPort Optimizations about *_type init from decode to...
2010-03-04 Michael NiedermayerOptimize *_type init, 1.5 cpu cycles faster.
2010-03-03 David ConradDelay translating DCT tokens into coefficients until...
2010-03-03 David ConradDo MC and IDCT in coding (hilbert) order
2010-03-03 David ConradExplictly separate decoding whether fragments are coded...
2010-03-03 Aurelien Jacobsmove vp6 huffman table freeing code, out of common...
2010-03-03 Michael NiedermayerReorder indexes in weight tables.
2010-03-03 Michael NiedermayerMove all context fields that are not used in the mb...
2010-03-03 Laurent AimarFixed DXVA2 H264 hwaccel compilation.
2010-03-03 Michael Niedermayerremove unused left_border field from context.
2010-03-03 Michael Niedermayercosmetic addition of {}
2010-03-03 Michael NiedermayerNote about luma/chroma_weight tables and their datatype.
2010-03-03 Laurent AimarFixed overreads in TTA decoder with corrupted bistreams.
2010-03-03 Vitor SessakPlug some memory leaks in the VP6 decoder
2010-03-03 Michael Niedermayermove svq3 specific fields to the end of the context
2010-03-03 Gwenole BeauchesneCope with rev 22169 change:
2010-03-03 Michael NiedermayerMerge weight & offset tables, 15 cpu cycles faster.
2010-03-03 Michael NiedermayerSimplify implicit_weight table init.
2010-03-03 Peter RossPerform coefficient transformations in Bink Audio DCT...
2010-03-03 Peter Rossuse intended const syntax
2010-03-03 Michael NiedermayerAnother 3 useless zeroing instructions.
2010-03-03 Michael NiedermayerLoad the whole left side of mv&ref only when needed.
2010-03-03 Carl Eugen HoyosSupport B-frames when decoding MPEG-4 with VDPAU hardwa...
2010-03-02 Carl Eugen HoyosPass correct buffer-pointer and buffer-size to hardware...
2010-03-02 Måns RullgårdMake lsp a separate configurable and select it from...
2010-03-02 Michael NiedermayerFix a bunch of bugs ive introduced recently that broke...
2010-03-01 Vitor SessakFix spelling in comment
2010-03-01 Vitor SessakAdd commented-out unoptimized code to improve readability
2010-03-01 Carl Eugen HoyosProcess packed bitstream also for VDPAU.
2010-03-01 Aurelien Jacobsrevert r22112 which broke playback of cathedral-beta2...
2010-02-28 Michael NiedermayerRemove some unneeded fill_rectangle() for 16x16 blocks.
2010-02-28 Carl Eugen HoyosMake av_build_filter static (and remove av_): It is...
2010-02-28 Carl Eugen HoyosMake av_get_bit_rate() static and remove av_, the funct...
2010-02-28 Carl Eugen HoyosInclude libxvid_internal.h: It contains the prototype...
2010-02-28 Carl Eugen HoyosMake the following functions static (and remove ff_...
2010-02-28 Carl Eugen HoyosMake function get_channel_name() static: It is only...
2010-02-28 Janusz KrzysztofikProcess picture aspect ratio changes in H.264.
2010-02-28 Carl Eugen HoyosInclude internal.h and imgconvert.h, they contain the...
2010-02-28 Carl Eugen HoyosInclude msrledec.h: It contains the prototype for ff_ms...
2010-02-28 Carl Eugen HoyosInclude atrac.h: It contains the prototypes for atrac_g...
2010-02-28 Carl Eugen HoyosInclude mpegaudiodecheader.h: It contains the prototype for
2010-02-28 Carl Eugen HoyosRemove declaration of unused variables.
2010-02-28 Carl Eugen HoyosInclude h263_parser.h: It contains the prototype for
2010-02-28 Carl Eugen HoyosInclude mpeg4video.h: Needed for declaration of ff_mpeg...
2010-02-27 Reimar DöffingerFix avcodec_align_dimensions to return values suitably...
2010-02-27 Jindřich MakovičkaStrides in Indeo 5 reconstruction filter should be...
2010-02-27 Kostya ShishkovEncapsulate VLC information needed for decoding blocks...
2010-02-27 Kostya ShishkovMake it clear that ff_ivi_init_static_vlc() does not...
2010-02-27 Michael NiedermayerMerge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycle...
2010-02-27 Michael NiedermayerSplit *_type setting up, 4 cpu cycles faster.
2010-02-26 Zhou ZongyiOptimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.
2010-02-26 Laurent AimarFixed a segfault in the DCA decoder with corrupted...
2010-02-26 Vitor SessakDo not read beyond end of input in EA-TGV. This should...
2010-02-26 Michael NiedermayerOnly load the topleft mv/ref when the topright is unava...
2010-02-26 Michael NiedermayerRemove some useless operations from the code setting...
2010-02-26 Michael NiedermayerSimplify code to set cbp_*
2010-02-26 Benoit FouetFix typos in ref_index documentation.
2010-02-26 Michael NiedermayerMove init of right side of ref_cache from fill_caches...
2010-02-26 Michael NiedermayerRemove 3 mv_cache zeroing instructions that zeroed...
2010-02-26 Michael NiedermayerRemove useless check of the 2 left MBs of a pair being...
2010-02-26 Michael NiedermayerClarify ref_index.
2010-02-26 Michael NiedermayerRemove unneeded line of code from the neighbor setting...
2010-02-26 Michael NiedermayerSimplify code in mv_pred.
2010-02-25 Michael NiedermayerGet rid of mb2b8_xy and b8_stride, change arrays organi...
2010-02-25 Michael Niedermayersvq3 now in working condition, at least vissually,...
2010-02-25 Michael Niedermayerfix compilation, sorry ive not checked cvslog for a...
2010-02-25 Michael NiedermayerDont allocate direct_table 8 times too large.
2010-02-25 Michael NiedermayerStore data in direct_table interleaved.
2010-02-25 Michael NiedermayerSimplify intra4x4_pred_mode_cache init.
2010-02-25 Michael NiedermayerReorder intra4x4_pred_mode so that we can read/write...
2010-02-25 Michael NiedermayerStore intra4x4_pred_mode per row only.
2010-02-25 Michael Niedermayerunroll tiny and trivial loop. Same speed but clearer.
2010-02-25 Michael NiedermayerCut the size of mvd_table by yet another factor of 2.
2010-02-25 Michael NiedermayerKeep mvd_table values of only 2 mb rows.
2010-02-24 Alex Converseaac: Keep decode_band_types() from eating all padding...
2010-02-24 Michael Niedermayer3rd and hopefully last 100l fix.
2010-02-24 Michael NiedermayerFix doxy and assert().
2010-02-24 Michael NiedermayerTry to fix 100l compilation failure on some systems.
2010-02-24 Michael NiedermayerChange mvd_cache & mvd_table to 8bit, this is overall...
2010-02-24 Michael NiedermayerExtend fill_rectangle() support for 16bit
2010-02-24 Michael NiedermayerCalculate mvd without abs()
2010-02-24 Michael Niedermayerswitch back to (amvd>2)+(amvd>32), its 5 cpu cycles...
2010-02-24 Michael NiedermayerFactorize common code from the top of decode_cabac_mb_mvd()
next