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-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
2010-10-01av_assert() system.Michael Niedermayer
2010-09-30User application side of Codec specific parameters.Michael Niedermayer
2010-09-27use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]Janne Grunau
2010-09-25Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini
2010-09-24Doxy consistency cosmeticsMichael Niedermayer
2010-09-24Enable AV_LOG_SKIP_REPEATED to maintain previous behavior.Michael Niedermayer
2010-09-24Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini
2010-09-21Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini
2010-09-1910l: error in last commit. use decoder channels not encoder channels.Justin Ruggles
2010-09-19Change remaining ost->st->codec and ist->st->codec to enc and dec inJustin Ruggles
2010-09-10Update the audio sample rate when doing lowres audio decoding, before opening...Martin Storsjö
2010-08-24Factorize opt_new_{audio,video,subtitle} definitions.Stefano Sabatini
2010-08-24Cosmetics: rename out_video_filter to output_video_filter, forStefano Sabatini
2010-08-24Make configure_filters() return a meaningful error code rather thanStefano Sabatini
2010-08-24indentRamiro Polla
2010-08-23Make "-fs ss" mean "make output file of size equals or less than ss"Vitor Sessak
2010-08-11Change avfilter_open() signature, from:Stefano Sabatini
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini
2010-07-26Reindent.Stefano Sabatini
2010-07-26Rename av_transcode() to transcode().Stefano Sabatini
2010-07-25Rename av_exit() to ffmpeg_exit().Stefano Sabatini
2010-07-25Use X ? Y : Z construct, simplify.Stefano Sabatini
2010-07-25Cosmetics: rename enc -> dec in opt_input_file().Stefano Sabatini
2010-07-18FFmpeg : Replace some av_exit calls in av_transcode with branches to theJai Menon
2010-07-15FFmpeg : Close input file and free any related memory ifJai Menon
2010-07-05Move frame_available computation to where it belongs in ffmpeg.c.Michael Niedermayer
2010-07-05Make opt_pad() print more information.Stefano Sabatini
2010-07-05Update help message for the -pad* options, as they have been removed,Stefano Sabatini
2010-07-04LOL, 100l, really fix warning:Baptiste Coudurier
2010-07-04Fix warning:Baptiste Coudurier