]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-01-10 Carl Eugen... Cosmetics: Break long line.
2009-01-10 Francesco CosoletoAdd a separate 'testclean' rule to clean regression...
2009-01-10 Stefano SabatiniFix capitalization and missing periods issues.
2009-01-10 Stefano SabatiniMove the AVFormatContext options definition to a dedica...
2009-01-10 Carl Eugen... Fill range_map* in VC1Context.
2009-01-10 Stefano SabatiniMove the AVCodecContext options definition to a dedicat...
2009-01-10 Carl Eugen... Move vdpau_h264_set_reference_frames() call from vdpauv...
2009-01-09 Baptiste Coudurierfix segv, always set audio_buf to audio_buf1 if decodin...
2009-01-09 Ronald S. BultjeReindent to properly fit a 80 chars terminal.
2009-01-09 Ronald S. BultjeReindent after r16509.
2009-01-09 Ronald S. BultjeApply rtpmap: SDP lines to the last m= line only, since...
2009-01-09 Carl Eugen... Move VDPAU check, make future VDPAU patches smaller.
2009-01-09 Baptiste Coudurieronly set le if value is 1, fix boom5.mov, issue #770
2009-01-09 Luca AbeniDo not assume that if pkt->destruct != av_destruct_pack...
2009-01-09 Aurelien Jacobsinitialize AVFormatContext before calling av_write_header()
2009-01-09 Carl Eugen... Add refdist_flag to VC1Context.
2009-01-09 Måns RullgårdSH4: fix typo in asm constraint
2009-01-09 Ronald S. BultjeIncrease buffer size for RTP packet data because some...
2009-01-09 Aurelien Jacobsrename ff_metadata_sync_compat to ff_metadata_mux_compat
2009-01-08 Aurelien Jacobsmove ff_metadata_sync_compat to metadata_compat.c
2009-01-08 Aurelien JacobsAdd a second metadata compatibility layer, so that...
2009-01-08 Carl Eugen... Add PIX_FMT_VDPAU_H264.
2009-01-08 Sascha Sommeradded my gnupg fingerprint
2009-01-08 Ben Littlercosmetics: CJPG is from Creative Webcam
2009-01-08 Ben Littlerfourcc CJPG is sequential jpeg
2009-01-08 Baptiste Coudurier100l, add missing enum type, fix compilation
2009-01-08 Baptiste Coudurieruse lower case x and alternate format for hex in printf
2009-01-08 Baptiste Coudurierprint more debug information if enabled, including...
2009-01-07 Carl Eugen... Rename ff_VDPAU as ff_vdpau.
2009-01-07 Carl Eugen... Rename bitstreamBuffers* as bitstream_buffers*
2009-01-07 Ramiro Pollaconfigure: allow to disable sse code.
2009-01-07 Dominique LeuenbergerFix a compiler warning:
2009-01-07 Ramiro PollaUse posix_memalign() if available.
2009-01-07 Diego BiurrunOnly #include svq3.c if the SVQ3 decoder is enabled.
2009-01-07 Diego BiurrunThe SVQ3 decoder uses ff_svq1_packet_checksum from...
2009-01-07 Robert SwainSupport ADTS AAC files in the ffaac decoder (limited...
2009-01-07 Michael NiedermayerInject NULL packets into the video packet que at EOF...
2009-01-07 Michael NiedermayerDo not try to duplicate packets that have data==NULL.
2009-01-07 Michael NiedermayerDocument the need of buf=NULL buf_size=0 at the end...
2009-01-07 Diego BiurrunAdd missing headers to allow 'make checkheaders' to...
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...
next