]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-01-11 michaelCheck the return of audio and video encoders.
2009-01-11 michaelAll negative returns are errors not just -1.
2009-01-11 kostya30l: when reading mb_offset in RV30 slice header its...
2009-01-11 bcouduriercosmetics
2009-01-11 bcoudurierremove warnings about uninitialized vars
2009-01-11 bananAdd size that is needed for the wmapro codec
2009-01-11 bcouduriercosmetics
2009-01-11 conradAdd support for muxing mov/mp4/3gp timed text streams
2009-01-11 conradRead extradata (justification, colors, fonts, etc)...
2009-01-11 kostyaRV30 decoder passes possible frame sizes in extradata...
2009-01-11 bcoudurierremove comment, this is not relevant anymore
2009-01-11 bcoudurierreindent
2009-01-11 bcouduriercheck for negative dts value even if bitstream is alrea...
2009-01-11 ramiroUse coff as objformat for dos.
2009-01-11 cehoyosRemove H264Context from vdpau_internal.h.
2009-01-10 aurelfix warning: assignment makes pointer from integer...
2009-01-10 cehoyosFix OBJS-.
2009-01-10 cehoyosCosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vd...
2009-01-10 cehoyosUse only MpegEncContext in ff_vdpau_h264_add_data_chunk.
2009-01-10 cehoyosCosmetics: Break long line.
2009-01-10 diegoAdd a separate 'testclean' rule to clean regression...
2009-01-10 stefanoFix capitalization and missing periods issues.
2009-01-10 stefanoMove the AVFormatContext options definition to a dedica...
2009-01-10 cehoyosFill range_map* in VC1Context.
2009-01-10 stefanoMove the AVCodecContext options definition to a dedicat...
2009-01-10 cehoyosMove vdpau_h264_set_reference_frames() call from vdpauv...
2009-01-09 bcoudurierfix segv, always set audio_buf to audio_buf1 if decodin...
2009-01-09 rbultjeReindent to properly fit a 80 chars terminal.
2009-01-09 rbultjeReindent after r16509.
2009-01-09 rbultjeApply rtpmap: SDP lines to the last m= line only, since...
2009-01-09 cehoyosMove VDPAU check, make future VDPAU patches smaller.
2009-01-09 bcoudurieronly set le if value is 1, fix boom5.mov, issue #770
2009-01-09 lucabeDo not assume that if pkt->destruct != av_destruct_pack...
2009-01-09 aurelinitialize AVFormatContext before calling av_write_header()
2009-01-09 cehoyosAdd refdist_flag to VC1Context.
2009-01-09 mruSH4: fix typo in asm constraint
2009-01-09 rbultjeIncrease buffer size for RTP packet data because some...
2009-01-09 aurelrename ff_metadata_sync_compat to ff_metadata_mux_compat
2009-01-08 aurelmove ff_metadata_sync_compat to metadata_compat.c
2009-01-08 aurelAdd a second metadata compatibility layer, so that...
2009-01-08 faust3added my gnupg fingerprint
2009-01-08 compncosmetics: CJPG is from Creative Webcam
2009-01-08 compnfourcc CJPG is sequential jpeg
2009-01-08 bcoudurier100l, add missing enum type, fix compilation
2009-01-08 bcoudurieruse lower case x and alternate format for hex in printf
2009-01-08 bcoudurierprint more debug information if enabled, including...
2009-01-07 cehoyosRename ff_VDPAU as ff_vdpau.
2009-01-07 cehoyosRename bitstreamBuffers* as bitstream_buffers*
2009-01-07 ramiroconfigure: allow to disable sse code.
2009-01-07 cehoyosFix a compiler warning:
2009-01-07 ramiroUse posix_memalign() if available.
2009-01-07 diegoOnly #include svq3.c if the SVQ3 decoder is enabled.
2009-01-07 diegoThe SVQ3 decoder uses ff_svq1_packet_checksum from...
2009-01-07 superdumpSupport ADTS AAC files in the ffaac decoder (limited...
2009-01-07 michaelInject NULL packets into the video packet que at EOF...
2009-01-07 michaelDo not try to duplicate packets that have data==NULL.
2009-01-07 michaelDocument the need of buf=NULL buf_size=0 at the end...
2009-01-07 diegoAdd missing headers to allow 'make checkheaders' to...
2009-01-07 diegoUse <> instead of "" for system headers.
2009-01-07 superdumpFactorise enum of AC3 error types to be usable by AAC...
2009-01-07 superdumpAdd some lossless h.264 encoding presets as suggested...
2009-01-07 superdumpAdd a slow first pass preset
2009-01-07 superdumpBe consistent and use b-frames throughout the presets...
2009-01-07 rbultjeFix typo ("Standard-compliant" -> "Standards-compliant...
2009-01-07 superdumpChange direct prediction for fast first pass to automat...
2009-01-07 rbultjeFix doxy comments missing one '*'.
2009-01-07 rbultjeUse the "server" RTSP field to detect whether the serve...
2009-01-07 rbultjeExport RTSPState and RTSPStream from rtsp.c into rtsp...
2009-01-07 rbultjeDon't use s->pb if a local ByteIOContext was already...
2009-01-07 rbultjeAllow subscription to any of the streams, not just...
2009-01-07 rbultjeParse the OpaqueData field for every AVStream represent...
2009-01-07 rbultjeParse the bitrate field in the ASMRuleBook ("AverageBan...
2009-01-07 rbultjeParse the ASMRuleBook SDP line to dynamically create...
2009-01-07 gpoirierAdd AltiVec versions of h264_idct_add(8|16|16intra),
2009-01-07 lucabeRemove the frame rate from struct video_data, and allow...
2009-01-07 ramiroDon't prefix yasm with cross prefix.
2009-01-07 diegoDisable SVQ3 checks if SVQ3 support is not compiled in.
2009-01-07 diegoalphabetical ordering cosmetics
2009-01-07 diegoRemove inappropriate const qualifier from function...
2009-01-06 gpoirierAdd Altivec version of vector_fmul_window.
2009-01-06 gpoirieradd AltiVec implementation of weight_h264_pixels(16...
2009-01-06 aurelfree all allocated metadata structures
2009-01-06 aurelensure that no GPL code is linked to LGPL only libavcodec
2009-01-06 cehoyosRename mpeg_set_pixelformat() as mpeg_get_pixelformat().
2009-01-06 diegocosmetics: alphabetical order
2009-01-06 cehoyosFactorise setting of avctx->pix_fmt.
2009-01-06 aurelignore year=0 and track=0
2009-01-06 gpoirierFix float_to_int16_altivec prototype to match float_to_...
2009-01-06 gpoirierfix compilation with GCC-4.3+
2009-01-06 gpoirieroffset and weights are signed, fixes some non-bitexact...
2009-01-06 cehoyos1l: Forgot to rename header guard.
2009-01-06 aurelAdd a metadata compatibility layer, so that when a...
2009-01-05 aureladd a typedef for AVMetadata
2009-01-05 cehoyosExport VDPAU support by installing vdpau.h.
2009-01-05 cehoyosRename vdpau_render.h as vdpau.h.
2009-01-05 gpoirieradd AltiVec implementation of biweight_h264_pixels...
2009-01-05 gpoirierAltiVec version of h264_idct(8)_dc_add
2009-01-05 diegoRevert deprecation of AVFrac structure. Attempts to...
2009-01-05 diegoAdd -D__EXTENSIONS__ to CFLAGS on Solaris to make ip_mr...
2009-01-05 cehoyosMinistry of English Composition treatment: s/Alloced...
next