]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-01-07 Diego BiurrunUse <> instead of "" for system headers.
2009-01-07 Alex ConverseFactorise enum of AC3 error types to be usable by AAC...
2009-01-07 Robert SwainAdd some lossless h.264 encoding presets as suggested...
2009-01-07 Robert SwainAdd a slow first pass preset
2009-01-07 Robert SwainBe consistent and use b-frames throughout the presets...
2009-01-07 Ronald S. BultjeFix typo ("Standard-compliant" -> "Standards-compliant...
2009-01-07 Robert SwainChange direct prediction for fast first pass to automat...
2009-01-07 Ronald S. BultjeFix doxy comments missing one '*'.
2009-01-07 Ronald S. BultjeUse the "server" RTSP field to detect whether the serve...
2009-01-07 Ronald S. BultjeExport RTSPState and RTSPStream from rtsp.c into rtsp...
2009-01-07 Ronald S. BultjeDon't use s->pb if a local ByteIOContext was already...
2009-01-07 Ronald S. BultjeAllow subscription to any of the streams, not just...
2009-01-07 Ronald S. BultjeParse the OpaqueData field for every AVStream represent...
2009-01-07 Ronald S. BultjeParse the bitrate field in the ASMRuleBook ("AverageBan...
2009-01-07 Ronald S. BultjeParse the ASMRuleBook SDP line to dynamically create...
2009-01-07 David ConradAdd AltiVec versions of h264_idct_add(8|16|16intra),
2009-01-07 Luca AbeniRemove the frame rate from struct video_data, and allow...
2009-01-07 Michael KostylevDon't prefix yasm with cross prefix.
2009-01-07 Diego BiurrunDisable SVQ3 checks if SVQ3 support is not compiled in.
2009-01-07 Diego Biurrunalphabetical ordering cosmetics
2009-01-07 Diego BiurrunRemove inappropriate const qualifier from function...
2009-01-06 David ConradAdd Altivec version of vector_fmul_window.
2009-01-06 David Conradadd AltiVec implementation of weight_h264_pixels(16...
2009-01-06 Aurelien Jacobsfree all allocated metadata structures
2009-01-06 Aurelien Jacobsensure that no GPL code is linked to LGPL only libavcodec
2009-01-06 Carl Eugen... Rename mpeg_set_pixelformat() as mpeg_get_pixelformat().
2009-01-06 Diego Biurruncosmetics: alphabetical order
2009-01-06 Carl Eugen... Factorise setting of avctx->pix_fmt.
2009-01-06 Aurelien Jacobsignore year=0 and track=0
2009-01-06 David ConradFix float_to_int16_altivec prototype to match float_to_...
2009-01-06 David Conradfix compilation with GCC-4.3+
2009-01-06 David Conradoffset and weights are signed, fixes some non-bitexact...
2009-01-06 Carl Eugen... 1l: Forgot to rename header guard.
2009-01-06 Aurelien JacobsAdd a metadata compatibility layer, so that when a...
2009-01-05 Aurelien Jacobsadd a typedef for AVMetadata
2009-01-05 Carl Eugen... Export VDPAU support by installing vdpau.h.
2009-01-05 Carl Eugen... Rename vdpau_render.h as vdpau.h.
2009-01-05 David Conradadd AltiVec implementation of biweight_h264_pixels...
2009-01-05 David ConradAltiVec version of h264_idct(8)_dc_add
2009-01-05 Diego BiurrunRevert deprecation of AVFrac structure. Attempts to...
2009-01-05 Palle LyckegaardAdd -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mr...
2009-01-05 Carl Eugen... Ministry of English Composition treatment: s/Alloced...
2009-01-05 Roman Shaposhnikadditional recovery for the badly broken streams
2009-01-05 Carl Eugen... Remove leading underscore from union declaration.
2009-01-05 Diego BiurrunAdd missing 'void' keyword to parameterless function...
2009-01-05 Diego Biurrunspelling/grammar and whitespace cosmetics
2009-01-05 Jason Garrett... 50l: Reenable error resilience for H264 (Patch by Dark...
2009-01-05 Carl Eugen... Cosmetics: Fix indentation.
2009-01-05 Carl Eugen... 100l: Add a deleted '{'.
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2009-01-04 Aurelien Jacobsrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 Carl Eugen... Fix small errors in configure --help's output.
2009-01-04 Aurelien Jacobsadd metadata in AVStream, AVProgram and AVChapter
2009-01-04 Mike MelansonMinistry of English Composition treatment for the new...
2009-01-04 Michael Niedermayer10l format include path for metadata.h
2009-01-04 Michael NiedermayerMove metadata API from avcodec to avformat.
2009-01-04 Michael NiedermayerGeneric metadata API.
2009-01-04 Aurelien Jacobscosmetic: indent
2009-01-04 Aurelien Jacobsadd a termination condition
2009-01-04 Yoav SteinbergIf we find a VBR tag at the beginning of the file don...
2009-01-04 Stefano SabatiniDrop the deprecated parse_image_size() and parse_frame_...
2009-01-04 Mathieu VeltenUse H264 MMX chroma functions to accelerate RV40 decoding.
2009-01-03 Michael NiedermayerBump LIBAVCODEC_VERSION_MINOR due to AVSubtitle changes.
2009-01-03 Michael NiedermayerAdd type, text and ass to AVSubtitleRect.
2009-01-03 Michael NiedermayerReplace AVSubtitleRect.rgba_palette and bitmap by AVPic...
2009-01-03 Michael NiedermayerReplace some fixed width variable from AVSubtitle*...
2009-01-03 Michael NiedermayerForgot to update (I likely missed it due to its similar...
2009-01-03 Michael NiedermayerFuture doxy for a few fields of AVSubtitleRect.
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...
next