]> git.sesse.net Git - ffmpeg/history - libavcodec
Fix implicit cast warning
[ffmpeg] / libavcodec /
2010-06-27 David ConradFix build without yasm
2010-06-27 Jason Garrett-GlaserFirst shot at VP8 optimizations:
2010-06-27 David ConradVP8 bilinear filter
2010-06-27 David Conradvorbisdec: Take channels into account when checking...
2010-06-27 David Conradvorbisdec: Fix header parsing with no floor1 partitions
2010-06-27 David Conradvorbisdec: Remove write-only variable
2010-06-27 Måns Rullgårdvp8: warn and request sample if upscaling specified...
2010-06-26 Måns RullgårdRemove PPC perf counter support
2010-06-26 Måns RullgårdRemove --enable-gprof flag
2010-06-26 Måns RullgårdRemove unnecessary ../ from include directives
2010-06-26 Måns RullgårdARM: fix build with TI compiler
2010-06-26 Måns Rullgårdffv1: remove VLAs
2010-06-26 Måns Rullgårdshorten: remove VLA and check for buffer overflow
2010-06-26 Måns Rullgårdalsdec: convert VLAs to fixed size
2010-06-26 Måns Rullgårdpcx: convert VLAs to malloc/free
2010-06-26 Måns Rullgårdlsp: convert variable-length arrays to fixed size
2010-06-26 Måns Rullgårdsvq1dec: replace VLA with malloc/free
2010-06-25 Måns Rullgårdhuffyuv: remove unnecessary size argument from generate...
2010-06-25 Måns RullgårdMake vp8 select h264dsp and use this to pull in mmx...
2010-06-25 Carl Eugen HoyosFix compilation without --enable-gpl.
2010-06-25 Jason Garrett-GlaserReally fix r23782
2010-06-25 Måns Rullgårdelbg: remove VLAs
2010-06-25 Jason Garrett-GlaserFix c99ism in r23782
2010-06-25 Carl Eugen HoyosCosmetics: Fix indentation.
2010-06-25 Måns Rullgårdhuffyuv: make VLAs fixed size
2010-06-25 Jason Garrett-Glaser16x16 and 8x8c x86 SIMD intra pred functions for VP8...
2010-06-25 Jason Garrett-GlaserMake VP8 DSP functions take two strides
2010-06-25 Måns Rullgårdtwinvq: remove VLAs
2010-06-25 Måns Rullgårdrv34: kill VLAs
2010-06-25 Jason Garrett-Glaserfix typo in vp8 decoder error message
2010-06-24 Måns Rullgårdtta: replace potentially huge VLAs with malloc/free...
2010-06-24 Thad WardSet an opaque alpha value when decoding rgba ffv1.
2010-06-24 Måns RullgårdRemove VLA in ff_kbd_window_init, limit window size...
2010-06-24 Måns Rullgårdvp6: convert VLA to fixed size
2010-06-24 Vitor SessakFix compilation on x64.
2010-06-24 Vitor SessakFix asm constraints in apply_window()
2010-06-24 Måns Rullgårdalac: change VLAs to fixed size
2010-06-24 Vitor SessakSSE-optimized MP3 floating point windowing functions
2010-06-23 Måns Rullgårdsnow: remove unused parameter to mc_block()
2010-06-23 Stefan Gehreravoid conditional and division in chroma MV calculation
2010-06-23 Måns Rullgårdflacenc: convert VLA to fixed size
2010-06-23 Vitor SessakMove float-specific function to mpegaudiodec_float.c
2010-06-23 Vitor SessakRemove pointless condition in #if
2010-06-23 Alex ConverseFix alphabetization of the CONFIG_HARDCODED_TABLES...
2010-06-23 Alex Converseaactab: Tablegenify ff_aac_pow2sf_tab.
2010-06-23 Jason Garrett-GlaserUpdate x264asm header files to latest versions.
2010-06-23 Ronald S. BultjeFix a typo, spotted by Diego.
2010-06-23 Diego BiurrunAdd required #includes to pass 'make checkheaders'.
2010-06-23 Måns RullgårdRemove OS/2 threads support
2010-06-22 Måns RullgårdRemove beosthreads support
2010-06-22 Måns RullgårdImprove some uses of ff_cropTbl with constant offset
2010-06-22 Jason Garrett-GlaserUse right-shift instead of division by two.
2010-06-22 Ronald S. BultjeReindent after r23721.
2010-06-22 Ronald S. BultjeRename PACK4x8() to PACK4UINT8().
2010-06-22 Alex ConverseMove Parametric Stereo related ps* files to aacps*.
2010-06-22 David ConradNative VP8 decoder.
2010-06-22 Ronald S. BultjeChange a / 256 into a >> 8.
2010-06-22 Ronald S. BultjeReindent after r23716.
2010-06-22 David ConradAdd intra prediction functions for VP8.
2010-06-22 Ronald S. BultjeAdd a macro to pack 4 bytes into native byte-order...
2010-06-22 David ConradMake "topright" argument to pred4x4() const.
2010-06-22 Alex ConverseCosmetics whitespace.
2010-06-22 Peter RossIFF PBM decoder: Add a pad byte if image width is odd...
2010-06-22 Martin StorsjöBump micro version, add changelog entry for DTS-ES...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: Cosmetic cleanup
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: add code to...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: update and add...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: move original...
2010-06-22 Nick BreretonSupport DTS-ES extension (XCh) in dca: move subband_sam...
2010-06-22 Martin Storsjölibvorbis: Only drop 1-byte packets at end of stream
2010-06-21 Reimar Döffingermathematics.h no longer needs config.h, so update table...
2010-06-21 Alex Converseaacdec: cosmetics: (more) whitespace
2010-06-21 Alex Converseaacdec: cosmetics: whitespace
2010-06-21 Alex Converseaacdec: Factorize if (elem_type < TYPE_DSE).
2010-06-21 Alex Converseaacdec: Handle the first frame being empty case.
2010-06-20 Alex Converseaacsbr: Make dk signed. There is no point in it being...
2010-06-20 Alex Conversepsdec: IPD/OPD reset is no longer needed by the context...
2010-06-20 Alex Conversepsdec: Simplify filter addressing by incrementing the...
2010-06-20 Nick BreretonFix typo in macro name.
2010-06-20 Alex Conversepsdec: Replace a division with a shift.
2010-06-20 Alex ConverseRename PS bitstream reading functions to have a read_...
2010-06-20 Alex ConverseCosmetics: whitespace.
2010-06-20 Alex ConverseUse memcpy() where appropriate in PS stereo processing...
2010-06-20 Alex ConverseAllow PS envelope fixup when ps->num_env_old <= 1.
2010-06-20 Alex Converse10l: aacsbr: Fix f_master[2] calculation when k2diff...
2010-06-20 Alex ConverseDocument the PS_BASELINE define.
2010-06-20 Alex ConverseRemove iid_mode from the PS context.
2010-06-20 Vitor SessakFix breakage in compilation with --disable-mpegaudio...
2010-06-20 Måns RullgårdRemove libfaad wrapper
2010-06-19 Alex Conversepsdec: Factorize iid/icc/ipd/opd parameter bitstream...
2010-06-19 Alex ConverseAdd HE-AAC v2 support to the AAC decoder.
2010-06-19 Vitor SessakFactorize the mpegaudio windowing code in a function...
2010-06-18 Laurent AimarMPEG-2 DXVA2 implementation
2010-06-16 Martin Storsjölibvorbis: Use memmove instead of memcpy for shifting...
2010-06-16 Janne Grunaudvbsub: parse display definition segment
2010-06-15 Baptiste CoudurierFix svq3 watermark log uncompress on 64bit, probably...
2010-06-15 Baptiste CoudurierSupport gray16be and rgb48be in mov
2010-06-14 Martin Storsjönellymoserdec: Increase the log level of messages when...
2010-06-14 Martin StorsjöReindent
2010-06-14 Martin Storsjönellymoserdec: Simplify calculation of numbers of blocks
next