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
2011-02-19Fix issue2619.Michael Niedermayer
2011-02-18lavf: add av_ prefix to dump_format()Anton Khirnov
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Restructure video filter implemenattion in ffmpeg.c.Michael Niedermayer
2011-02-11Deprecate avcodec_thread_init()Alexander Strange
2011-02-07Implement guessed_pts in avcodec_decode_video2Nicolas George
2011-02-06cmdutils: fix opt_values leakJames Zern
2011-02-06Adopt pkt_dts/pkt_pts in lavc clientsAlexander Strange
2011-02-06Use avformat_free_context for cleaning up muxersMartin Storsjö
2011-02-06Make avfilter_graph_free() free the graph.Stefano Sabatini
2011-02-04ffmpeg.c: rename map_meta_data option to map_metadataAnton Khirnov
2011-01-31Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer
2011-01-31Make ffmpeg warns the user when the selected sample format is ignored.Stefano Sabatini
2011-01-26Make local variables static.Diego Elio Pettenò
2011-01-26Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini
2011-01-23streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow
2011-01-18Update threshold to detect real timebase for stream copy.Michael Niedermayer
2011-01-18Feed the filter chain with the sample aspect ratio from the muxer or codec layerMichael Niedermayer
2011-01-15New "copytb" ffmpeg cli option to copy input stream time base when stream cop...Baptiste Coudurier
2011-01-14Make opt_audio_sample_fmt() abort in case of invalid sample formatStefano Sabatini
2011-01-14Reindent after 26330.Ronald S. Bultje
2011-01-14Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje
2011-01-12Do not allocate unused swscale context when libavfilter is compiled inBaptiste Coudurier
2011-01-12Fix warnings:Baptiste Coudurier
2011-01-12Change 'arg' type in parse_meta_type, fix warning:Baptiste Coudurier
2011-01-07Fix lowres > 0 with --enable-avfilter..Anatoly Nenashev
2011-01-05Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c.Michael Niedermayer
2011-01-02Use AVOption for muxers in ffmpeg.Anssi Hannula
2010-12-31use avsubtitle_free() instead of re-implementing it partially (fix a memleak)Aurelien Jacobs
2010-12-27Allow output formats without any streams.Anton Khirnov
2010-12-12Reindent.Stefano Sabatini
2010-12-12Fix encoding when the input audio format/rate/channels changes duringStefano Sabatini
2010-12-10Show per-codec options on FFmpeg commandline help.Justin Ruggles
2010-12-04cosmetic: indentationAurelien Jacobs
2010-12-04add subtitle codec autodetectionAurelien Jacobs
2010-12-02Add avfilter_graph_create_filter().Stefano Sabatini
2010-11-22ffmpeg.c: copy global metadata by defaultAnton Khirnov
2010-11-21Use the new libavcore audio channel API.Stefano Sabatini
2010-11-20Cosmetics, fix indentationBaptiste Coudurier
2010-11-13allow passing subtitles header between decoder and encoderAurelien Jacobs
2010-11-13add global header support for subtitles encodingAurelien Jacobs
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-11-12ffmpeg.c: add a forgotten break in chapter copyingAnton Khirnov
2010-11-12ffmpeg.c: reindentAnton Khirnov
2010-11-12ffmpeg.c: add an option for copying chaptersAnton Khirnov
2010-11-08ffmpeg.c: allow using negative file indices to disable metadata copyingAnton Khirnov
2010-11-08Remove graphparser.h header, move AVFilterInOut andStefano Sabatini
2010-11-07Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini
2010-11-05Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini
2010-11-04Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini