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
2014-01-07do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer
2014-01-07avfilter/vf_format: check that the format list is not emptyMichael Niedermayer
2013-12-29configure: Special case libfreetype testAlexander Strasser
2013-12-03avfilter/vf_pad: fix req_endMichael Niedermayer
2013-11-28lavfi/af_pan: support unknown layouts on input.Nicolas George
2013-11-28lavfi/af_pan: support unknown layouts on output.Nicolas George
2013-11-28lavfi: parsing helper for unknown channel layouts.Nicolas George
2013-11-28lavfi/avfiltergraph: do not reduce incompatible lists.Nicolas George
2013-11-28lavfi/avfiltergraph: suggest a solution when format selection fails.Nicolas George
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
2013-10-07avfilter/vf_phase: remove dead initializationPaul B Mahol
2013-10-06avfilter/vf_scale: dont duplicate default.Michael Niedermayer
2013-10-06avfilter/vf_scale: change the default scaler to bicubicMichael Niedermayer
2013-10-05avfilter/f_interleave: use the name 's' for the pointer to the private contextPaul B Mahol
2013-10-05avfilter/af_silencedetect: support more sample formatsPaul B Mahol
2013-10-04avfilter/vf_histogram: use const for variables that are not supposed to changePaul B Mahol
2013-10-04avfilter/vf_frei0r: fix out of array readMichael Niedermayer