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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-10Update back for git mastern2.1-devMichael Niedermayer
2013-07-10Changelog: replace next by 2.0n2.0Michael Niedermayer
2013-07-10Update for 2.0Michael Niedermayer
2013-07-10atrac3: fix error handlingLuca Barbato
2013-07-10avformat/gif: Do not write GIF89a header if loop is set to -1.Eugene Dzhurinsky
2013-07-10Merge remote-tracking branch 'cus/stable'Michael Niedermayer
2013-07-10MAINTAINERS: Update which releases are supportedMichael Niedermayer
2013-07-10codec_desc: fix typo in rv20 long_name.Alexis Ballier
2013-07-10doc/RELEASE_NOTES: add a note about AVISynthMichael Niedermayer
2013-07-10jpegdec: clear EOBRUN on restartsMichael Niedermayer
2013-07-10jpegdec: give handle_rstn() a return code that indicates if restart did happenMichael Niedermayer
2013-07-10mjpeg_decode_scan: reset restart stateMichael Niedermayer
2013-07-10doc/ffmpeg: document -override_ffserverMichael Niedermayer
2013-07-09snowenc: check minimum resolutionMichael Niedermayer
2013-07-09ffplay: assume 0 stream start time if start time is unset in duration checkMarton Balint
2013-07-09ffplay: do not update audio clock with old audio pts if current frame is AV_N...Marton Balint
2013-07-09bitstream: fix a crash in case of oomPiotr Bandurski
2013-07-09vorbiscomment: Add support for embedded cover artJames Almer
2013-07-09lavf/flacdec: Share the function to parse cover art blocksJames Almer
2013-07-09avformat/AVFormatContext: Move fields down to match the forkMichael Niedermayer
2013-07-09avfilter/graphparse: Fix build with --enable-incompatible-fork-abiMichael Niedermayer
2013-07-09lavfi/drawtext: add support for printing frame metadataPaul B Mahol
2013-07-09imc: Catch a division by zeroLuca Barbato
2013-07-09avcodec/wmaprodec: Check block_alignMichael Niedermayer
2013-07-09Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-07-09ff_lpc_calc_coefs: assert that the type is levinson or choleskyMichael Niedermayer
2013-07-09Force correct extradata for AVID AVCI50 in mov.Carl Eugen Hoyos
2013-07-09lavfi/psnr: rename 's' parameter to match documentationPaul B Mahol
2013-07-09ffmpeg_opt: do not warn about unused gop_timecodeMichael Niedermayer
2013-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-09Merge commit 'a87a0acf9b5d27aad032e61eef4973e62a4a6830'Michael Niedermayer
2013-07-09avcodec/h264_ps: try to support Ambarella AVCMichael Niedermayer
2013-07-09WebM muxer writes WebVTT subtitle trackMatthew Heaney
2013-07-09avcodec/libvpxenc: make class names uniqueMichael Niedermayer
2013-07-09ffmpeg: Allow overriding ffservers inputMichael Niedermayer
2013-07-09ffmpeg: move creation_time for ffserver setting upMichael Niedermayer
2013-07-09lavfi: fix broken logic in metadata handlingPaul B Mahol
2013-07-08mpeg12dec: avoid reinitializtation on PS changes when possible.Michael Niedermayer
2013-07-08tests/fate/filter-audio: update asyncts referenceMichael Niedermayer
2013-07-08lavfi/rotate: switch to new drawutilsPaul B Mahol
2013-07-08lavfi/drawutils: fix planar rgbPaul B Mahol
2013-07-08lavfi/pad: use FFSIGNPaul B Mahol
2013-07-08avformat/mov: read stream bitrates from isml manifestAlexandre Sicard
2013-07-08mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer
2013-07-08lavfi: add psnr filterPaul B Mahol
2013-07-08swscale: treat gray as a fullrage (0-255) formatMichael Niedermayer
2013-07-08Check the return value of ff_rv34_decode_init() in rv30.c and rv40.cCarl Eugen Hoyos
2013-07-08movenc: Rename the timestamp parameter to dts in write_hint_packetsMartin Storsjö
2013-07-08movenc: Make sure the RTP hint tracks have nondecreasing DTSMartin Storsjö
2013-07-08cmdutils: replace exit() by exit_program()Michael Niedermayer