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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-28lavfi: rename vsrc_buffer.c into src_buffer.c.Nicolas George
2012-04-28lavfi: merge asrc_abuffer into vsrc_buffer.Nicolas George
2012-04-28lavfi/tinterlace: remove unnecessary NULL check in start_frame()Stefano Sabatini
2012-04-28lavfi/tinterlace: use avfilter_unref_bufferp()Stefano Sabatini
2012-04-28lavfi/tinterlace: fix doxy in copy_picture_field()Stefano Sabatini
2012-04-28asrc_abuffer: return EAGAIN if no frame is availableMatthieu Bouron
2012-04-27lavfi: create buffer reference in filters which need to access the ref laterStefano Sabatini
2012-04-27lavfi/bbox: add missing space between pts and x1 values in the logStefano Sabatini
2012-04-26af_amerge: return errors from subfilters when requesting a frameMatthieu Bouron
2012-04-24avfiltergraph: fix format selection.Nicolas George
2012-04-24avfiltergraph: free the sink_links heap.Nicolas George
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