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-03-25Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles
2011-03-22Make sure kbhit() is in conio.hDave Yeo
2011-03-21Do no modify terminal parameters using termios.hPanagiotis H.M. Issaris
2011-03-20ffmpeg: modify help text for the map optionStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-12ffmpeg: remove unused variable in ffmpeg_exit()Stefano Sabatini
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-02ffmpeg: Use av_pkt_dump_log2Martin Storsjö
2011-02-23avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov
2011-02-17lavf: add av_ prefix to dump_format()Anton Khirnov
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-09Deprecate avcodec_thread_init()Alexander Strange
2011-02-06cmdutils: fix opt_values leakJames Zern
2011-02-06Adopt pkt_dts/pkt_pts in lavc clientsAlexander Strange
2011-02-04Use avformat_free_context for cleaning up muxersMartin Storsjö
2011-02-04Make avfilter_graph_free() free the graph.Stefano Sabatini
2011-02-03ffmpeg.c: rename map_meta_data option to map_metadataAnton Khirnov
2011-01-31Make ffmpeg warns the user when the selected sample format is ignored.Stefano Sabatini
2011-01-25Make local variables static.Diego Elio Pettenò
2011-01-24Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini
2011-01-22streamid 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