Show patches with: none      |   46129 patches
« 1 2 ... 369 370 371461 462 »
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel] libavfilter/opencl.h: Add macro for setting opencl kernel arguments - - - - --- 2018-06-02 Danil Iashchenko New
[FFmpeg-devel] lavfi/Makefile: move dnn_*.o under vf_srcnn - - - - --- 2018-06-02 Jan Ekström Accepted
[FFmpeg-devel,4/4] configure: fix check for opencl_vaapi_intel_media. - - - - --- 2018-06-02 Jun Zhao Superseded
[FFmpeg-devel,3/4] configure: fix check for opencl - - - - --- 2018-06-02 Jun Zhao Superseded
[FFmpeg-devel,2/4] lavfi/opencl: remove redundancy header. - - - - --- 2018-06-02 Jun Zhao Accepted
[FFmpeg-devel,1/4] lavu/hwcontext_opecl: fix the build warning - - - - --- 2018-06-02 Jun Zhao Superseded
[FFmpeg-devel] libavutil/encryption_info: Add unit tests. - - - - --- 2018-06-01 Jacob Trimble Superseded
[FFmpeg-devel] lavc/libx265: allow users to set closed GOP via generic lavc flag - 1 - - --- 2018-06-01 Gyan Accepted
[FFmpeg-devel] avcodec/dpx: Support for RGBA 12-bit packed decoding - - - - --- 2018-06-01 Jerome Martinez Accepted
[FFmpeg-devel,v2] avformat/hlsenc: reimplement randomize of hls use av_get_random_seed - - - - --- 2018-06-01 Liu Steven Superseded
[FFmpeg-devel] lavf/mov.c: Set st->start_time for video streams explicitly. - - - - --- 2018-05-31 Sasi Inguva New
[FFmpeg-devel,v2] avformat/movenc: properly handle cover image codecs - - - - --- 2018-05-31 Timo Teräs Accepted
[FFmpeg-devel] lavf/mov.c: Fix timestamps to be strictly monotonic for video also. - - - - --- 2018-05-31 Sasi Inguva New
[FFmpeg-devel] avformat/movenc: properly handle cover image codecs - - - - --- 2018-05-31 Timo Teräs Superseded
[FFmpeg-devel] ffserver.c: Add ability to stream audio-only files. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,22/22] publisher.c: Remove unsupported logging context - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,21/22] lavfhttpd.c: Remove superfluous null-checks before av_free() - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,20/22] ffserver.c: make comment doxygen - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,19/22] httpd.h: make comments doxygen - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,18/22] segment.c: Don't cast return value of av_malloc() - - - - --- 2018-05-31 Stephan Holljes Superseded
[FFmpeg-devel,17/22] ffserver.c: Don't cast return value of av_malloc() - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,16/22] lavfhttpd.c: Detect disconnected clients through amount of bytes written. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,15/22] ffserver.c: Simplify error handling in server creation. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,14/22] ffserver.c: Add some logging contexts. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,13/22] lavfhttpd.c: simplify av_malloc() for client_http - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,12/22] ffserver.c: Replace sizeof(struct ...) with sizeof(var) where useful. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,11/22] ffserver.c/segment.c: set *seg_p to NULL in case of allocation failure and che… - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,10/22] httpd.h: Make comments doxygen comments - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,09/22] lavfhttpd.c: Free client context if allocated but an error occured - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,08/22] ffserver.c: Simplify codec_type access in read_thread - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,07/22] lavfhttpd.c: Add allocation failure check. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,06/22] segment.c: Add allocation failure checks. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,05/22] publisher.c: Add allocation failure checks. - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,04/22] ffserver.c: Check allocations - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,03/22] ffserver.c: Fix indentation (replace tabs by spaces) and cosmetics - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,02/22] ffserver.c: Check pthread_create for thread creation failure - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,01/22] ffserver.c: Replace av_malloc with av_mallocz_array - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,8/8] doc: Update Documentation.txt and add sample config as supplement - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,7/8] Makefile: Update Makefile - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,6/8] ffserver.c: Add config file reading - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,5/8] publisher.h: Add stream_name to PublisherContext - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,4/8] httpd.h: Adapt structs to config file - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,3/8] ffserver.c: rename ReadInfo.in_filename to ReadInfo.in_uri - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,2/8] ffserver: Implement lua config file reader - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,1/8] ffserver.c: Fix timestamp handling, still creates new clusters for mp4 files, bu… - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel] avfilter: add crossover filter - - - - --- 2018-05-31 Paul B Mahol New
[FFmpeg-devel] libavformat/mov: Fix heap buffer overflow. - - - - --- 2018-05-31 Jacob Trimble Accepted
[FFmpeg-devel] libavutil/encryption_info: Allow multiple init info. - - - - --- 2018-05-31 Jacob Trimble Superseded
[FFmpeg-devel] libavutil/encryption_info: Add NULL checks. - - - - --- 2018-05-31 Jacob Trimble New
[FFmpeg-devel,GSOC] TensorFlow backend introduction for DNN module - - - - --- 2018-05-31 Sergey Lavrushkin Superseded
[FFmpeg-devel,RFC] avformat/movenc: support covert images for ipod muxer - - - - --- 2018-05-31 Timo Teräs New
[FFmpeg-devel,GSOC] lavc/cfhd:IP frame decoding (inverse 3d transform) introduced - - - - --- 2018-05-31 Gagandeep Singh New
[FFmpeg-devel,v3,3/8] lavu: add a Vulkan hwcontext - - - - --- 2018-05-31 Rostislav Pehlivanov Superseded
[FFmpeg-devel] avformat/hlsenc: reimplement randomize of hls use av_get_random_seed - - - - --- 2018-05-31 Liu Steven Superseded
[FFmpeg-devel] avformat/flvdec: add flv_full_metadata option into flvdec - - - - --- 2018-05-31 Liu Steven Accepted
[FFmpeg-devel,2/2] avformat/flvdec: reindent code for previous commit - - - - --- 2018-05-31 Liu Steven Accepted
[FFmpeg-devel,1/2] avformat/flvdec: add flv_ignore_prevtag option into flvdec - - - - --- 2018-05-31 Liu Steven Accepted
[FFmpeg-devel,6/6] avformat/mxfdec: add support for recognizing timed text streams - - - - --- 2018-05-31 Marton Balint New
[FFmpeg-devel,5/6] avcodec/avcodec.h: add AV_CODEC_ID_TIMED_TEXT_MARKUP - - - - --- 2018-05-31 Marton Balint New
[FFmpeg-devel,4/6] avformat/mxfdec: remove check for NULL MXFTrack in mxf_set_pts - - - - --- 2018-05-31 Marton Balint Accepted
[FFmpeg-devel,3/6] avformat/mxfdec: only disallow seek on metadata streams - - - - --- 2018-05-31 Marton Balint Accepted
[FFmpeg-devel,2/6] avformat/mxfdec: recognize SMPTE 436 VBI data - - - - --- 2018-05-31 Marton Balint Accepted
[FFmpeg-devel,1/6] avformat/mxfdec: use MXFCodecUL struct to store essence description for data_ess… - - - - --- 2018-05-31 Marton Balint Accepted
[FFmpeg-devel] lavc/profiles: Mention AAC-LC only once - - - - --- 2018-05-30 Carl Eugen Hoyos Accepted
[FFmpeg-devel] Patch: Replace quotes for inline asm detection. - - - - --- 2018-05-30 Frank Liberato New
[FFmpeg-devel] configure fix arm inline defines - - - - --- 2018-05-30 John Cox Superseded
[FFmpeg-devel,3/5] Renamed reinterlace to tinterlace - - - - --- 2018-05-30 Vasile Toncu Superseded
[FFmpeg-devel,3/5] Renamed reinterlace to tinterlace - - - - --- 2018-05-30 Vasile Toncu Superseded
[FFmpeg-devel,2/5] Added reinterlace filter - - - - --- 2018-05-30 Vasile Toncu Superseded
[FFmpeg-devel,v2] avcodec/vc1: fix overlap smoothing filter for P frames - - - - --- 2018-05-30 Jerome Borsboom Accepted
[FFmpeg-devel,v3,3/3] lavf: add avs2 fourcc - - - - --- 2018-05-30 hwren Superseded
[FFmpeg-devel,v3,2/3] lavc, doc, configure: add libdavs2 video decoder - - - - --- 2018-05-30 hwren New
[FFmpeg-devel,v3,1/3] lavc,doc: add avs2 codec - - - - --- 2018-05-30 hwren Superseded
[FFmpeg-devel] lavf/mov.c: Set st->start_time for video streams explicitly. - - - - --- 2018-05-29 Sasi Inguva Superseded
[FFmpeg-devel] avcodec/vc1: fix overlap smoothing filter for P frames - - - - --- 2018-05-29 Jerome Borsboom Superseded
[FFmpeg-devel,v3,3/3] libavformat/mov: add fate tests for parsing of trak titles from mov format - - - - --- 2018-05-29 Nik Johnson New
[FFmpeg-devel,v3,2/3] libavformat/mov: recognize udta name tag as the stream title - - - - --- 2018-05-29 Nik Johnson New
[FFmpeg-devel,v3,1/3] libavformat/mov: treat udta atoms within trak atoms as stream metadata - - - - --- 2018-05-29 Nik Johnson New
[FFmpeg-devel,v3] avcodec/vc1: fix out-of-bounds reference pixel replication - - - - --- 2018-05-29 Jerome Borsboom Accepted
[FFmpeg-devel,v2] avcodec/vc1: fix out-of-bounds reference pixel replication - - - - --- 2018-05-29 Jerome Borsboom Superseded
[FFmpeg-devel] lavfi: add opencl tonemap filter. - - - - --- 2018-05-29 Ruiling Song Superseded
[FFmpeg-devel,3/3] lavf/riff: add avs2 fourcc - - - - --- 2018-05-29 hwren Superseded
[FFmpeg-devel,2/3] lavc, doc, configure: add avs2 decoder via libdavs2 - - - - --- 2018-05-29 hwren New
[FFmpeg-devel,1/3] lavc,doc: add avs2 codec - - - - --- 2018-05-29 hwren Superseded
[FFmpeg-devel] ffplay: Mention codec_name if decoder for codec_id could not be found. - - - - --- 2018-05-28 Carl Eugen Hoyos Accepted
[FFmpeg-devel,GSOC] DNN module introduction and SRCNN filter update - - - - --- 2018-05-28 Sergey Lavrushkin New
[FFmpeg-devel] libavfilter/boxblur_opencl filter. - - - - --- 2018-05-28 Danil Iashchenko Superseded
[FFmpeg-devel,3/3] avcodec/h263dec: Reinitialize idct context if it has not been setup for the acti… - - - - --- 2018-05-28 Michael Niedermayer Accepted
[FFmpeg-devel,2/3] avcodec/idctdsp: Clear idct/idct_add for studio profile - - - - --- 2018-05-28 Michael Niedermayer Accepted
[FFmpeg-devel,1/3] avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecContext… - - - - --- 2018-05-28 Michael Niedermayer Accepted
[FFmpeg-devel] ffserver.c: Add ability to stream audio-only files. - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,10/10] ffserver.c: Fix invalid read if resource is empty string - - - - --- 2018-05-28 Stephan Holljes New
[FFmpeg-devel,09/10] lavfhttpd.c: Free client context if allocated but an error occured - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,08/10] ffserver.c: Simplify codec_type access in read_thread - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,07/10] lavfhttpd.c: Add allocation failure check. - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,06/10] segment.c: Add allocation failure checks. - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,05/10] publisher.c: Add allocation failure checks. - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,04/10] ffserver.c: Check allocations - - - - --- 2018-05-28 Stephan Holljes Superseded
[FFmpeg-devel,03/10] ffserver.c: Fix indentation (replace tabs by spaces) - - - - --- 2018-05-28 Stephan Holljes New
[FFmpeg-devel,02/10] ffserver.c: Check pthread_create for thread creation failure - - - - --- 2018-05-28 Stephan Holljes Superseded
« 1 2 ... 369 370 371461 462 »