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-09-08avformat/vobsub: fix seeking.Clément Bœsch
2013-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-08Merge commit '7ee191cab0dc44700f26c5784e2adeb6a779651b'Michael Niedermayer
2013-09-08oMerge commit '85ac12587bfef970d0e0e4abc292df346daf8478'Michael Niedermayer
2013-09-08doc: add *install-doc that covers all documentationJames Almer
2013-09-08avcodec/snowenc: fix constness of the AVFrame argument in encode_frame()Michael Niedermayer
2013-09-08avfilter/vf_histeq: remove unused item from filter private contextPaul B Mahol
2013-09-08vformat/tee: fix uninitialized use of retMichael Niedermayer
2013-09-08avfilter/vf_format: add .get_video_buffer backPaul B Mahol
2013-09-07doc: rename *install-doc to *install-htmlJames Almer
2013-09-07doc: fix install-doc dependenciesJames Almer
2013-09-07avfilter/vf_rotate: fix 'oh' option descriptionPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-09-07avfilter/af_asetnsamples: remove .needs_writable as it is not requiredPaul B Mahol
2013-09-07lavf: fix the comparison in an overflow checkAnton Khirnov
2013-09-07dv: Add a guard to not overread the ppcm arrayLuca Barbato
2013-09-07nuv: check ff_rtjpeg_decode_frame_yuv420 return valueLuca Barbato
2013-09-07avfilter/af_compand: silence "maybe uninitialized" warningsMichael Niedermayer
2013-09-07avfilter/af_aecho: silence "maybe uninitialized warning"Michael Niedermayer
2013-09-07lavu: provide msvc implementation of attribute_deprecatedKirill Gavrilov
2013-09-06lavfi/telecine: remove bitstream and pal formatsPaul B Mahol
2013-09-06lavfi/fieldorder: work with non writtable frames tooPaul B Mahol
2013-09-06lavfi/fieldorder: remove pal8 formatPaul B Mahol
2013-09-06lavfi/fieldorder: add timeline supportPaul B Mahol
2013-09-06lavfi/fieldorder: use av_image_fill_linesizes()Paul B Mahol
2013-09-06lavfi/fieldorder: remove redundant get_video_buffer()Paul B Mahol
2013-09-06s302m: s/bits_per_coded_sample/bits_per_raw_samplePaul B Mahol
2013-09-06avcodec/xan: use uint8_t instead of unsigned charPaul B Mahol
2013-09-06pixfmt: add native GBRAP16 formatPaul B Mahol
2013-09-06lavfi: Weston 3 Field Deinterlacing FilterPaul B Mahol
2013-09-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-06Merge commit '97b052e56807fab6887e9ba210a28a622e6a4b78'Michael Niedermayer
2013-09-06Merge commit 'befe044bb9561c9d7d6559db06bba375e82a4b66'Michael Niedermayer
2013-09-06Merge commit '7f93a861aaf2e76fd63b53ccc465909873b8dc29'Michael Niedermayer
2013-09-06Merge commit '66f091053f11a8957b2175480d2f368d2cf4474c'Michael Niedermayer
2013-09-06Merge commit 'c3e6e8f06c42499bd020fd0b37f9542150e6067b'Michael Niedermayer
2013-09-06Merge commit 'b634b36fcebfe16b837b6c4044f5d5cb99a75040'Michael Niedermayer
2013-09-06avisynth: K&R formatting cosmeticsDiego Biurrun
2013-09-06avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun
2013-09-06avcodec/mjpegdec: support >8bit in mjpeg_decode_scan_progressive_ac()Michael Niedermayer
2013-09-06avcodec/mjpegdec: move shift_output() to its own functionMichael Niedermayer
2013-09-06avcodec/mjpegdec: 12bit Grayscale supportMichael Niedermayer
2013-09-06avcodec/mjpegdec: Fix normal jpeg with bits < 8Michael Niedermayer
2013-09-06avcodec/mjpegdec fix last_dc for bits != 8Michael Niedermayer
2013-09-06avcodec/dsputil: add 12bit simple idctMichael Niedermayer
2013-09-06lavfi/mp: remove mp=filPaul B Mahol
2013-09-06avcodec: Stop exporting the removed audio_resample* symbolsDiego Biurrun
2013-09-06lavfi/mp: remove mp=dintPaul B Mahol
2013-09-05mpeg12enc: K&R formatting cosmeticsVittorio Giovara
2013-09-05avfilter/vf_yadif: Treat mode as a field of flagsMichael Niedermayer