2081 Commits (cbb2c95e47cd83cb65b2ce77cbb0296e85fa506b)

Author SHA1 Message Date
  Michael Niedermayer dfd8f2ff19 avfilter: fix minor typo 13 years ago
  Stefano Sabatini 316f6df9cc lavfi/avcodec: rename picref->samplesref variable in avfilter_get_audio_buffer_ref_from_frame() 13 years ago
  Stefano Sabatini 9cf9214d0a lavfi/color: free internal context options in uninit() 13 years ago
  Stefano Sabatini a74dcb7dc0 lavfi/color: cache and reuse colored picture in context 13 years ago
  Stefano Sabatini 47b6b7a2b9 lavfi/color: reindent after the previous commit 13 years ago
  Stefano Sabatini e5d617aa6d lavfi/color: drop support for old deprecated syntax 13 years ago
  Stefano Sabatini ad2022ac83 lavfi/testsrc: add comment in options 13 years ago
  Loren Merritt 1ad715dbf3 vf_hqdn3d: support 9 and 10bit colordepth 13 years ago
  Loren Merritt 0f583e6cc5 vf_hqdn3d: reduce intermediate precision 13 years ago
  Loren Merritt 85e228c71d vf_hqdn3d: simplify and optimize 13 years ago
  Loren Merritt fb44e7401f factor identical ff_inplace_start_frame out of two filters 13 years ago
  Loren Merritt 60b9785530 vf_hqdn3d: cosmetics 13 years ago
  Nicolas George efcfcf8793 avf_concat: fix silence duration. 13 years ago
  Nicolas George 4ce87ecf2a asrc_flite: do not crash on multiple instances. 13 years ago
  Anton Khirnov b3fa478823 lavfi: bump minor to mark stabilizing the ABI. 13 years ago
  Nicolas George 9a757cca34 avf_concat: fix min value for v option. 13 years ago
  Stefano Sabatini 66a5201819 lavfi: add flite audio source 13 years ago
  Stefano Sabatini 32390d6767 lavfi: move movie and amovie to a "multimedia sources" section 13 years ago
  Justin Ruggles 743f07062a lavfi: better channel layout negotiation 13 years ago
  Steven Robertson b3841db133 vf_alphamerge: Fix reversed conditional 13 years ago
  William Yu d5d5e3dabe lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output pts 13 years ago
  Anton Khirnov b5c8aa745e vf_yadif: unset cur_buf on the input link. 13 years ago
  Anton Khirnov f431315a86 vf_overlay: ensure the overlay frame does not get leaked. 13 years ago
  Michael Niedermayer 08fc1ad151 vf_overlay: prevent premature freeing of cur_buf 13 years ago
  Stefano Sabatini e564de26b3 lavfi/avfilter.h: add doxy for AVFilterLink.out_buf 13 years ago
  Stefano Sabatini b73be80d48 lavfi/avfilter.h: add doxy for AVFilterLink.cur_buf 13 years ago
  Diego Biurrun 49c45a2624 avfilter: Fix printf format string conversion specifier 13 years ago
  Nicolas George ddcb99bb51 vf_deshake: set cur_buf to NULL. 13 years ago
  Paul B Mahol ebe846fa73 vf_colormatrix: add missing semicolon 13 years ago
  Nicolas George a7ac05ce2f src_movie: implement multiple outputs. 13 years ago
  Nicolas George 05776119c1 buffersrc: use avfilter_get_buffer_ref_from_frame. 13 years ago
  Nicolas George 5c5f75b92b lavfi: add avfilter_get_buffer_ref_from_frame. 13 years ago
  Stefano Sabatini 7afd42d9f2 lavfi/showwaves: do not set on outlink->out_buf the sent video frame 13 years ago
  Michael Niedermayer 67a304985e vf_overlay: fix missed return 13 years ago
  Nicolas George 612307978d lavfi: change "transmedia" into "multimedia". 13 years ago
  Nicolas George be33da9a1d lavfi: add concat filter. 13 years ago
  Ronald S. Bultje 3124886554 lavfi: place x86 inline assembly under HAVE_INLINE_ASM. 13 years ago
  Nicolas George 9c1d649ce5 overlay: clear cur_buf on main input link. 13 years ago
  Steven Robertson 82ecae8a70 lavfi: add alphaextract and alphamerge filters 13 years ago
  Anton Khirnov a8a2271fe0 buffersrc: check ff_get_audio_buffer() for errors. 13 years ago
  Anton Khirnov 8f3a3ce730 lavfi: check all ff_get_video_buffer() calls for errors. 13 years ago
  Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 13 years ago
  Anton Khirnov 80e4ed279b vf_select: avoid an unnecessary avfilter_ref_buffer(). 13 years ago
  Anton Khirnov 785fa50f0b buffersrc: avoid creating unnecessary buffer reference 13 years ago
  Anton Khirnov 02ac7311c8 lavfi: use avfilter_unref_bufferp() where appropriate. 13 years ago
  Anton Khirnov 043800a968 vf_fps: add more error checks. 13 years ago
  Anton Khirnov d515e9c225 vf_fps: fix a memleak on malloc failure. 13 years ago
  Anton Khirnov 3825b52688 lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors 13 years ago
  Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 years ago
  Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago