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-11-03lavfi: parsing helper for unknown channel layouts.Nicolas George
2013-11-03lavfi/avfiltergraph: do not reduce incompatible lists.Nicolas George
2013-11-03lavfi/avfiltergraph: suggest a solution when format selection fails.Nicolas George
2013-11-01avfilter/vf_gradfun: add emms_c() for mmxextMichael Niedermayer
2013-11-01Revert "Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'"Clément Bœsch
2013-11-01avfilter/x86/vf_gradfun_init: fix some consts & related warningsMichael Niedermayer
2013-11-01Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'Michael Niedermayer
2013-11-01Merge commit 'ee80cf741a44115758e62399b7bde08d33161151'Michael Niedermayer
2013-10-31gradfun: x86: Factor out common code for some gradfun_filter_line() variantsDiego Biurrun
2013-10-31avfilter: x86: K&R formatting cosmeticsDiego Biurrun
2013-10-31libavfilter/decimate: Add pts of first frame to all frames.Carl Eugen Hoyos
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-10-28Merge commit '5c439b41d0489412c0a4cf6dfb98915251677b8e'Michael Niedermayer
2013-10-28avfilter: fix const use of avfilter_nextVittorio Giovara
2013-10-28avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara
2013-10-28libavfilter/vf_noise: relicense to LGPLPaul B Mahol
2013-10-27avfiltergraph: Properly handle memory allocation failureDerek Buitenhuis
2013-10-27avfilter: add mergeplanes filterPaul B Mahol
2013-10-27lavfi/overlay: correct small error in intersection detectionBenedict Endemann
2013-10-24avfilter/x86/vf_gradfun_init: fix const and related warningsMichael Niedermayer
2013-10-24Merge commit '0e730494160d973400aed8d2addd1f58a0ec883e'Michael Niedermayer
2013-10-24avfilter/libmpcodecs/vf_eq: remove useless storage class specifier in empty d...Paul B Mahol
2013-10-23avfilter/vf_scale: Correct vf_scale mappings from arguments to color rangeRobert Krüger
2013-10-23avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang
2013-10-23Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d'Michael Niedermayer
2013-10-23avfilter: Fix typo in Loren's email addressDiego Biurrun
2013-10-22Merge commit '00d7369de06a16f7c8770a899fcb16bcb94b1e20'Michael Niedermayer
2013-10-22lavfi/pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis
2013-10-22pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis
2013-10-22vf_fieldorder: log when processing is skippedVittorio Giovara
2013-10-21avfilter: replaygain scannerPaul B Mahol
2013-10-21avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer
2013-10-19Do not leave positive values undefined when negative are defined as errorMichael Niedermayer
2013-10-14Merge commit 'eb90a2091ffb94d8c29aaa5ff50f4192520254fc'Michael Niedermayer
2013-10-13pthread: Fix deadlock during thread initializationDerek Buitenhuis
2013-10-12avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directlyPaul B Mahol
2013-10-12avfilter/vf_separatefields: do not reset pts to 0Paul B Mahol
2013-10-12avfilter/lavfutils: fix memleak of avpacketMichael Niedermayer
2013-10-12avfilter/vf_removelogo: fix pixel pointer so it points where its intendedMichael Niedermayer
2013-10-12avfilter/vf_removelogo: fix offset for accessing pixels above and belowMichael Niedermayer
2013-10-12avfilter/vf_removelogo: use av_freep() for safteyMichael Niedermayer
2013-10-10avfilter/vf_w3fdif: do not reset pts to 0Paul B Mahol
2013-10-09avfilter/buffersink: try to fix AV_NOPTS_VALUEMichael Niedermayer
2013-10-09avfilter/ff_filter_frame_needs_framing: fix handling of AV_NOPTS_VALUEMichael Niedermayer
2013-10-08avfilter/af_join: remove now unnecessary gotoPaul B Mahol
2013-10-08avfilter/vf_deshake: fix block_contrast() lower brightness valueMichael Niedermayer
2013-10-07avfilter/deshakeLenny Wang
2013-10-07avfilter/lswsutils: dont override the default scalerMichael Niedermayer
2013-10-07avfilter/vf_drawtext: remove dead initializationPaul B Mahol