4953 Commits (1a562adb0101ac8372593b56ccd1bdb4ebb96b72)

Author SHA1 Message Date
  Michael Niedermayer 0773f67395 avfilter/vsrc_life: Fix mix of declarations and statements 10 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 11 years ago
  Michael Niedermayer 34bddf443c avfilter/af_amix: Use av_mallocz_array() 11 years ago
  Michael Niedermayer 8a8a1cce6c avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption as int 11 years ago
  Michael Niedermayer ba54512a10 avfilter/vf_mpdecimate: Fix missing () 11 years ago
  Michael Niedermayer 0968180f02 avfilter/yadif: Change enums to int, which are accessed via AVOption as int 11 years ago
  Michael Niedermayer 9caec04a31 avfilter/vsrc_mandelbrot: Change enums to int, which are accessed via AVOption as int 11 years ago
  Himangi Saraogi 24326930d8 filtfmts: Avoid null pointer dereference 11 years ago
  Marton Balint c84b75c89c vf_drawtext: add support for setting box border width 11 years ago
  Himangi Saraogi 0c9abf2119 avfilter/vf_detelecine: Fix uninitialized array index error 11 years ago
  Michael Niedermayer 1019a1cb0a avfilter/vf_vignette: Change enum to int, which is accessed via AVOption as int 11 years ago
  Michael Niedermayer 984c230cd3 avfilter/vf_transpose: Change enums to int, which are accessed via AVOption as int 11 years ago
  Michael Niedermayer 8ae350004d avfilter/tinterlace: Change enum to int, which is accessed via AVOption as int 11 years ago
  Michael Niedermayer 2856634c67 vfilter/vf_qp: Support evaluating expression per MB 11 years ago
  Michael Niedermayer a8fb8f6112 avfilter/vf_qp: split expression parsing out of loop 11 years ago
  Marton Balint 625bd463cd af_channelmap: fix number of channels 11 years ago
  Himangi Saraogi fff7871772 lavfi: add inverse telecine filter 11 years ago
  Himangi Saraogi dbce8cdacf avfilter/vf_telecine: Avoid floating point values 11 years ago
  Himangi Saraogi 613483dcfb avfilter/vf_telecine: Fix loss of AVFrame properties in output 11 years ago
  Himangi Saraogi 1301aa55f6 avfilter/vf_telecine: Fix AV desync by using the first input timestamp 11 years ago
  Michael Niedermayer 67ceb42d39 avfilter/vf_stereo3d: Change enum to int, which is accessed via AVOption as int 11 years ago
  Michael Niedermayer 74097e0902 avfilter/vf_signalstats: Change enum to int, which is accessed via AVOption as int 11 years ago
  Michael Niedermayer 3a23ec0daa avfilter/vf_setfield: Change enum to int, which is accessed via AVOption as int 11 years ago
  Federico Tomassetti cfe6461392 avfilter: Document avfilter_graph_alloc return value 11 years ago
  Michael Niedermayer d6dba15b97 avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as int 11 years ago
  Michael Niedermayer 1a79850a8f avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as int 11 years ago
  Michael Niedermayer 59c06902e8 avfilter/vf_phase: Change enum to int, which is accessed via AVOption as int 11 years ago
  arwa arif 9015ca359f lavfi/eq: rework expression evaluation 11 years ago
  Stefano Sabatini e6547cce72 lavfi/eq: factorize code in process_command() 11 years ago
  Martin Vignali 57e8047972 avfilter/vf_pp7: remove unused var 11 years ago
  Clément Bœsch d2009c77fb avfilter/vf_colormatrix: fix yuv420p threading, second try 11 years ago
  Michael Niedermayer fbb9ef5b17 avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as int 11 years ago
  Michael Niedermayer ee17295d10 avfilter/vf_il: Change enums to int, which are accessed via AVOption as int 11 years ago
  Michael Niedermayer 67e1562228 avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as int 11 years ago
  Clément Bœsch 304fdfe9f3 lavfi: add showwavespic filter 11 years ago
  Michael Niedermayer 0f16dfda50 Replace PixelFormats which sneaked in over time or where forgotten by AVPixelFormats 11 years ago
  Clément Bœsch 09f057170e avfilter/vf_colormatrix: make sure the number of threads is even for yuv420p 11 years ago
  Michael Niedermayer 6cd079a4e7 avfilter/vf_histeq: Change enums to int, which are accessed via AVOption as int 11 years ago
  Michael Niedermayer 7363889771 avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption as int 11 years ago
  Michael Niedermayer e6140e7822 avfilter/vf_field: Change enum to int, which is accessed via AVOption as int 11 years ago
  Clément Bœsch fd682b1892 avfilter: handle error in query_formats() of a bunch of random video filters 11 years ago
  Clément Bœsch 545b0dd6aa avfilter/formats: proper error handling in ff_set_common_*() functions 11 years ago
  Clément Bœsch f861d9b2c6 avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_formats_ref() 11 years ago
  Clément Bœsch 93d9ce7cec avfilter/formats: use av_realloc_array in ADD_FORMAT() 11 years ago
  Clément Bœsch 38fb183b12 avfilter/formats: remove unused COPY_INT_LIST() macro 11 years ago
  Stefano Sabatini 83ee820a16 lavfi/sendcmd: improve error reporting and robustness in case of missing commands 11 years ago
  Clément Bœsch 84da9339c2 avfilter/palettegen: make sure at least one frame was sent to the filter 11 years ago
  Stefano Sabatini 6a63d0d826 lavfi/eq: clarify error message in case of expression parsing error 11 years ago
  Vittorio Giovara c3bd1d60af formats: Check memory allocations 11 years ago
  Yayoi d5232d4717 avfilter/colormatrix:add slice threading 11 years ago