]> git.sesse.net Git - ffmpeg/history - ffmpeg.c
Merge libavcore into libavutil
[ffmpeg] / ffmpeg.c
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-09 Alexander StrangeDeprecate avcodec_thread_init()
2011-02-05 James Zerncmdutils: fix opt_values leak
2011-02-05 Alexander StrangeAdopt pkt_dts/pkt_pts in lavc clients
2011-02-04 Martin StorsjöUse avformat_free_context for cleaning up muxers
2011-02-04 Stefano SabatiniMake avfilter_graph_free() free the graph.
2011-02-02 Anton Khirnovffmpeg.c: rename map_meta_data option to map_metadata
2011-01-31 Stefano SabatiniMake ffmpeg warns the user when the selected sample...
2011-01-25 Diego Elio PettenòMake local variables static.
2011-01-24 Stefano SabatiniDo not set audio_resample to 0 if audio_sync_method...
2011-01-22 Mike Scheutzowstreamid does not work with newaudio, newvideo, newsubtitle
2011-01-18 Michael NiedermayerUpdate threshold to detect real timebase for stream...
2011-01-17 Michael NiedermayerFeed the filter chain with the sample aspect ratio...
2011-01-14 Baptiste CoudurierNew "copytb" ffmpeg cli option to copy input stream...
2011-01-14 Stefano SabatiniMake opt_audio_sample_fmt() abort in case of invalid...
2011-01-14 Ronald S. BultjeReindent after 26330.
2011-01-14 Ronald S. BultjeIntroduce av_metadata_copy() to copy metadata from...
2011-01-12 Baptiste CoudurierDo not allocate unused swscale context when libavfilter...
2011-01-11 Baptiste CoudurierFix warnings:
2011-01-11 Baptiste CoudurierChange 'arg' type in parse_meta_type, fix warning:
2011-01-07 Anatoly NenashevFix lowres > 0 with --enable-avfilter..
2011-01-05 Michael NiedermayerFix/cleanup m/ljpeg encoding pix fmt selection code...
2011-01-02 Anssi HannulaUse AVOption for muxers in ffmpeg.
2010-12-31 Aurelien Jacobsuse avsubtitle_free() instead of re-implementing it...
2010-12-27 Anton KhirnovAllow output formats without any streams.
2010-12-12 Stefano SabatiniReindent.
2010-12-12 Stefano SabatiniFix encoding when the input audio format/rate/channels...
2010-12-10 Justin RugglesShow per-codec options on FFmpeg commandline help.
2010-12-04 Aurelien Jacobscosmetic: indentation
2010-12-04 Aurelien Jacobsadd subtitle codec autodetection
2010-12-02 Stefano SabatiniAdd avfilter_graph_create_filter().
2010-11-22 Anton Khirnovffmpeg.c: copy global metadata by default
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-20 Baptiste CoudurierCosmetics, fix indentation
2010-11-13 Aurelien Jacobsallow passing subtitles header between decoder and...
2010-11-13 Aurelien Jacobsadd global header support for subtitles encoding
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-12 Anton Khirnovffmpeg.c: add a forgotten break in chapter copying
2010-11-12 Anton Khirnovffmpeg.c: reindent
2010-11-12 Anton Khirnovffmpeg.c: add an option for copying chapters
2010-11-08 Anton Khirnovffmpeg.c: allow using negative file indices to disable...
2010-11-07 Stefano SabatiniRemove graphparser.h header, move AVFilterInOut and
2010-11-07 Stefano SabatiniRename AVFilterInOut field filter to filter_ctx, more...
2010-11-04 Stefano SabatiniImplement get_preset_file() in cmdutils.h and use it...
2010-11-04 Stefano SabatiniRename avfilter_graph_destroy() to avfilter_graph_free().
2010-11-04 Stefano SabatiniImplement avfilter_graph_alloc().
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-11-02 Stefano SabatiniFix timestamp computation when the timebase changes...
2010-11-02 Anton Khirnovffmpeg.c: reindent
2010-11-02 Anton Khirnovffmpeg.c: don't autocopy stream/chapter metadata if...
2010-11-02 Anton Khirnovffmpeg.c: extend map_meta_data to allow advanced mappings
2010-11-02 Stefano SabatiniRemove ffmpeg PGMYUV compatibility hack, which was...
2010-10-31 Stefano SabatiniUse AV_RL32() in opt_codec_tag().
2010-10-31 Ramiro Pollaffmpeg: fix opt_codec_tag() return value
2010-10-29 Rocky CardwellFix ffserver-related regression (and crash) introduced...
2010-10-29 Carl Eugen HoyosMove new_output_stream() up for upcoming fix for issue...
2010-10-28 Anton Khirnovffmpeg.c: dynamically allocate metadata maps
2010-10-28 Stefano SabatiniFactorize: opt_{audio,video,subtitle}_tag() -> opt_code...
2010-10-20 Stefano SabatiniRemove unused variables picture_crop_temp and picture_p...
2010-10-18 Nicolas GeorgeAdd a -force_key_frames option to ffmpeg.
2010-10-18 Stefano SabatiniImplement a common get_filtered_video_frame(), shared...
2010-10-18 Stefano SabatiniMake help message for the -crop* options consistent...
2010-10-18 Stefano SabatiniRemove -crop* options.
2010-10-16 Stefano SabatiniCosmetics: use a more compact notation, improve readabi...
2010-10-16 Stefano SabatiniReset metadata after opt_output_file(), fix the previou...
2010-10-16 Stefano SabatiniUse an AVMetadata struct for storing metadata, simplify.
2010-10-16 Anton Khirnovffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-10-16 Nicolas GeorgePlace the bitstream_filters variable in the AVOutputStr...
2010-10-16 Nicolas GeorgeMove the allocation of the AVOutputStream structure...
2010-10-12 Stefano SabatiniFactorize definition of the output_filter defined in...
2010-10-12 Stefano SabatiniExtend buffer source to accept the time base for the...
2010-10-10 Alexander Strangeffmpeg: Use guess_correct_pts() to set decoded picture...
2010-10-08 Aurelien Jacobsmove av_find_stream_info() info struct to AVStream...
2010-10-07 Aurelien Jacobsfix bitstream filter option mapping when using -newvide...
2010-10-07 Michael NiedermayerPass RC parameters on stream copy to the muxer.
2010-10-06 Aurelien Jacobscosmetic: break long line
2010-10-05 Aurelien Jacobsffmpeg: Fix prototype of some OPT_FUNC2 functions....
2010-10-03 Aurelien Jacobscosmetic: break long line
2010-10-02 Reimar DöffingerAdd init and uninit functions to cmdutils, reduces...
2010-10-01 Aurelien Jacobsffmpeg: replace MAX_STREAMS by an arbitrary sanity...
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate bitstream_filters
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate stream_maps
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate output_codecs
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate input_codecs
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate input_files_ts_scale
2010-10-01 Aurelien Jacobsffmpeg: dynamically allocate streamid_map
2010-10-01 Aurelien Jacobsffmpeg: add a grow_array() helper function
2010-10-01 Måns RullgårdRename libavutil/assert.h to avassert.h
2010-09-30 Michael Niedermayerav_assert() system.
2010-09-29 Michael NiedermayerUser application side of Codec specific parameters.
2010-09-27 Janne Grunauuse strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]
2010-09-24 Stefano SabatiniChange the syntax of the crop filter from x:y:w:h to...
2010-09-24 Michael NiedermayerDoxy consistency cosmetics
2010-09-24 Michael NiedermayerEnable AV_LOG_SKIP_REPEATED to maintain previous behavior.
2010-09-24 Stefano SabatiniDeprecate av_opt_show() in favor of a new function...
2010-09-20 Stefano SabatiniMove log_callback_help to cmdutils.[hc], for allowing...
2010-09-18 Justin Ruggles10l: error in last commit. use decoder channels not...
2010-09-18 Justin RugglesChange remaining ost->st->codec and ist->st->codec...
2010-09-09 Martin StorsjöUpdate the audio sample rate when doing lowres audio...
next