]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2008-12-29 reynaldoAdd myself as qcelp* maintainer.
2008-12-29 reynaldoAdd my key fingerprint to the list.
2008-12-29 mruconfigure: accept $TMP as location for temporary files
2008-12-29 mruconfigure: simplify TMPDIR setting
2008-12-29 stefanoFix typos.
2008-12-29 michaelClarify that the list of gpg fingerprints is not just...
2008-12-29 michaelAdd spaces into the gpg fingerprint for better readability.
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 rbultjeav_free() -> av_freep(), patch by Reimar Doffinger...
2008-12-28 rbultjeFix double free which happens for playback of .rm files...
2008-12-28 michaelAdd a list of GnuPG fingerprints.
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-28 stefanoMention in the documentation of avfilter_poll_frame...
2008-12-28 kostyaFix a typo that made VMD demuxer always assume Indeo...
2008-12-28 stefanoUse avcodec_check_dimensions() for checking the frame...
2008-12-28 rbultjeReindent after r16368.
2008-12-28 rbultjeAdd audio_pkt_cnt return value to ff_rm_retrieve_cache...
2008-12-28 rbultjeChange audio_pkt_cnt from an array into a single field...
2008-12-28 rbultjeAdd RMStream object as function argument to public...
2008-12-28 rbultjeImplement RMStream stream-specific private data object...
2008-12-27 mruReplace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
2008-12-27 kostyaLatest Coktel Vision VMDs contained Indeo 3, add demuxe...
2008-12-27 mrusimple_idct: use MUL16 and MAC16 from mathops.h
2008-12-27 stefanoMake the VIDIOCMCAPTURE ioctl error message consistent...
2008-12-27 stefanoAdd missing check on the return value of the VIDIOCSWIN...
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 stefanoChange thisIsAVar variable names to this_is_a_var style...
2008-12-27 reimarBump minor number for many small improvements, tiff...
2008-12-26 stefanoFix and extend documentation for avfilter_graph_get_fil...
2008-12-26 stefanoFix typo: ommitted -> omitted.
2008-12-26 mruARM: NEON optimised float_to_int16
2008-12-26 stefanoPut pass_logfilename_prefix check on a single line...
2008-12-26 stefanoRename variables:
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().
2008-12-26 stefanoFix documentation for -passlogfile, the argument is...
2008-12-26 michaelCCITT Fax Group 3 and 4 decompression by kostya.
2008-12-26 stefanoUse more descriptive long_names for Video4Linux input...
2008-12-26 diegoASAO Nelly Moser implementation moved to a better place...
2008-12-26 stefanoChoose better names for the variables in create_filter().
2008-12-26 stefanoFix documentation for avfilter_parse_graph().
2008-12-26 stefanoCheck that the device is a capture device immediately...
2008-12-26 stefanoRemove unnecessary temporary variable "frame_size"...
2008-12-26 stefanoAdd missing check on the result of a VIDIOCCAPTURE...
2008-12-26 stefanoCosmetics: put a space after each comma, improve consis...
2008-12-26 benoits/FFmpeg-devel/ffmpeg-devel/
2008-12-26 darkshikariFix compilation without optimization under 64-bit with...
2008-12-25 mruARM: add new h264 idct functions
2008-12-25 gpoirierDisable usage of ff_h264_idct_add_altivec since AltiVec...
2008-12-25 diegoChange mplayerhq.hu references to ffmpeg.org where...
2008-12-25 diegoFix sample URL.
2008-12-25 diegoThe VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.
2008-12-25 lorenmflatten an array, since gcc fails at optimizing multidi...
2008-12-24 michaelexport refs
2008-12-24 michaelAllow decoders to set AVCodecContext.refs.
2008-12-24 michaelOptimize pred_pskip_motion()
2008-12-24 compnadd amr in avi riff tags
2008-12-23 michaelIndent
2008-12-23 michaelIntegrate get_te0_golomb() calls into the code, this...
2008-12-23 michaelUse get_ue_golomb_31() where possible, almost all are...
2008-12-23 michaelUpdate golomb decoding tables so that get_*_golomb_31...
2008-12-23 michaelAdd get_ue_golomb_31()
2008-12-23 victorUpdate again Cygwin Ports URL after my sloppy previous...
2008-12-23 michaelindent
2008-12-23 michaelUse the new VLC table for the first non trailing coeff...
2008-12-23 michaelOptimize esc removial code.
2008-12-23 kostya352l: correct calculating number of bits for storing...
2008-12-23 michaelIndent
2008-12-23 michaelunified CAVLC level decoding LUT.
2008-12-23 victorComplete the list of external libraries.
2008-12-23 victorAdvice on compiler versions
next