]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-01-11 Stefano SabatiniAdd missing inclusion of libavutil/intreadwrite.h,...
2009-01-11 David ConradUse the dimensions in tkhd for timed text tracks
2009-01-11 Ramiro PollaPass subarch instead of arch to YASMFLAGS
2009-01-11 Diego BiurrunExtend 'checkheaders' target to architecture-specific...
2009-01-11 Diego BiurrunSplit arch variable into arch and subarch.
2009-01-11 Diego BiurrunUse 'enabled' function to simplify x86_64 check in...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 Michael KostylevAdd truncf() replacement function.
2009-01-11 Stefano SabatiniImplement the avfilter_default_draw_slice() handler...
2009-01-11 Ramiro PollaUse setmode() if it exists in <io.h>, and not based...
2009-01-11 Diego BiurrunUse 'enabled' function instead of raw 'test' calls...
2009-01-11 Diego BiurrunAdd my GPG key.
2009-01-11 Diego Biurruncosmetics: indentation
2009-01-11 Diego BiurrunFix illegal identifier starting with an underscore.
2009-01-11 Baptiste Couduriermove ffindex set before mov_read_default so it can...
2009-01-11 Diego BiurrunAdd necessary, remove unnecessary #includes.
2009-01-11 Diego BiurrunDrop unnecessary intreadwrite.h and bswap.h #includes.
2009-01-11 Diego BiurrunAdd missing #include to fix 'make checkheaders'.
2009-01-11 Diego Biurruncosmetics: Remove useless quotes.
2009-01-11 Diego Biurrun1l: better alphabetical order
2009-01-11 Diego BiurrunAdd missing --disable-armv6t2 to help output.
2009-01-11 Michael NiedermayerIncrease BUFFER_SIZE.
2009-01-11 Michael Niedermayerfix indention
2009-01-11 Michael NiedermayerAll negative values are errors not just -1.
2009-01-11 Michael NiedermayerCheck the return of audio and video encoders.
2009-01-11 Michael NiedermayerAll negative returns are errors not just -1.
2009-01-11 Kostya Shishkov30l: when reading mb_offset in RV30 slice header its...
2009-01-11 Baptiste Couduriercosmetics
2009-01-11 Baptiste Coudurierremove warnings about uninitialized vars
2009-01-11 Benjamin LarssonAdd size that is needed for the wmapro codec
2009-01-11 Baptiste Couduriercosmetics
2009-01-11 David ConradAdd support for muxing mov/mp4/3gp timed text streams
2009-01-11 David ConradRead extradata (justification, colors, fonts, etc)...
2009-01-11 Kostya ShishkovRV30 decoder passes possible frame sizes in extradata...
2009-01-11 Baptiste Coudurierremove comment, this is not relevant anymore
2009-01-11 Baptiste Coudurierreindent
2009-01-11 Baptiste Couduriercheck for negative dts value even if bitstream is alrea...
2009-01-11 Michael KostylevUse coff as objformat for dos.
2009-01-11 Carl Eugen... Remove H264Context from vdpau_internal.h.
2009-01-10 Aurelien Jacobsfix warning: assignment makes pointer from integer...
2009-01-10 Carl Eugen... Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).
2009-01-10 Carl Eugen... Cosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vd...
2009-01-10 Carl Eugen... Use only MpegEncContext in ff_vdpau_h264_add_data_chunk.
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...
next