]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-01-15 Justin RugglesProcess all EXP_REUSE blocks at once in exponent_min().
2011-01-15 Justin RugglesTake advantage of per-channel exponent and exponent...
2011-01-15 Justin RugglesSimplify compute_exp_strategy() by passing a pointer...
2011-01-15 Justin RugglesUse a local variable in the inner loop of group_exponen...
2011-01-15 Justin Rugglescosmetics: remove unneeded braces
2011-01-15 Justin Rugglescosmetics: rename block_num to blk for variable name...
2011-01-15 Justin RugglesMove exp_strategy from AC3Block to AC3EncodeContext...
2011-01-15 Justin RugglesRearrange exponent buffer to group all blocks for a...
2011-01-15 Stefano SabatiniCosmetics: fix weird indent.
2011-01-15 Jason Garrett... H.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-15 Jason Garrett... Port SVQ3 to use the new mb_luma_dc method of storing...
2011-01-15 Baptiste CoudurierIn yadif filter, default to top field first if interlac...
2011-01-14 Sascha Sommeralso support decoding of AVPackets with multiple wma...
2011-01-14 Jason Garrett... H.264: Remove useless arg to chroma_dc_dequant_idct_c
2011-01-14 Ronald S. BultjeFix ff_pw_3 alignment.
2011-01-14 Baptiste CoudurierIn mxf muxer, check the return value of gmtime, fix...
2011-01-14 Baptiste CoudurierUpdate smc fate ref due to r26310
2011-01-14 Jason Garrett... Fix SVQ3
2011-01-14 Baptiste CoudurierNew "copytb" ffmpeg cli option to copy input stream...
2011-01-14 Jason Garrett... Remove outdated comment in h264dsp.h
2011-01-14 Jason Garrett... Reindent after r26337.
2011-01-14 Jason Garrett... H.264: switch to x264-style tracking of luma/chroma...
2011-01-14 Jason Garrett... H.264: split luma dc idct out and implement MMX/SSE2...
2011-01-14 Stefano SabatiniMake opt_audio_sample_fmt() abort in case of invalid...
2011-01-14 Stefano SabatiniAdd the word "Parsed" in the parsed filter names.
2011-01-14 Stefano SabatiniAdd avcore.h header in samplefmt.h.
2011-01-14 Ronald S. BultjeCopy metadata from ASF files contained in RTSP streams...
2011-01-14 Ronald S. BultjeReindent after 26330.
2011-01-14 Ronald S. BultjeIntroduce av_metadata_copy() to copy metadata from...
2011-01-14 Jason Garrett... H.264: eliminate non-transposed scantable support.
2011-01-14 Sascha Sommeradd support for blocksize 64
2011-01-14 Peter Rosswtv: ignore VIDEOINFOHEADER2 picture aspect ratio infor...
2011-01-13 Martin StorsjöRevert aviobuf: Retry if the read/write function return...
2011-01-13 Stefano SabatiniCheck linked pads media type mismatch in avfilter_link().
2011-01-13 Stefano SabatiniMake av_get_channel_layout_string() guess the number...
2011-01-12 Stefano SabatiniMake avfilter_graph_free() do nothing if graph is NULL.
2011-01-12 Stefano SabatiniPrint link audio format name in tools/graph2dot.
2011-01-12 Stefano SabatiniUse AVERROR_INVALIDDATA rather than -1 for nutdec error...
2011-01-12 Stefano SabatiniIn the pad filter, log information about the input...
2011-01-12 Alex ConverseRemove myself as AAC maintainer. I just don't have...
2011-01-12 Martin Storsjöaviobuf: Retry if the read/write function returns AVERR...
2011-01-12 Baptiste CoudurierDo not allocate unused swscale context when libavfilter...
2011-01-12 Aurelien Jacobsdon't complain about codec type/id mismatche for attach...
2011-01-11 Michael NiedermayerFix design of the pad filter.
2011-01-11 Michael NiedermayerAdd w,h,format back into AVFilterBuffer, these are...
2011-01-11 Baptiste CoudurierFix warnings:
2011-01-11 Baptiste CoudurierChange 'arg' type in parse_meta_type, fix warning:
2011-01-11 Baptiste CoudurierIn mov demuxer, handle better wrong time scale, fix...
2011-01-11 Baptiste CoudurierIn mov demuxer, set r_frame_rate for cfr files
2011-01-11 Daniel KangDo not crash for illegal sample size, fixes issue 2502.
2011-01-11 Stefano SabatiniClarify timestamps related error messages in compute_pk...
2011-01-11 Peter Rosselectronicarts: prevent endless loop opportunity in...
2011-01-10 Jason Garrett... H.264: fix grayscale decoding with explicit wpred
2011-01-10 Peter Rossrevert r26302
2011-01-10 Carl Eugen... Do not stop decoding on pnm files with negative maxval.
2011-01-10 Clément BœschIn gif encoder, fix uninitialized value, patch by Cléme...
2011-01-10 Peter Rosselectronicarts: prevent endless loop opportunity in...
2011-01-10 Peter Rosselectronicarts: only apply audio sanity checks when...
2011-01-10 Daniel Kangperform height sanity check in mmvideo decoder
2011-01-10 Peter Rossmmvideo: remove some conditional statements by limiting...
2011-01-10 Daniel Kangperform sanity check on sample rate in electronicarts...
2011-01-10 Clément BœschHandle ID3v1 tag while decoding mp[123] frames
2011-01-10 Daniel Kangperform sanity check on number of channels in electroni...
2011-01-10 Daniel KangCheck for invalid decode op-codes, fixes issue 2522.
2011-01-10 Daniel KangCheck for vectable ID > 0, fixes issue 2508.
2011-01-10 Daniel KangCheck for invalid motion vector, fixes issue 2521.
2011-01-10 Daniel KangCheck for invalid maxval in pgm decoder, fixes issue...
2011-01-09 Anssi HannulaFix reading over the end of the allocated buffer.
2011-01-09 Carl Eugen... Match the documentation of -ar with the actual behaviour.
2011-01-09 Daniel KangCheck for several overreads, fixes issue 2512.
2011-01-09 Daniel KangReturn on negative soff sizes, fixes issue 2515.
2011-01-09 Martin StorsjöFix arm asm offsets for arm/mach-o
2011-01-09 Luca BarbatoUpdate asm offsets for arm
2011-01-09 Martin Storsjörtsp: Properly fail if unable to open an input RTP...
2011-01-09 Stefano SabatiniFix typos in the crop filter documentation.
2011-01-09 Stefano SabatiniAdd documentation for the image2 demuxer.
2011-01-09 Stefano SabatiniAdd demuxers.texi file.
2011-01-09 Peter Rossadd myself as the WTV maintainer
2011-01-09 Peter Rossfix indentation
2011-01-09 Daniel Kangeacmv: ensure second-last frame is allocated before...
2011-01-09 Peter Rossfix indentation
2011-01-09 Peter Rosswtv: only process timestamp_guid chunks for streams...
2011-01-09 Peter Rosswtv: do not repopulate codec information after we have...
2011-01-09 Peter Rosswtv: stop processing chunks if length is smaller than...
2011-01-09 Peter Rosswtv: fix typo
2011-01-09 Peter RossAdd audio codec 0x1602 (AAC LATM)
2011-01-09 Justin RugglesRemove unneeded #include
2011-01-08 Justin RugglesAdd stereo rematrixing support to the AC-3 encoders.
2011-01-08 Carl Eugen... Lagarith decoder by Nathan Caldwell, saintdev at gmail
2011-01-08 Kostya ShishkovLimit number of samples decoded for WavPack mono mode...
2011-01-08 Sascha Sommerskip unsupported postproc information
2011-01-08 Sascha Sommeradd support for files that do not allow more than 4...
2011-01-08 Sascha Sommerfix indentation
2011-01-08 Sascha Sommeradd support for files where the frames do not have...
2011-01-08 Anssi HannulaShow profile in avcodec_string().
2011-01-07 Baptiste CoudurierFix bmp encoder with 8 bits format and correctly set...
2011-01-07 Michael NiedermayerDeprecate reordered_opaque in favor of pkt_pts/dts
2011-01-07 Michael NiedermayerAdd pkt_dts to AVFrame, this will in the future allow...
2011-01-07 Michael NiedermayerAdd AVFrame.pkt_pts that contains the correctly reorder...
2011-01-07 Anssi HannulaAdd av_get_profile_name() to get profile names.
next