Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-28libpostproc: add pp=help support to print the help text via av_log()Michael Niedermayer
2012-02-27Exit ffmpeg if swr_convert() fails.Carl Eugen Hoyos
2012-02-27fate: add test for the life video source.Nicolas George
2012-02-27fate: add test for the unsharp video filter.Nicolas George
2012-02-27fate: add test for the transpose video filter.Nicolas George
2012-02-27fate: add test for the thumbnail video filter.Nicolas George
2012-02-27fate: add test for the select video filter.Nicolas George
2012-02-27fate: add test for the pad video filter.Nicolas George
2012-02-27fate: add test for the overlay video filter.Nicolas George
2012-02-27fate: add test for the fade video filter.Nicolas George
2012-02-27fate: add test for the drawbox video filter.Nicolas George
2012-02-27fate: add test for the deshake video filter.Nicolas George
2012-02-27fate: add tests for the setsar and setdar video filters.Nicolas George
2012-02-27fate: add tests for testsrc.Nicolas George
2012-02-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-27eval: add root() to solve f(x)=0Michael Niedermayer
2012-02-27eval: Check that single parameter functions dont get a second param.Michael Niedermayer
2012-02-27eval: Allow specifying the variable id.Michael Niedermayer
2012-02-26libavfilter/libmpcodecs: add vf_pp from current mplayer svnMichael Niedermayer
2012-02-26cdxl demux: do not create packets with uninitialized data at EOF.Reimar Döffinger
2012-02-26lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov
2012-02-26avconv: set discard on input streams automatically.Anton Khirnov
2012-02-26Fix parser not to clobber has_b_frames when extradata is set.Reinhard Tartler
2012-02-26lavf: don't set codec timebase in avformat_find_stream_info().Anton Khirnov
2012-02-26avconv: saner output video timebase.Anton Khirnov
2012-02-26rawdec: set timebase to 1/fps.Anton Khirnov
2012-02-26avconv: refactor vsync code.Anton Khirnov
2012-02-26FATE: remove a bunch of useless -vsync 0Anton Khirnov
2012-02-26cdxl: bit line plane arrangement supportPaul B Mahol
2012-02-26cdxl: remove early check for bppPaul B Mahol
2012-02-26cdxl: set pix_fmt PAL8 only if palette is availablePaul B Mahol
2012-02-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-26mlp_parser: fix the channel mask value used for the top surround channelTim Walker
2012-02-25vorbisenc: check all allocations for failureJustin Ruggles
2012-02-25roqaudioenc: return AVERROR codes instead of -1Justin Ruggles
2012-02-25roqaudioenc: set correct bit rateJustin Ruggles
2012-02-25roqaudioenc: use AVCodecContext.frame_size correctly.Justin Ruggles
2012-02-25roqaudioenc: remove unneeded sample_fmt checkJustin Ruggles
2012-02-25ra144enc: use int16_t* for input samples rather than void*Justin Ruggles
2012-02-25ra144enc: set AVCodecContext.coded_frameJustin Ruggles
2012-02-25ra144enc: remove unneeded sample_fmt checkJustin Ruggles
2012-02-25nellymoserenc: set AVCodecContext.coded_frameJustin Ruggles
2012-02-25nellymoserenc: improve error checking in encode_init()Justin Ruggles
2012-02-25nellymoserenc: return AVERROR codes instead of -1Justin Ruggles
2012-02-25libvorbis: improve error checking in oggvorbis_encode_init()Justin Ruggles
2012-02-25mpegaudioenc: return AVERROR codes instead of -1Justin Ruggles
2012-02-25libfaac: improve error checking and handling in Faac_encode_init()Justin Ruggles
2012-02-25avutil: add AVERROR_UNKNOWNJustin Ruggles
2012-02-25check for coded_frame allocation failure in several audio encodersJustin Ruggles
2012-02-25audio encoders: do not set coded_frame->key_frame.Justin Ruggles