Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-23buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST.Nicolas George
2012-04-23vsrc_buffer: count the number of failed requests.Nicolas George
2012-04-23vsrc_buffer: return EAGAIN if no frame is available.Nicolas George
2012-04-23avfiltergraph: add avfilter_graph_request_oldest().Nicolas George
2012-04-23avfilter: add a pointer from links to graph.Nicolas George
2012-04-23avfilter: document request_frame return codes.Nicolas George
2012-04-21lavfi/setfield: remove stray argument in av_log()Stefano Sabatini
2012-04-21lavfi/setfield: rename variable top_field_first to modeStefano Sabatini
2012-04-21lavfi/setfield: add "progressive" optionTim Nicholson
2012-04-20lavfi/mp: remove libmpcodecs mirror filterStefano Sabatini
2012-04-20lavfi: add avfilter_unref_bufferp()Robert Nagy
2012-04-17yadif: Improve pts calculation for is_second.Robert Nagy
2012-04-17copy pts and format props between lavfi buffer and frame.Robert Nagy
2012-04-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-17vsrc_buffer: fix null ptr segfaultMichael Niedermayer
2012-04-17avfiltergraph: More advanced heuristic to select colorspace.Michael Niedermayer
2012-04-17Merge commit '3b266da3d35f3f7a61258b78384dfe920d875d29'Michael Niedermayer
2012-04-16graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov
2012-04-16lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE;Robert Nagy
2012-04-16yadif: fixed missing error handling for poll_frame.Robert Nagy
2012-04-15graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-14vsrc_buffer: fix check from 7ae7c41.Anton Khirnov
2012-04-14avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini
2012-04-14graphparser: allow specifying sws flags in the graph description.Anton Khirnov
2012-04-14graphparser: fix the order of connecting unlabeled links.Anton Khirnov
2012-04-14graphparser: add avfilter_graph_parse2().Anton Khirnov
2012-04-14vsrc_buffer: allow using a NULL buffer to signal EOF.Anton Khirnov
2012-04-14lavfi/drawbox: fix width displayed in place of x.Clément Bœsch
2012-04-13lavfi/mp: remove 2xsai wrapped filterStefano Sabatini
2012-04-13lavfi: port 2xsai filter from libmpcodecsStefano Sabatini
2012-04-13lavfi: install asrc_abuffer.h headerStefano Sabatini
2012-04-12vf_lut: fix rgba map regressionMichael Niedermayer
2012-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-10vf_drawtext: fontconfig support.Nicolas George
2012-04-10vf_drawtext: fix memory leak of draw expression.Nicolas George
2012-04-10vf_drawtext: fix memory leak of glyph data.Nicolas George
2012-04-09vf_overlay: implement poll_frame()Anton Khirnov
2012-04-09vf_scale: support named constants for sws flags.Anton Khirnov
2012-04-09vf_scale: ensure the palette is set for output.Reimar Döffinger
2012-04-09Mark GRAY8 format as pseudo-paletted.Reimar Döffinger
2012-04-09scale: fix slice rendering with conversion between pal/non-pal.Reimar Döffinger
2012-04-07lavfi/mp: remove remove_logo wrapperStefano Sabatini
2012-04-07lavfi: port libmpcodecs remove-logo filterStefano Sabatini
2012-04-06vsrc_buffer: remove overwrite support.Michael Niedermayer
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-05vsrc_buffer: when no frame is available, return an error instead of segfaulting.Anton Khirnov
2012-04-05vf_idet: clean detected frame types based on a 4 frame history.Michael Niedermayer
2012-04-05vf_idet: change individual per frame statistics to debug log level.Michael Niedermayer
2012-04-05vf_idet: print accumulated statistics for single and multi frame detectionMichael Niedermayer