Commit History

Author SHA1 Message Date
  Michael Niedermayer 8267f0f7ae vf_scale: fix incompatible pointer type warning 12 years ago
  Michael Niedermayer c581cb4e4f Merge remote-tracking branch 'qatar/master' 12 years ago
  Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
  Michael Niedermayer 88beb2df98 Merge remote-tracking branch 'qatar/master' 12 years ago
  Michael Niedermayer 9023de342f Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' 12 years ago
  Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 12 years ago
  Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 12 years ago
  Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 12 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 years ago
  Stefano Sabatini fda968aa8f lavfi: decrease logging level of message showing initial parameters 12 years ago
  Michael Niedermayer 052f4f859c Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' 12 years ago
  Anton Khirnov 1a49a169eb lavfi: make filters less verbose. 12 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 12 years ago
  Stefano Sabatini cb08b6efc9 lavfi/scale: remove unused variable out_link 12 years ago
  Michael Niedermayer c7b9eab2be Merge remote-tracking branch 'qatar/master' 12 years ago
  Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 12 years ago
  Anton Khirnov 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 12 years ago
  Michael Niedermayer ad60b3b181 Merge remote-tracking branch 'qatar/master' 12 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 12 years ago
  Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 12 years ago
  Michael Niedermayer 9225513242 vf_scale: support dynamically changing input parameters. 12 years ago
  Michael Niedermayer e387c9d5dd Merge remote-tracking branch 'qatar/master' 12 years ago
  Anton Khirnov 90f65dc6cf vf_scale: support named constants for sws flags. 12 years ago
  Reimar Döffinger 6458a08700 vf_scale: ensure the palette is set for output. 12 years ago
  Reimar Döffinger bbaf941e29 scale: fix slice rendering with conversion between pal/non-pal. 12 years ago
  Michael Niedermayer 49891784ce Merge remote-tracking branch 'qatar/master' 12 years ago
  Anton Khirnov 416fd90ead vf_scale: avoid a pointless memcpy in no-op conversion. 12 years ago
  Stefano Sabatini fdffaa6b11 lavfi/scale: document behavior with regards to the output sample aspect ratio 12 years ago
  Michael Niedermayer 184fc600e1 Merge remote-tracking branch 'qatar/master' 12 years ago
  Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 12 years ago
  Michael Niedermayer f2b20b7a8b Merge remote-tracking branch 'qatar/master' 12 years ago
  Anton Khirnov 38d5533228 pixdesc: mark pseudopaletted formats with a special flag. 12 years ago
  Stefano Sabatini 3af5ddb24b vf_scale: give a clue in case of invalid expression self-reference 12 years ago
  Reimar Döffinger c66bd78e3d vf_scale: support PAL8 output by producing BGR8. 12 years ago
  Michael Niedermayer 32aa9590ac vf_scale: Fix slice position assert to take vertical subsampling into account. 13 years ago
  Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
  Reimar Döffinger d78473334e Add const to static arrays where it was forgotten. 13 years ago
  Michael Niedermayer 3e4375833d vf_scale: Request an aligned buffer. 13 years ago
  Nicolas George 3b316f9f22 vf_scale: remove mathematical constants now redundant. 13 years ago
  Michael Niedermayer 8447703c16 vf_scale.c: propagate error code 13 years ago
  Michael Niedermayer d33e0c6bc8 vf_scale: apply the same transform to the aspect during init that is applied per frame 13 years ago
  Stefano Sabatini 46b29397a6 vf_scale: add a "sar" variable 13 years ago
  Michael Niedermayer 52982dbe47 vf_scale: don't leak SWS context. 13 years ago
  Michael Niedermayer c8868f28e3 vf_scale: apply the same transform to the aspect during init that is applied per frame 13 years ago
  Stefano Sabatini 61d55fda2b lavfi: tweak display aspect ratio variables in pad and scale filters 13 years ago
  Stefano Sabatini 01151a26c0 vf_scale: add a "sar" variable 13 years ago
  Michael Niedermayer 976a8b2179 Merge remote-tracking branch 'qatar/master' 13 years ago
  Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 13 years ago
  Reimar Döffinger bf19c87101 Fix type of out[] variable, it should not be const. 13 years ago
  Stefano Sabatini f97905e61d scale: fix leak occurring when a scale filter is reconfigured 13 years ago