summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-16
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Deprecate avcodec_thread_init()Alexander Strange2011-02-09
* cmdutils: fix opt_values leakJames Zern2011-02-05
* Adopt pkt_dts/pkt_pts in lavc clientsAlexander Strange2011-02-05
* Use avformat_free_context for cleaning up muxersMartin Storsjö2011-02-04
* Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-04
* ffmpeg.c: rename map_meta_data option to map_metadataAnton Khirnov2011-02-02
* Make ffmpeg warns the user when the selected sample format is ignored.Stefano Sabatini2011-01-31
* Make local variables static.Diego Elio Pettenò2011-01-25
* Do not set audio_resample to 0 if audio_sync_method is > 1.Stefano Sabatini2011-01-24
* streamid does not work with newaudio, newvideo, newsubtitleMike Scheutzow2011-01-22
* Update threshold to detect real timebase for stream copy.Michael Niedermayer2011-01-18
* Feed the filter chain with the sample aspect ratio from the muxer or codec layerMichael Niedermayer2011-01-17
* New "copytb" ffmpeg cli option to copy input stream time base when stream cop...Baptiste Coudurier2011-01-14
* Make opt_audio_sample_fmt() abort in case of invalid sample formatStefano Sabatini2011-01-14
* Reindent after 26330.Ronald S. Bultje2011-01-14
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-14
* Do not allocate unused swscale context when libavfilter is compiled inBaptiste Coudurier2011-01-12
* Fix warnings:Baptiste Coudurier2011-01-11
* Change 'arg' type in parse_meta_type, fix warning:Baptiste Coudurier2011-01-11
* Fix lowres > 0 with --enable-avfilter..Anatoly Nenashev2011-01-07
* Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c.Michael Niedermayer2011-01-05
* Use AVOption for muxers in ffmpeg.Anssi Hannula2011-01-02
* use avsubtitle_free() instead of re-implementing it partially (fix a memleak)Aurelien Jacobs2010-12-31
* Allow output formats without any streams.Anton Khirnov2010-12-27
* Reindent.Stefano Sabatini2010-12-12
* Fix encoding when the input audio format/rate/channels changes duringStefano Sabatini2010-12-12
* Show per-codec options on FFmpeg commandline help.Justin Ruggles2010-12-10
* cosmetic: indentationAurelien Jacobs2010-12-04
* add subtitle codec autodetectionAurelien Jacobs2010-12-04
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-02
* ffmpeg.c: copy global metadata by defaultAnton Khirnov2010-11-22
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Cosmetics, fix indentationBaptiste Coudurier2010-11-20
* allow passing subtitles header between decoder and encoderAurelien Jacobs2010-11-13
* add global header support for subtitles encodingAurelien Jacobs2010-11-13
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* ffmpeg.c: add a forgotten break in chapter copyingAnton Khirnov2010-11-12
* ffmpeg.c: reindentAnton Khirnov2010-11-12
* ffmpeg.c: add an option for copying chaptersAnton Khirnov2010-11-12
* ffmpeg.c: allow using negative file indices to disable metadata copyingAnton Khirnov2010-11-08
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-07
* Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini2010-11-07
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-04
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-04
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-04
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* Fix timestamp computation when the timebase changes during filtering.Stefano Sabatini2010-11-02
* ffmpeg.c: reindentAnton Khirnov2010-11-02