]> git.sesse.net Git - ffmpeg/history - libavcodec
ARM: NEON optimised simple_idct
[ffmpeg] / libavcodec /
2008-12-15 Måns RullgårdARM: NEON optimised simple_idct
2008-12-15 Måns RullgårdARM: NEON optimised put_pixels functions
2008-12-15 Diego BiurrunAvoid invasion of POSIX-reserved _t namespace.
2008-12-15 Daniel VerkampFix one peculiar case in Smacker decoding.
2008-12-15 Diego BiurrunAvoid POSIX-reserved _t in identifier names.
2008-12-15 Michael NiedermayerEnable filter_mb_fast if CODEC_FLAG2_FAST is set.
2008-12-15 Aurelien Jacobsvp56: don't reset dimensions to 0 in codec init
2008-12-14 Stefano SabatiniMove documentation of avcodec_register_all() from allco...
2008-12-14 Stefano SabatiniRemove set_all_opt() and its use in av_set_string2...
2008-12-14 Stefano SabatiniDocument register_avcodec().
2008-12-14 Stefano SabatiniMake register_avcodec() call avcodec_init().
2008-12-14 Stefano SabatiniUse a more explicit "codec" rather than "format" as...
2008-12-14 Aurelien Jacobsindeo3: replace sizeof(struct ...) by sizeof(*var)
2008-12-14 Diego Biurruncosmetics: typo/grammar/wording/whitespace fixes
2008-12-14 Anders GrönbergPrevent shift overflow, patch by Anders Grönberg, galil...
2008-12-14 Anders GrönbergAdd a few const qualifiers in appropriate places.
2008-12-14 Mike Melansonundoing revision 16118 for truemotion1.c; commit was...
2008-12-14 Mike MelansonThe POSIX namespace shall be held sacrosanct. To that...
2008-12-14 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-14 Aurelien JacobsGet rid of mmx_t.
2008-12-13 Diego BiurrunDo not invade _t POSIX namespace.
2008-12-13 Diego BiurrunReplace 'typedef struct ustr_t' by 'struct ustr', _t...
2008-12-13 Diego BiurrunAdd img_convert() to imgconvert.h and #include it from...
2008-12-13 Luca BarbatoLet imgresample altivec code build
2008-12-13 Luca BarbatoCleanup types
2008-12-13 Luca BarbatoUnbreak imgresample altivec
2008-12-12 Stefano Sabatinis/#AVClass/AVClass/, consistent with the rest of the...
2008-12-12 Michael NiedermayerMore POSIX _t namespace cleanup.
2008-12-12 Guillaume Poirieradd Altivec implementation of clear_block
2008-12-12 Oded ShimonRename all vorbis encoder related typedefs to not use...
2008-12-12 Jay Freemanfix mjpega bitfilter when dht, dqt, sof0 are not ordere...
2008-12-12 Aurelien Jacobsrename Vp56Model to VP56Model for consistency
2008-12-12 Baptiste Coudurierdnxhd get_pixels_8x4_sym sse2
2008-12-12 Baptiste CoudurierMove get_pixels_8x4 before init func to avoid useless...
2008-12-12 Baptiste Coudurierrename 4x8 to 8x4 to match widthxheight consistently
2008-12-11 Aurelien Jacobscosmetics: vertical alignment
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-11 Aurelien Jacobsavoid POSIX reserved _t suffix
2008-12-11 Michael Niedermayers/qp_t/qp_tt/ to avoid bad examples that could lead...
2008-12-11 Vitor SessakAvoid POSIX reserved _t suffix.
2008-12-11 Vitor SessakRename ROQDPCMContext_t to ROQDPCMContext to avoid...
2008-12-11 Baptiste Couduriermove structure definitions in their own header
2008-12-11 Baptiste Couduriercosmetics
2008-12-11 Baptiste Coudurieruse dsp clear_block
2008-12-11 Baptiste Coudurieruse dsp clear_block
2008-12-11 David ConradFix compilation with only Theora decoder enabled
2008-12-11 Kenan GilletAvoid the 'Claimed bitrate and buffer size mismatch...
2008-12-10 Loren Merrittclear_block mmx
2008-12-10 Loren Merrittfix progressive jpeg:
2008-12-10 Måns RullgårdAAC: move scratch array to context to ensure 16-byte...
2008-12-09 Alexis BallierRemove useless inline qualifier, fixes linking with...
2008-12-09 Alex ConverseAAC: Use a sign LUT rather than 1-2*get_bits1()
2008-12-09 Alex ConverseAAC: Unroll code within decode_spectrum_and_dequant...
2008-12-09 Alex ConverseAAC: Remove unnecessary fabsf()
2008-12-08 Stefano SabatiniMake av_log_missing_feature an internal function, and...
2008-12-08 Justin Rugglescosmetics: alignment after last commit
2008-12-08 Justin Rugglesac3: detect dba errors and prevent writing past end...
2008-12-07 Kostya ShishkovDo not attempt to decode RV30/40 B-frames without anchors.
2008-12-07 Ramiro Pollamlp: cosmetics: remove {}s over one-lined if.
2008-12-07 Ramiro Pollamlp: support bit-depths greater than 16 by default.
2008-12-06 Justin Rugglesac3dec: simplify exponent bounds checking
2008-12-06 Mathieu Veltenmlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
2008-12-06 Justin Rugglesac3dec: add missing feature log message for block start...
2008-12-06 Justin Rugglesac3dec: use skip_bits_long() for block start bits
2008-12-06 Justin Rugglesac3dec: unroll inner loop in exponent decoding. 46...
2008-12-06 Justin Rugglescosmetics: vertical alignment
2008-12-06 Justin Rugglescosmetics: reindent after last commit
2008-12-06 Justin Rugglesac3dec: detect out-of-range exponents
2008-12-06 Måns RullgårdARM: remove some useless comments
2008-12-06 Kostya ShishkovMake decoding run of pixels in MS RLE saner.
2008-12-06 Kostya ShishkovPrint out some errors found during MS RLE decoding
2008-12-06 Kostya ShishkovAASC can contain raw data in addition to MS-RLE
2008-12-05 Michael NiedermayerCheck that cpb_count is within the allowed range.
2008-12-05 Michael NiedermayerFix FF_OPT_TYPE_INT64 support of defaults.
2008-12-05 Jai MenonFix an overflow in the predictor.
2008-12-04 Vitor SessakSilence some ICC warnings. Patch by Vitor Sessak.
2008-12-04 Reynaldo H. Verdej... Add expected const qualifier on 'buf' to match AVCodec...
2008-12-04 Reynaldo H. Verdej... COSMETICS, add missing remarks crediting Ben and Kenan
2008-12-04 Kostya ShishkovFraps version 3 seems to be the same as Fraps v5
2008-12-04 Baptiste Coudurierpartial WRAW fourcc support, might need image flipping
2008-12-04 Justin Rugglessilence gcc warning: ‘n_bands’ may be used uninitialized
2008-12-04 Justin Rugglesac3dec: use uint8_t for band sizes
2008-12-04 Reynaldo H. Verdej... Removes misleading const qualifier, gets rid of two...
2008-12-03 Måns RullgårdARM: convert VFP code to UAL syntax
2008-12-03 Michael NiedermayerImplement complexity estimation parsing and try to...
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-12-03 Justin Rugglesac3dec: skip decoding and use error concealment for...
2008-12-03 Laurent Aimarmlp: initialize all CRC tables in a common function.
2008-12-02 Reynaldo H. Verdej... Trivial rephrasing, avoids too long line
2008-12-02 Reynaldo H. Verdej... Trivial, Cosmetics, mostly brace placement changes
2008-12-02 Kostya ShishkovFix reading out of buffer during RV30/40 deblock mask...
2008-12-02 Kostya Shishkov34l: forgot to change one case of chroma MC for RV40
2008-12-02 Kostya ShishkovCheck RV30/40 slice offsets to be inside buffer.
2008-12-02 Kostya ShishkovUpdate ff_rv34_decode_frame() arguments definition
2008-12-02 Kostya ShishkovRemove unused RV40 spatial intra prediction function
2008-12-02 Kenan GilletCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-02 Michael NiedermayerFix regression test failure with pthreads on multiproce...
2008-12-01 Kenan GilletMore OKed parts of the QCELP decoder
2008-12-01 Vitor SessakRemove hack added to make "make checkheaders" pass...
2008-12-01 Kenan GilletMore OKed parts of the QCELP decoder
next