]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-01-03 Michael NiedermayerChange AVSubtitle.rects to an array of pointers so...
2009-01-03 Michael NiedermayerDisplay subtitles within the display area.
2009-01-03 Michael NiedermayerAdd enum AVSubtitleType
2009-01-03 Jason Garrett... Add x264 SSE2 iDCT functions to H.264 decoder.
2009-01-02 Diego BiurrunAvoid POSIX-reserved _t namespace.
2009-01-02 Diego BiurrunAvoid POSIX-reserved _t namespace.
2009-01-02 Stefano SabatiniBump year number.
2009-01-02 Stefano SabatiniCosmetics: break line to make it not longer than 80...
2008-12-31 Michael Niedermayer10l set AVPacket.size to the true size of the returned...
2008-12-31 Michael NiedermayerFix indention which was off by 1 space.
2008-12-31 Michael NiedermayerReplace buffer by AVPacket and avoid a memcpy() for...
2008-12-31 Michael NiedermayerMerge videobuf and audiobuf.
2008-12-30 Michael NiedermayerSimplify the top of rm_assemble_video_frame().
2008-12-30 Michael NiedermayerAdd a few error checks to rm_assemble_video_frame()
2008-12-30 Michael NiedermayerAll non zero returns of rm_assemble_video_frame() are...
2008-12-30 Carl Eugen... Silence two icc warnings:
2008-12-30 Benoit FouetAdd my GnuPG fingerprint.
2008-12-30 Måns RullgårdARM: work around linker bug with movw/movt relocations...
2008-12-30 Måns RullgårdMake shared/static full CONFIG options
2008-12-30 Måns Rullgårdconfigure: check for ARMv6T2 support
2008-12-30 Måns RullgårdARM: rename coefficient table in NEON IDCT
2008-12-29 Aurelien JacobsRemove duplicated dot product code. Use dsputil's
2008-12-29 Reimar DöffingerMy gpg key fingerprint.
2008-12-29 Reynaldo H... COSMETICS. Write my full name instead.
2008-12-29 Reynaldo H... Add myself as qcelp* maintainer.
2008-12-29 Reynaldo H... Add my key fingerprint to the list.
2008-12-29 Måns Rullgårdconfigure: accept $TMP as location for temporary files
2008-12-29 Måns Rullgårdconfigure: simplify TMPDIR setting
2008-12-29 Stefano SabatiniFix typos.
2008-12-29 Michael NiedermayerClarify that the list of gpg fingerprints is not just...
2008-12-29 Michael NiedermayerAdd spaces into the gpg fingerprint for better readability.
2008-12-29 Kostya ShishkovIt turned out that RV30 uses motion vectors for forward...
2008-12-28 Michael NiedermayerExplain the lack of +3/7
2008-12-28 Reimar Döffingerav_free() -> av_freep(), patch by Reimar Doffinger...
2008-12-28 Ronald S. BultjeFix double free which happens for playback of .rm files...
2008-12-28 Michael NiedermayerAdd a list of GnuPG fingerprints.
2008-12-28 Carl Eugen... Revert r16375: It broke aac decoding.
2008-12-28 Carl Eugen... Reduce number of warnings when compiling with icc by...
2008-12-28 Carl Eugen... Silence one warning when compiling with icc:
2008-12-28 Carl Eugen... Fix h264 decoding on SSE2 cores with icc compilation.
2008-12-28 Stefano SabatiniMention in the documentation of avfilter_poll_frame...
2008-12-28 Kostya ShishkovFix a typo that made VMD demuxer always assume Indeo...
2008-12-28 Stefano SabatiniUse avcodec_check_dimensions() for checking the frame...
2008-12-28 Ronald S. BultjeReindent after r16368.
2008-12-28 Ronald S. BultjeAdd audio_pkt_cnt return value to ff_rm_retrieve_cache...
2008-12-28 Ronald S. BultjeChange audio_pkt_cnt from an array into a single field...
2008-12-28 Ronald S. BultjeAdd RMStream object as function argument to public...
2008-12-28 Ronald S. BultjeImplement RMStream stream-specific private data object...
2008-12-27 Måns RullgårdReplace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
2008-12-27 Kostya ShishkovLatest Coktel Vision VMDs contained Indeo 3, add demuxe...
2008-12-27 Måns Rullgårdsimple_idct: use MUL16 and MAC16 from mathops.h
2008-12-27 Diego BiurrunAvoid POSIX-reserved _t namespace.
2008-12-27 Stefano SabatiniMake the VIDIOCMCAPTURE ioctl error message consistent...
2008-12-27 Stefano SabatiniAdd missing check on the return value of the VIDIOCSWIN...
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-27 Luca BarbatoRemove stray code
2008-12-27 Luca BarbatoCleanup _t types in libavcodec/ppc
2008-12-27 Stefano SabatiniChange thisIsAVar variable names to this_is_a_var style...
2008-12-27 Reimar DöffingerBump minor number for many small improvements, tiff...
2008-12-26 Stefano SabatiniFix and extend documentation for avfilter_graph_get_fil...
2008-12-26 Stefano SabatiniFix typo: ommitted -> omitted.
2008-12-26 Måns RullgårdARM: NEON optimised float_to_int16
2008-12-26 Stefano SabatiniPut pass_logfilename_prefix check on a single line...
2008-12-26 Stefano SabatiniRename variables:
2008-12-26 Michael NiedermayerEnable faxcompr.
2008-12-26 Michael Niedermayerindent
2008-12-26 Michael NiedermayerSimplify vertical mode
2008-12-26 Michael NiedermayerAnd another sechole ...
2008-12-26 Michael NiedermayerFix yet another sechole.
2008-12-26 Michael NiedermayerFix another sechole.
2008-12-26 Michael NiedermayerMinor simplification.
2008-12-26 Michael NiedermayerRemove unused run_start variable.
2008-12-26 Michael NiedermayerMove sync line pointers code to the end of the loop...
2008-12-26 Michael NiedermayerGet rid of check for condition that is always true...
2008-12-26 Michael NiedermayerGet rid of pix_left in the 2d code, it is simpler that...
2008-12-26 Reynaldo H... COSMETICS Part 3 and final of Kenan Gillet's QCELP...
2008-12-26 Reynaldo H... Part 2 of Kenan Gillet's QCELP silence handling patch.
2008-12-26 Michael NiedermayerFactorize "avctx->width + 2" out to avoid someone mista...
2008-12-26 Michael Niedermayercosmetic (moving pix_left update)
2008-12-26 Michael NiedermayerClose gaping sechole. That is, a series of run=0 allows...
2008-12-26 Michael Niedermayerminor simplification
2008-12-26 Michael NiedermayerMerge ff_ccitt_unpack_1d and 2d.
2008-12-26 Michael NiedermayerEnsure that an invalid run terminates the line.
2008-12-26 Michael Niedermayer10l != vs. == (yes, my fault not kostya's).
2008-12-26 Michael Niedermayerindent
2008-12-26 Michael NiedermayerSimplify zero run handling in put_line().
2008-12-26 Michael NiedermayerAvoid negation in put_line().
2008-12-26 Michael NiedermayerFactorize mode switching in put_line().
2008-12-26 Michael NiedermayerFix (rewrite) find_group3_syncmarker().
2008-12-26 Stefano SabatiniFix documentation for -passlogfile, the argument is...
2008-12-26 Michael NiedermayerCCITT Fax Group 3 and 4 decompression by kostya.
2008-12-26 Stefano SabatiniUse more descriptive long_names for Video4Linux input...
2008-12-26 Diego BiurrunASAO Nelly Moser implementation moved to a better place...
2008-12-26 Stefano SabatiniChoose better names for the variables in create_filter().
2008-12-26 Stefano SabatiniFix documentation for avfilter_parse_graph().
2008-12-26 Stefano SabatiniCheck that the device is a capture device immediately...
2008-12-26 Stefano SabatiniRemove unnecessary temporary variable "frame_size"...
2008-12-26 Stefano SabatiniAdd missing check on the result of a VIDIOCCAPTURE...
2008-12-26 Stefano SabatiniCosmetics: put a space after each comma, improve consis...
next