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-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
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
2010-07-03Reduce codec time base when stream copyingBaptiste Coudurier
2010-07-03Set graph swscale opts before parsing it, that way opts are availableBaptiste Coudurier
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-07-01Add new option "streamid" to set the value of an outfile streamid.Mike Scheutzow
2010-06-27Remove PPC perf counter supportMåns Rullgård
2010-06-23Rename rec_timestamp to recording_timestamp, for consistency withStefano Sabatini
2010-06-21ffmpeg: cosmetics: combine two variable declarationsAlexander Strange
2010-06-14Deprecate -crop* arguments, they currently are buggy (issue1957) and probablyMichael Niedermayer
2010-06-1010l: audio_buf is already a uint8_t* so no need to cast itJustin Ruggles
2010-06-10Allocate enough memory for audio_buf to fit a full output frame.Justin Ruggles
2010-06-10Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun
2010-06-08In case of stream copy, copy the extradata from the input codec context toLuca Abeni
2010-06-03Change type of {audio,video,subtitle}_codec_tag variables from int toStefano Sabatini
2010-06-01ffmpeg: offer alternatives for experimental codecs if they existJanne Grunau
2010-06-01ffmpeg: fail if user selected codec is experimental and strict_std_compliance...Janne Grunau
2010-05-23Open 2-pass logfile in binary mode for both reading and writing.Ramiro Polla
2010-05-12rename -vfilters cli option to -vfBaptiste Coudurier
2010-05-11cosmetics, rename loop to frame_availableBaptiste Coudurier
2010-05-11rename curr_filter to last_filter, factorize filter declarationBaptiste Coudurier
2010-05-11cosmetics: indentation, whitespacesBaptiste Coudurier
2010-05-11simplify, reuse existing args variableBaptiste Coudurier
2010-05-11cosmetics: filt_graph_all -> graph, like in ffplay.cBaptiste Coudurier
2010-05-07Remove messy pading hack in ffmpeg.c.Michael Niedermayer
2010-05-07Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.Michael Niedermayer
2010-05-07avfilter support for ffmpegMichael Niedermayer
2010-04-30Print warnig if requested samplingrate is unsupported.Michael Niedermayer
2010-04-27Make ffmpeg use print_error() to make apparent the exact cause ofStefano Sabatini
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-22Make sure ffmpeg chooses a supported samplerte if the encoder supportsMichael Niedermayer
2010-04-22Fix compilation error of ffmpeg and ffplay with --disable-avdevice.Cyril Russo
2010-04-20Allow setting the environment variable FFMPEG_DATADIR to locate preset files.Robert Krüger
2010-04-17Take ticks per frame into account when warning about difference betweenBaptiste Coudurier
2010-04-05Simplify writing stream metadata.Anton Khirnov
2010-04-05Don't overwrite user-supplied metadata with metadata mapped from an input file.Anton Khirnov
2010-04-04Reindent.Stefano Sabatini
2010-04-04Rename av_encode() to av_transcode(), the new name is more meaningful.Stefano Sabatini