summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]Janne Grunau2010-09-271-3/+3
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-241-3/+3
* Doxy consistency cosmeticsMichael Niedermayer2010-09-241-1/+3
* Enable AV_LOG_SKIP_REPEATED to maintain previous behavior.Michael Niedermayer2010-09-241-0/+3
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-241-3/+3
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-201-9/+0
* 10l: error in last commit. use decoder channels not encoder channels.Justin Ruggles2010-09-181-1/+1
* Change remaining ost->st->codec and ist->st->codec to enc and dec inJustin Ruggles2010-09-181-7/+7
* Update the audio sample rate when doing lowres audio decoding, before opening...Martin Storsjö2010-09-091-0/+5
* Factorize opt_new_{audio,video,subtitle} definitions.Stefano Sabatini2010-08-241-26/+8
* Cosmetics: rename out_video_filter to output_video_filter, forStefano Sabatini2010-08-241-12/+12
* Make configure_filters() return a meaningful error code rather thanStefano Sabatini2010-08-241-32/+31
* indentRamiro Polla2010-08-241-24/+24
* Make "-fs ss" mean "make output file of size equals or less than ss"Vitor Sessak2010-08-231-1/+1
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-111-4/+4
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-3/+4
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-071-2/+2
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-1/+1
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-3/+3
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-261-2/+3
* Reindent.Stefano Sabatini2010-07-261-5/+5
* Rename av_transcode() to transcode().Stefano Sabatini2010-07-261-2/+2
* Rename av_exit() to ffmpeg_exit().Stefano Sabatini2010-07-251-87/+87
* Use X ? Y : Z construct, simplify.Stefano Sabatini2010-07-251-4/+1
* Cosmetics: rename enc -> dec in opt_input_file().Stefano Sabatini2010-07-251-22/+22
* FFmpeg : Replace some av_exit calls in av_transcode with branches to theJai Menon2010-07-181-4/+8
* FFmpeg : Close input file and free any related memory ifJai Menon2010-07-151-0/+1
* Move frame_available computation to where it belongs in ffmpeg.c.Michael Niedermayer2010-07-051-4/+2
* Make opt_pad() print more information.Stefano Sabatini2010-07-041-8/+8
* Update help message for the -pad* options, as they have been removed,Stefano Sabatini2010-07-041-5/+5
* LOL, 100l, really fix warning:Baptiste Coudurier2010-07-031-1/+1
* Fix warning:Baptiste Coudurier2010-07-031-1/+1
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-031-1/+1
* Reduce codec time base when stream copyingBaptiste Coudurier2010-07-031-0/+2
* Set graph swscale opts before parsing it, that way opts are availableBaptiste Coudurier2010-07-031-3/+3
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Add new option "streamid" to set the value of an outfile streamid.Mike Scheutzow2010-06-301-3/+30
* Remove PPC perf counter supportMåns Rullgård2010-06-261-5/+0
* Rename rec_timestamp to recording_timestamp, for consistency withStefano Sabatini2010-06-221-5/+5
* ffmpeg: cosmetics: combine two variable declarationsAlexander Strange2010-06-211-3/+2
* Deprecate -crop* arguments, they currently are buggy (issue1957) and probablyMichael Niedermayer2010-06-141-4/+8
* 10l: audio_buf is already a uint8_t* so no need to cast itJustin Ruggles2010-06-101-1/+1
* Allocate enough memory for audio_buf to fit a full output frame.Justin Ruggles2010-06-101-4/+5
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-101-6/+0
* In case of stream copy, copy the extradata from the input codec context toLuca Abeni2010-06-081-1/+11
* Change type of {audio,video,subtitle}_codec_tag variables from int toStefano Sabatini2010-06-031-3/+3
* ffmpeg: offer alternatives for experimental codecs if they existJanne Grunau2010-05-311-0/+6
* ffmpeg: fail if user selected codec is experimental and strict_std_compliance...Janne Grunau2010-05-311-7/+23
* Open 2-pass logfile in binary mode for both reading and writing.Ramiro Polla2010-05-221-1/+1
* rename -vfilters cli option to -vfBaptiste Coudurier2010-05-121-2/+2
OpenPOWER on IntegriCloud