]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text
[frescor/ffmpeg.git] / libavcodec /
2009-01-11 kostyaRV30 decoder passes possible frame sizes in extradata...
2009-01-11 cehoyosRemove H264Context from vdpau_internal.h.
2009-01-10 cehoyosFix OBJS-.
2009-01-10 cehoyosCosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vd...
2009-01-10 cehoyosUse only MpegEncContext in ff_vdpau_h264_add_data_chunk.
2009-01-10 cehoyosCosmetics: Break long line.
2009-01-10 cehoyosFill range_map* in VC1Context.
2009-01-10 stefanoMove the AVCodecContext options definition to a dedicat...
2009-01-10 cehoyosMove vdpau_h264_set_reference_frames() call from vdpauv...
2009-01-09 cehoyosMove VDPAU check, make future VDPAU patches smaller.
2009-01-09 cehoyosAdd refdist_flag to VC1Context.
2009-01-09 mruSH4: fix typo in asm constraint
2009-01-07 cehoyosRename ff_VDPAU as ff_vdpau.
2009-01-07 cehoyosRename bitstreamBuffers* as bitstream_buffers*
2009-01-07 ramiroconfigure: allow to disable sse code.
2009-01-07 diegoOnly #include svq3.c if the SVQ3 decoder is enabled.
2009-01-07 diegoThe SVQ3 decoder uses ff_svq1_packet_checksum from...
2009-01-07 superdumpSupport ADTS AAC files in the ffaac decoder (limited...
2009-01-07 michaelDocument the need of buf=NULL buf_size=0 at the end...
2009-01-07 diegoAdd missing headers to allow 'make checkheaders' to...
2009-01-07 diegoUse <> instead of "" for system headers.
2009-01-07 superdumpFactorise enum of AC3 error types to be usable by AAC...
2009-01-07 gpoirierAdd AltiVec versions of h264_idct_add(8|16|16intra),
2009-01-07 diegoDisable SVQ3 checks if SVQ3 support is not compiled in.
2009-01-06 gpoirierAdd Altivec version of vector_fmul_window.
2009-01-06 gpoirieradd AltiVec implementation of weight_h264_pixels(16...
2009-01-06 aurelensure that no GPL code is linked to LGPL only libavcodec
2009-01-06 cehoyosRename mpeg_set_pixelformat() as mpeg_get_pixelformat().
2009-01-06 cehoyosFactorise setting of avctx->pix_fmt.
2009-01-06 gpoirierFix float_to_int16_altivec prototype to match float_to_...
2009-01-06 gpoirierfix compilation with GCC-4.3+
2009-01-06 gpoirieroffset and weights are signed, fixes some non-bitexact...
2009-01-06 cehoyos1l: Forgot to rename header guard.
2009-01-05 cehoyosExport VDPAU support by installing vdpau.h.
2009-01-05 cehoyosRename vdpau_render.h as vdpau.h.
2009-01-05 gpoirieradd AltiVec implementation of biweight_h264_pixels...
2009-01-05 gpoirierAltiVec version of h264_idct(8)_dc_add
2009-01-05 cehoyosMinistry of English Composition treatment: s/Alloced...
2009-01-05 cehoyosRemove leading underscore from union declaration.
2009-01-05 diegoAdd missing 'void' keyword to parameterless function...
2009-01-05 diegospelling/grammar and whitespace cosmetics
2009-01-05 cehoyos50l: Reenable error resilience for H264 (Patch by Dark...
2009-01-05 cehoyosCosmetics: Fix indentation.
2009-01-05 cehoyos100l: Add a deleted '{'.
2009-01-04 cehoyosAdd VDPAU hardware accelerated decoding for H264 which...
2009-01-04 michaelMove metadata API from avcodec to avformat.
2009-01-04 michaelGeneric metadata API.
2009-01-04 cehoyosUse H264 MMX chroma functions to accelerate RV40 decoding.
2009-01-03 michaelBump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
2009-01-03 michaelAdd type, text and ass to AVSubtitleRect.
2009-01-03 michaelReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 michaelReplace some fixed width variable from AVSubtitle*...
2009-01-03 michaelForgot to update (I likely missed it due to its similar...
2009-01-03 michaelFuture doxy for a few fields of AVSubtitleRect.
2009-01-03 michaelChange AVSubtitle.rects to an array of pointers so...
2009-01-03 michaelAdd enum AVSubtitleType
2009-01-03 darkshikariAdd x264 SSE2 iDCT functions to H.264 decoder.
2009-01-02 diegoAvoid POSIX-reserved _t namespace.
2009-01-02 diegoAvoid POSIX-reserved _t namespace.
2008-12-30 mruARM: work around linker bug with movw/movt relocations...
2008-12-30 mruARM: rename coefficient table in NEON IDCT
2008-12-29 reynaldoRemove duplicated dot product code. Use dsputil's
2008-12-29 kostyaIt turned out that RV30 uses motion vectors for forward...
2008-12-28 michaelExplain the lack of +3/7
2008-12-28 cehoyosRevert r16375: It broke aac decoding.
2008-12-28 cehoyosReduce number of warnings when compiling with icc by...
2008-12-28 cehoyosSilence one warning when compiling with icc:
2008-12-28 cehoyosFix h264 decoding on SSE2 cores with icc compilation.
2008-12-27 mruReplace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
2008-12-27 mrusimple_idct: use MUL16 and MAC16 from mathops.h
2008-12-27 diegoconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-27 lu_zeroRemove stray code
2008-12-27 lu_zeroCleanup _t types in libavcodec/ppc
2008-12-27 reimarBump minor number for many small improvements, tiff...
2008-12-26 mruARM: NEON optimised float_to_int16
2008-12-26 michaelEnable faxcompr.
2008-12-26 michaelindent
2008-12-26 michaelSimplify vertical mode
2008-12-26 michaelAnd another sechole ...
2008-12-26 michaelFix yet another sechole.
2008-12-26 michaelFix another sechole.
2008-12-26 michaelMinor simplification.
2008-12-26 michaelRemove unused run_start variable.
2008-12-26 michaelMove sync line pointers code to the end of the loop...
2008-12-26 michaelGet rid of impossible condition (run_off < avctx->width).
2008-12-26 michaelGet rid of pix_left in the 2d code, its simpler that...
2008-12-26 reynaldoCOSMETICS Part 3 and final of Kenan Gillet's QCELP...
2008-12-26 reynaldoPart 2 of Kenan Gillet's QCELP silent handling patch.
2008-12-26 michaelFactorize "avctx->width + 2" out to avoid someone mista...
2008-12-26 michaelcosmetic (moving pix_left update)
2008-12-26 michaelClose gapping sechole, that is a series of run=0 allows...
2008-12-26 michaelminor simplification
2008-12-26 michaelMerge ff_ccitt_unpack_1d and 2d.
2008-12-26 michaelEnsure that an invalid run terminates the line.
2008-12-26 michael10l != vs. == (yes, my fault not kostyas).
2008-12-26 michaelindent
2008-12-26 michaelSimplify zero run handling in put_line().
2008-12-26 michaelAvoid negation in put_line().
2008-12-26 michaelFactorize mode switching in put_line().
2008-12-26 michaelFix (rewrite) find_group3_syncmarker().
next