summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* ffmpeg: Use guess_correct_pts() to set decoded picture timestampsAlexander Strange2010-10-10
* move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs2010-10-08
* fix bitstream filter option mapping when using -newvideo and friendsAurelien Jacobs2010-10-07
* Pass RC parameters on stream copy to the muxer.Michael Niedermayer2010-10-07
* cosmetic: break long lineAurelien Jacobs2010-10-06
* ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int.Aurelien Jacobs2010-10-05
* cosmetic: break long lineAurelien Jacobs2010-10-03
* Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger2010-10-02
* ffmpeg: replace MAX_STREAMS by an arbitrary sanity checkAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate bitstream_filtersAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate stream_mapsAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate output_codecsAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate input_codecsAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate input_files_ts_scaleAurelien Jacobs2010-10-01
* ffmpeg: dynamically allocate streamid_mapAurelien Jacobs2010-10-01
* ffmpeg: add a grow_array() helper functionAurelien Jacobs2010-10-01
* Rename libavutil/assert.h to avassert.hMåns Rullgård2010-10-01
* av_assert() system.Michael Niedermayer2010-09-30
* User application side of Codec specific parameters.Michael Niedermayer2010-09-29
* use strict_std_complience from avcodec_opts[AVMEDIA_TYPE_*]Janne Grunau2010-09-27
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
* Doxy consistency cosmeticsMichael Niedermayer2010-09-24
* Enable AV_LOG_SKIP_REPEATED to maintain previous behavior.Michael Niedermayer2010-09-24
* Deprecate av_opt_show() in favor of a new function av_opt_show2(),Stefano Sabatini2010-09-24
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-20
* 10l: error in last commit. use decoder channels not encoder channels.Justin Ruggles2010-09-18
* Change remaining ost->st->codec and ist->st->codec to enc and dec inJustin Ruggles2010-09-18
* 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