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
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
2010-11-04Implement avfilter_graph_alloc().Stefano Sabatini
2010-11-03Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini
2010-11-02Fix timestamp computation when the timebase changes during filtering.Stefano Sabatini
2010-11-02ffmpeg.c: reindentAnton Khirnov
2010-11-02ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is specifiedAnton Khirnov
2010-11-02ffmpeg.c: extend map_meta_data to allow advanced mappingsAnton Khirnov
2010-11-02Remove ffmpeg PGMYUV compatibility hack, which was deprecated sinceStefano Sabatini
2010-11-01Use AV_RL32() in opt_codec_tag().Stefano Sabatini
2010-10-31ffmpeg: fix opt_codec_tag() return valueRamiro Polla
2010-10-29Fix ffserver-related regression (and crash) introduced in r25500.Rocky Cardwell
2010-10-29Move new_output_stream() up for upcoming fix for issue 2317.Carl Eugen Hoyos
2010-10-29ffmpeg.c: dynamically allocate metadata mapsAnton Khirnov
2010-10-28Factorize: opt_{audio,video,subtitle}_tag() -> opt_codec_tag().Stefano Sabatini
2010-10-20Remove unused variables picture_crop_temp and picture_pad_temp.Stefano Sabatini
2010-10-19Add a -force_key_frames option to ffmpeg.Nicolas George
2010-10-18Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini
2010-10-18Make help message for the -crop* options consistent with that of theStefano Sabatini
2010-10-18Remove -crop* options.Stefano Sabatini
2010-10-17Cosmetics: use a more compact notation, improve readability and reduceStefano Sabatini
2010-10-16Reset metadata after opt_output_file(), fix the previous commit.Stefano Sabatini
2010-10-16Use an AVMetadata struct for storing metadata, simplify.Stefano Sabatini
2010-10-16ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()Anton Khirnov
2010-10-16Add avfilter_graph_config().Stefano Sabatini
2010-10-16Place the bitstream_filters variable in the AVOutputStream, thusNicolas George
2010-10-16Move the allocation of the AVOutputStream structure earlier in theNicolas George
2010-10-12Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini
2010-10-12Extend buffer source to accept the time base for the output PTS.Stefano Sabatini
2010-10-10ffmpeg: Use guess_correct_pts() to set decoded picture timestampsAlexander Strange
2010-10-09move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs
2010-10-07fix bitstream filter option mapping when using -newvideo and friendsAurelien Jacobs
2010-10-07Pass RC parameters on stream copy to the muxer.Michael Niedermayer
2010-10-06cosmetic: break long lineAurelien Jacobs
2010-10-06ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int.Aurelien Jacobs
2010-10-04cosmetic: break long lineAurelien Jacobs
2010-10-02Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger
2010-10-02ffmpeg: replace MAX_STREAMS by an arbitrary sanity checkAurelien Jacobs
2010-10-02ffmpeg: dynamically allocate bitstream_filtersAurelien Jacobs
2010-10-02ffmpeg: dynamically allocate stream_mapsAurelien Jacobs
2010-10-02ffmpeg: dynamically allocate output_codecsAurelien Jacobs
2010-10-02ffmpeg: dynamically allocate input_codecsAurelien Jacobs
2010-10-02ffmpeg: dynamically allocate input_files_ts_scaleAurelien Jacobs
2010-10-02ffmpeg: dynamically allocate streamid_mapAurelien Jacobs
2010-10-02ffmpeg: add a grow_array() helper functionAurelien Jacobs
2010-10-01Rename libavutil/assert.h to avassert.hMåns Rullgård