summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov56-69/+69
2013-10-28Merge commit '5c439b41d0489412c0a4cf6dfb98915251677b8e'Michael Niedermayer3-0/+9
2013-10-28avfilter: fix const use of avfilter_nextVittorio Giovara1-2/+2
2013-10-28avfilter: have avfilter_get_by_name return const for next bumpVittorio Giovara3-0/+9
2013-10-27libavfilter/vf_noise: relicense to LGPLPaul B Mahol3-8/+6
2013-10-27avfiltergraph: Properly handle memory allocation failureDerek Buitenhuis1-0/+13
2013-10-27avfilter: add mergeplanes filterPaul B Mahol7-1/+377
2013-10-27lavfi/overlay: correct small error in intersection detectionBenedict Endemann1-2/+2
2013-10-24avfilter/x86/vf_gradfun_init: fix const and related warningsMichael Niedermayer1-4/+5
2013-10-24Merge commit '0e730494160d973400aed8d2addd1f58a0ec883e'Michael Niedermayer4-218/+207
2013-10-24avfilter/libmpcodecs/vf_eq: remove useless storage class specifier in empty d...Paul B Mahol1-1/+1
2013-10-23avfilter/vf_scale: Correct vf_scale mappings from arguments to color rangeRobert Krüger1-2/+2
2013-10-23avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang4-218/+207
2013-10-23Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d'Michael Niedermayer3-3/+3
2013-10-23avfilter: Fix typo in Loren's email addressDiego Biurrun3-3/+3
2013-10-22Merge commit '00d7369de06a16f7c8770a899fcb16bcb94b1e20'Michael Niedermayer1-1/+6
2013-10-22lavfi/pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis1-2/+8
2013-10-22pthread: Avoid crashes/odd behavior caused by spurious wakeupsDerek Buitenhuis1-2/+8
2013-10-22vf_fieldorder: log when processing is skippedVittorio Giovara1-1/+6
2013-10-21avfilter: replaygain scannerPaul B Mahol6-2/+624
2013-10-21avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer1-2/+2
2013-10-19Do not leave positive values undefined when negative are defined as errorMichael Niedermayer18-30/+30
2013-10-13Merge commit 'eb90a2091ffb94d8c29aaa5ff50f4192520254fc'Michael Niedermayer1-1/+2
2013-10-13pthread: Fix deadlock during thread initializationDerek Buitenhuis2-2/+4
2013-10-12avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directlyPaul B Mahol1-54/+76
2013-10-12avfilter/vf_separatefields: do not reset pts to 0Paul B Mahol1-23/+56
2013-10-12avfilter/lavfutils: fix memleak of avpacketMichael Niedermayer1-0/+3
2013-10-12avfilter/vf_removelogo: fix pixel pointer so it points where its intendedMichael Niedermayer1-1/+1
2013-10-12avfilter/vf_removelogo: fix offset for accessing pixels above and belowMichael Niedermayer1-2/+2
2013-10-12avfilter/vf_removelogo: use av_freep() for safteyMichael Niedermayer1-4/+4
2013-10-10avfilter/vf_w3fdif: do not reset pts to 0Paul B Mahol1-8/+20
2013-10-09avfilter/buffersink: try to fix AV_NOPTS_VALUEMichael Niedermayer1-2/+4
2013-10-09avfilter/ff_filter_frame_needs_framing: fix handling of AV_NOPTS_VALUEMichael Niedermayer1-2/+3
2013-10-08avfilter/af_join: remove now unnecessary gotoPaul B Mahol1-10/+5
2013-10-07avfilter/vf_deshake: fix block_contrast() lower brightness valueMichael Niedermayer1-1/+1
2013-10-07avfilter/deshakeLenny Wang1-1/+1
2013-10-07avfilter/lswsutils: dont override the default scalerMichael Niedermayer1-1/+1
2013-10-07avfilter/vf_drawtext: remove dead initializationPaul B Mahol1-1/+1
2013-10-07avfilter/vf_phase: remove dead initializationPaul B Mahol1-1/+1
2013-10-06avfilter/vf_scale: dont duplicate default.Michael Niedermayer1-1/+1
2013-10-06avfilter/vf_scale: change the default scaler to bicubicMichael Niedermayer9-312/+312
2013-10-05avfilter/f_interleave: use the name 's' for the pointer to the private contextPaul B Mahol1-15/+15
2013-10-05avfilter/af_silencedetect: support more sample formatsPaul B Mahol1-33/+81
2013-10-04avfilter/vf_histogram: use const for variables that are not supposed to changePaul B Mahol1-13/+13
2013-10-04avfilter/vf_frei0r: fix out of array readMichael Niedermayer1-1/+2
2013-10-03avfilter/vf_pullup: do not ignore frame field orderPaul B Mahol1-1/+1
2013-10-02avfilter/vf_histogram: add mirrored waveform modeMarton Balint3-6/+23
2013-10-02avfilter/vf_histogram: fix segfault in parade waveform mode for subsampled fo...Marton Balint1-4/+4
[next]