]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2010-08-17 S.N. Hemanth... Implement libavfilter audio framework.
2010-08-17 Stefano SabatiniSet the correct type for the output links.
2010-08-17 Stefano SabatiniAdd missing checks in avfilter_default_get_video_buffer().
2010-08-17 Stefano SabatiniAdd missing NULL checks in avfilter_ref_buffer().
2010-08-17 Diego BiurrunRemove dep/depend targets and related variables.
2010-08-17 Stefano SabatiniAdd hflip filter.
2010-08-17 Diego BiurrunSkip adding SDL_CFLAGS to CFLAGS for the ffplay.d target.
2010-08-17 Aurelien Jacobsmatroskadec: minor simplification
2010-08-17 Aurelien Jacobsmatroskadec: fix integer overflow
2010-08-17 Carl Eugen... Mention lowres if SDL can't provide the needed resolution.
2010-08-17 Mike ScheutzowFix SDL crash on specific hardware.
2010-08-17 Mike ScheutzowMove do_exit() up for upcoming patch.
2010-08-16 Måns Rullgårdfft-test: format error output more readably
2010-08-16 Josh AllmannAdd RTP depacketization of VP8
2010-08-16 Josh AllmannAdd RTP packetization of VP8
2010-08-14 Ronald S. BultjePrint error messages in case of connection failure...
2010-08-13 Ronald S. BultjePrevent overflow on random input.
2010-08-13 Ronald S. BultjeRemove use of MAX_STREAMS in MMSContext->streams[]...
2010-08-13 Zhentan FengSet fixed chunksize for ASF header in MMS streams,...
2010-08-13 Zhentan FengFix wrong command prefix for timing test in MMST protocol.
2010-08-13 Jason Garrett... Remove some stray +s in VP8
2010-08-12 Martin StorsjöAdd RTP depacketization of MP4A-LATM
2010-08-12 Stefano SabatiniCosmetics: put "{" on the same line of the "struct...
2010-08-12 Stefano SabatiniAdd APIchanges entry after the addition of av_get_image...
2010-08-12 Stefano SabatiniDeprecate ff_get_plane_bytewidth() in favor of
2010-08-12 Stefano SabatiniImplement av_get_image_linesize() and use it in
2010-08-12 Ronald S. BultjeSend OPTIONS request at a regular basis to standard...
2010-08-12 Ronald S. BultjeAdd another missing file from r24799.
2010-08-12 Jason Garrett... VP5/6/8: ~7% faster arithmetic decoding
2010-08-12 Baptiste CoudurierFix segv when stream copy and validate_tag fails, st...
2010-08-12 Baptiste Coudurier100L, fix vf_scale, since copy_ref_props now copy w...
2010-08-11 Ronald S. BultjeAdd missing mms.c from r24779.
2010-08-11 Zhentan FengMove functions and structs shared between MMSH and...
2010-08-11 Zhentan FengExtract fields that are to be shared between MMST/MMSH...
2010-08-11 Ronald S. BultjeUse FFALIGN() in mmst.c where appropriate. Noticed...
2010-08-11 Stefano SabatiniApply misc cosmetics: add empty newlines for separating...
2010-08-11 S.N. Hemanth... Set type on buffer in get_video_buffer().
2010-08-11 Stefano SabatiniAdd APIchanges entry for the AVFilterBufferRef changes...
2010-08-11 S.N. Hemanth... Resize data and linesize in AVFilterBufferRef to 8.
2010-08-11 Stefano SabatiniExtend and clarify documentation for -ac ffmpeg option.
2010-08-11 Stefano SabatiniAdd documentation for the pm parameter of the av_metada...
2010-08-11 Stefano SabatiniFix reference to a wrong parameter name in the metadata...
2010-08-11 Stefano SabatiniAdd APIchanges entry after av_picture_data_copy() addition.
2010-08-11 S.N. Hemanth... Add av_picture_data_copy() and reimplement av_picture_c...
2010-08-11 Stefano SabatiniFix typo.
2010-08-11 Stefano SabatiniAdd APIchanges entry after avfilter_open() change in...
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-08-11 Stefano SabatiniAdd APIchanges entry after AVFilterBufferRef changes...
2010-08-11 S.N. Hemanth... Separate video specific BufferRef properties into Video...
2010-08-11 Stefano SabatiniNit: fix weird spacing.
2010-08-11 Stefano SabatiniAdd empty newlines between function descriptions and...
2010-08-11 Pascal Massiminoremove b4_stride/mb_stride.
2010-08-11 Pete EberleinAdd a mapping for the V4L2_PIX_FMT_NV12 format to PIX_F...
2010-08-11 Pascal Massiminofix over-allocation. confused b4_stride with mb_width.
2010-08-10 Przemysław... Fix mem leak when trying to open a non-existing image...
2010-08-10 Aurelien Jacobs2 lines spacing between versions in Changelog should...
2010-08-10 Aurelien Jacobsget rid of MAX_STREAMS limit in nutdec
2010-08-10 Martin Storsjörtpenc_xiph: Clarify that num_frames shouldn't ever...
2010-08-09 Aurelien Jacobsget rid of MAX_STREAMS limit in mpegts
2010-08-09 Aurelien Jacobsget rid of MAX_STREAMS limit in RTSP
2010-08-09 Aurelien Jacobsget rid of MAX_STREAMS limit in RDT
2010-08-09 Ronald S. BultjeFix buffer overrun if idx is negative (it can be down...
2010-08-09 Martin Storsjörtpenc_xiph: Set the ident value via a define
2010-08-09 Martin Storsjörtpenc_xiph: Don't needlessly cast pointers to integers
2010-08-09 Martin StorsjöMake hex_to_data a lavf internal function
2010-08-09 Martin Storsjöhttp: Return EOF at the end of the content even if...
2010-08-09 Vitor SessakFix handling of truncated files. Should fix random...
2010-08-08 Ramiro Pollaindent
2010-08-08 Ramiro Pollaswscale-test: get strides using av_fill_image_linesizes...
2010-08-08 Diego BiurrunOnly check for for libvpx decoder/encoder if libvpx...
2010-08-08 Ramiro Pollafix configure when --enable-libvpx is not specified
2010-08-08 Frank BarchardSplit libvpx check into decoder and encoder check.
2010-08-07 Jason Garrett... Split h264dsp and h264pred in configure.
2010-08-07 Alex Converseoggparsevorbis: Add some sanity checks to header packet...
2010-08-07 Stefano SabatiniApply misc docs fixes spotted by Diego.
2010-08-07 Stefano SabatiniFix VfW spelling.
2010-08-07 Reinhard TartlerFix spelling in comment(s)
2010-08-07 Jason Garrett... H.264: 8% faster CAVLC zero-run decoding
2010-08-07 Josh AllmannAdd RTP packetization of Theora and Vorbis
2010-08-07 Stefano SabatiniFix the compilation of some libavcodec/lib* files which...
2010-08-07 Stefano SabatiniAdd APIchanges entries after the last recent libavfilte...
2010-08-07 S.N. Hemanth... Rename fields:
2010-08-07 S.N. Hemanth... Rename functions and fields:
2010-08-07 S.N. Hemanth... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-07 Stefano SabatiniAdd APIchanges entry after r24728.
2010-08-07 S.N. Hemanth... Move format from AVFilterBuffer to AVFilterPicRef.
2010-08-07 S.N. Hemanth... Fix the size of the data to be copied from an AVFilterB...
2010-08-06 Stefano SabatiniApply misc fixes spotted by Diego to protocols.texi.
2010-08-06 Stefano SabatiniRemove audio_beos entries in indevs.texi and output...
2010-08-06 Stefano SabatiniApply misc fixes spotted by Diego to indevs.texi and...
2010-08-06 Stefano SabatiniRename the chapter Devices -> Input Devices, as the...
2010-08-06 Måns Rullgårdshowfiltfmts: destroy filter context before exit
2010-08-06 Måns Rullgårdshowfiltfmts: set media type of links to that of corres...
2010-08-06 Måns Rullgårdavfilter: indent
2010-08-06 Måns Rullgårdavfilter: do not crash on null link src/dst in avfilter...
2010-08-06 Måns Rullgårdavfilter: free link in/out_formats in avfilter_destroy()
2010-08-06 Alex Converselibvpxdec: Fix "error: implicit declaration of function...
2010-08-06 Alex Conversevorbis_dec: Change partition_class[] to uint8_t.
2010-08-06 Diego BiurrunAdd a CONFIG_ variable for generic Huffman routines.
2010-08-06 Luca BarbatoPreserve status reason
next