]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Fix warning "format not a string literal and no format arguments".
[frescor/ffmpeg.git] / libavcodec /
2008-12-16 benoitFix warning "format not a string literal and no format...
2008-12-16 conradWorkaround for shared libs on OS X with Apple gcc 4.0.1
2008-12-15 benoitCheck extradata is large enough.
2008-12-15 stefanoImplement the av_set_number2() internal function, which...
2008-12-15 stefanoRemove ending period in a log message, which was incons...
2008-12-15 diegoSwitch xvmc over to a CONFIG_ option.
2008-12-15 diegowhitespace cosmetics
2008-12-15 mruARM: NEON optimised h264_idct_dc_add
2008-12-15 mruARM: NEON optimised h264_idct_add
2008-12-15 mruARM: NEON optimised H.264 8x8 and 16x16 qpel MC
2008-12-15 mruARM: NEON optimised H.264 loop filter
2008-12-15 mruARM: NEON optimised {put,avg}_h264_chroma_mc[48]
2008-12-15 mruARM: NEON optimised simple_idct
2008-12-15 mruARM: NEON optimised put_pixels functions
2008-12-15 diegoAvoid invasion of POSIX-reserved _t namespace.
2008-12-15 kostyaFix one peculiar case in Smacker decoding.
2008-12-15 diegoAvoid POSIX-reserved _t in identifier names.
2008-12-15 michaelEnable filter_mb_fast if CODEC_FLAG2_FAST is set.
2008-12-15 aurelvp56: don't reset dimensions to 0 in codec init
2008-12-14 stefanoMove documentation of avcodec_register_all() allcodecs...
2008-12-14 stefanoRemove set_all_opt() and its use in av_set_string2...
2008-12-14 stefanoDocument register_avcodec().
2008-12-14 stefanoMake register_avcodec() call avcodec_init().
2008-12-14 stefanoUse a more explicit "codec" rather than "format" as...
2008-12-14 aurelindeo3: replace sizeof(struct ...) by sizeof(*var)
2008-12-14 diegocosmetics: typo/grammar/wording/whitespace fixes
2008-12-14 diegoPrevent shift overflow, patch by Anders Grönberg, galil...
2008-12-14 diegoAdd a few const qualifiers in appropriate places.
2008-12-14 melansonundoing revision 16118 for truemotion1.c; commit was...
2008-12-14 melansonThe POSIX namespace shall be held sacrosanct. To that...
2008-12-14 aurelavoid POSIX reserved _t suffix
2008-12-14 aurelget ride of mmx_t
2008-12-13 diegoDo not invade _t POSIX namespace.
2008-12-13 diegoReplace 'typedef struct ustr_t' by 'struct ustr', _t...
2008-12-13 diegoAdd img_convert() to imgconvert.h and #include it from...
2008-12-13 lu_zeroLet imgresample altivec code build
2008-12-13 lu_zeroCleanup types
2008-12-13 lu_zeroUnbreak imgresample altivec
2008-12-12 stefanos/#AVClass/AVClass/, consistent with the rest of the...
2008-12-12 michaelMore POSIX _t namespace cleanup.
2008-12-12 gpoirieradd Altivec implementation of clear_block
2008-12-12 ods15Rename all vorbis encoder related typedefs to not use...
2008-12-12 bcoudurierfix mjpega bitfilter when dht, dqt, sof0 are not ordere...
2008-12-12 aurelrename Vp56Model to VP56Model for consistency
2008-12-12 bcoudurierdnxhd get_pixels_8x4_sym sse2
2008-12-12 bcouduriermove get_pixels_8x4 before init func to avoid useless...
2008-12-12 bcoudurierrename 4x8 to 8x4 to match widthxheight consistancy
2008-12-11 aurelcosmetics: vertical alignment
2008-12-11 aurelavoid POSIX reserved _t suffix
2008-12-11 aurelavoid POSIX reserved _t suffix
2008-12-11 michaels/qp_t/qp_tt/ to avoid bad examples that could lead...
2008-12-11 vitorAvoid POSIX reserved _t suffix.
2008-12-11 vitorRename ROQDPCMContext_t to ROQDPCMContext to avoid...
2008-12-11 bcouduriermove structure definitions in their own header
2008-12-11 bcouduriercosmetics
2008-12-11 bcoudurieruse dsp clear_block
2008-12-11 bcoudurieruse dsp clear_block
2008-12-11 conradFix compilation with only Theora decoder enabled
2008-12-11 reynaldoAvoid the 'Claimed bitrate and buffer size mismatch...
2008-12-10 lorenmclear_block mmx
2008-12-10 lorenmfix progressive jpeg:
2008-12-10 mruAAC: move scratch array to context to ensure 16-byte...
2008-12-09 diegoRemove useless inline qualifier, fixes linking with...
2008-12-09 superdumpAAC: Use a sign LUT rather than 1-2*get_bits1()
2008-12-09 superdumpAAC: Unroll code within decode_spectrum_and_dequant...
2008-12-09 superdumpAAC: Remove unnecessary fabsf()
2008-12-08 stefanoMake av_log_missing_feature an internal function, and...
2008-12-08 jbrcosmetics: alignment after last commit
2008-12-08 jbrac3: detect dba errors and prevent writing past end...
2008-12-07 kostyaDo not attempt to decode RV30/40 B-frames without anchors.
2008-12-07 ramiromlp: cosmetics: remove {}s over one-lined if.
2008-12-07 ramiromlp: support bit-depths greater than 16 by default.
2008-12-06 jbrac3dec: simplify exponent bounds checking
2008-12-06 ramiromlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
2008-12-06 jbrac3dec: add missing feature log message for block start...
2008-12-06 jbrac3dec: use skip_bits_long() for block start bits
2008-12-06 jbrac3dec: unroll inner loop in exponent decoding. 46...
2008-12-06 jbrcosmetics: vertical alignment
2008-12-06 jbrcosmetics: reindent after last commit
2008-12-06 jbrac3dec: detect out-of-range exponents
2008-12-06 mruARM: remove some useless comments
2008-12-06 kostyaMake decoding run of pixels in MS RLE saner.
2008-12-06 kostyaPrint out some errors found during MS RLE decoding
2008-12-06 kostyaAASC can contain raw data in addition to MS-RLE
2008-12-05 michaelCheck that cpb_count is within the allowed range.
2008-12-05 michaelFix FF_OPT_TYPE_INT64 support of defaults.
2008-12-05 benoitFix an overflow in the predictor.
2008-12-04 reynaldoSilence some ICC warnings. Patch by Vitor Sessak.
2008-12-04 reynaldoAdds expected const qualifier on 'buf' to match AVCodec...
2008-12-04 reynaldoCOSMETICS, add missing remarks crediting Ben and Kenan
2008-12-04 kostyaFraps version 3 seems to be the same as Fraps v5
2008-12-04 bcoudurierpartial WRAW fourcc support, might need image flipping
2008-12-04 jbrsilence gcc warning: ‘n_bands’ may be used uninitialized
2008-12-04 jbrac3dec: use uint8_t for band sizes
2008-12-04 reynaldoRemoves misleading const qualifier, gets rid of two...
2008-12-03 mruARM: convert VFP code to UAL syntax
2008-12-03 michaelImplement complexity estimation parsing and try to...
2008-12-03 diegoDelete unnecessary 'extern' keywords.
2008-12-03 jbrac3dec: skip decoding and use error concealment for...
2008-12-03 ramiromlp: initialize all CRC tables in a common function.
next