]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix concat seeking SEEK_END case.
[ffmpeg] / libavcodec /
2010-03-07 Alex Converse10l: AAC: Set multiplier to 0.
2010-03-07 Alex ConverseAAC: Set codec parameters in the first frame rather...
2010-03-07 Måns RullgårdCreate a public API for FFT family of functions
2010-03-07 Måns RullgårdGive RDFT types more meaningful names
2010-03-07 Måns RullgårdUpdate include directives in fft-test.c
2010-03-07 Alex ConverseIncrease FF_INPUT_BUFFER_PADDING_SIZE to 64.
2010-03-07 Alex ConverseAAC: Add a new line after the TNS error message.
2010-03-07 Alex ConverseAdd support for non-backwards compatible signaled param...
2010-03-07 Maxim PoliakovskiBand quant tables should not be assigned inside band...
2010-03-07 Reimar DöffingerFix --enable-hardcoded-tables compilation: the generate...
2010-03-07 Maxim PoliakovskiWhen tracking non-zero coefficients during Indeo 5...
2010-03-06 Michael Niedermayerheader for common code between mp3 decoder and encoder.
2010-03-06 Måns RullgårdPPC: move prototypes to headers and make some functions...
2010-03-06 Måns Rullgårdx86: move function prototypes to header files
2010-03-06 Måns RullgårdMove ff_spatial_dwt() prototype to snow.h
2010-03-06 Måns RullgårdMove some dsp func prototypes to dsputil.h; they are...
2010-03-06 Måns RullgårdMove some VC1 dsp prototypes to dsputil.h; they are...
2010-03-06 Måns RullgårdMove ff_set_qscale() prototype to mpegvideo.h; it is...
2010-03-06 Måns RullgårdMove prototypes for various dsputil init functions...
2010-03-06 Måns RullgårdMove some prototypes from dsputil.c to reasonable heade...
2010-03-06 Måns RullgårdMake some functions static
2010-03-06 Måns RullgårdAdd some missing #includes
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.
next