summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Update the audio sample rate when doing lowres audio decoding, before opening...Martin Storsjö2010-09-09
* Factorize opt_new_{audio,video,subtitle} definitions.Stefano Sabatini2010-08-24
* Cosmetics: rename out_video_filter to output_video_filter, forStefano Sabatini2010-08-24
* Make configure_filters() return a meaningful error code rather thanStefano Sabatini2010-08-24
* indentRamiro Polla2010-08-24
* Make "-fs ss" mean "make output file of size equals or less than ss"Vitor Sessak2010-08-23
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26
* Reindent.Stefano Sabatini2010-07-26
* Rename av_transcode() to transcode().Stefano Sabatini2010-07-26
* Rename av_exit() to ffmpeg_exit().Stefano Sabatini2010-07-25
* Use X ? Y : Z construct, simplify.Stefano Sabatini2010-07-25
* Cosmetics: rename enc -> dec in opt_input_file().Stefano Sabatini2010-07-25
* FFmpeg : Replace some av_exit calls in av_transcode with branches to theJai Menon2010-07-18
* FFmpeg : Close input file and free any related memory ifJai Menon2010-07-15
* Move frame_available computation to where it belongs in ffmpeg.c.Michael Niedermayer2010-07-05
* Make opt_pad() print more information.Stefano Sabatini2010-07-04
* Update help message for the -pad* options, as they have been removed,Stefano Sabatini2010-07-04
* LOL, 100l, really fix warning:Baptiste Coudurier2010-07-03
* Fix warning:Baptiste Coudurier2010-07-03
* Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker2010-07-03
* Reduce codec time base when stream copyingBaptiste Coudurier2010-07-03
* Set graph swscale opts before parsing it, that way opts are availableBaptiste Coudurier2010-07-03
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* Add new option "streamid" to set the value of an outfile streamid.Mike Scheutzow2010-06-30
* Remove PPC perf counter supportMåns Rullgård2010-06-26
* Rename rec_timestamp to recording_timestamp, for consistency withStefano Sabatini2010-06-22
* ffmpeg: cosmetics: combine two variable declarationsAlexander Strange2010-06-21
* Deprecate -crop* arguments, they currently are buggy (issue1957) and probablyMichael Niedermayer2010-06-14
* 10l: audio_buf is already a uint8_t* so no need to cast itJustin Ruggles2010-06-10
* Allocate enough memory for audio_buf to fit a full output frame.Justin Ruggles2010-06-10
* Remove support for pre-Haiku, non-POSIX, non-C99 BeOS variants.Diego Biurrun2010-06-10
* In case of stream copy, copy the extradata from the input codec context toLuca Abeni2010-06-08
* Change type of {audio,video,subtitle}_codec_tag variables from int toStefano Sabatini2010-06-03
* ffmpeg: offer alternatives for experimental codecs if they existJanne Grunau2010-05-31
* ffmpeg: fail if user selected codec is experimental and strict_std_compliance...Janne Grunau2010-05-31
* Open 2-pass logfile in binary mode for both reading and writing.Ramiro Polla2010-05-22
* rename -vfilters cli option to -vfBaptiste Coudurier2010-05-12
* cosmetics, rename loop to frame_availableBaptiste Coudurier2010-05-11
* rename curr_filter to last_filter, factorize filter declarationBaptiste Coudurier2010-05-11
* cosmetics: indentation, whitespacesBaptiste Coudurier2010-05-11
* simplify, reuse existing args variableBaptiste Coudurier2010-05-11
* cosmetics: filt_graph_all -> graph, like in ffplay.cBaptiste Coudurier2010-05-11
* Remove messy pading hack in ffmpeg.c.Michael Niedermayer2010-05-07
* Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.Michael Niedermayer2010-05-07
* avfilter support for ffmpegMichael Niedermayer2010-05-07