summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables picture_crop_temp and picture_pad_temp.Stefano Sabatini2010-10-201-4/+0
* Add a -force_key_frames option to ffmpeg.Nicolas George2010-10-181-0/+41
* Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini2010-10-181-24/+4
* Make help message for the -crop* options consistent with that of theStefano Sabatini2010-10-181-4/+4
* Remove -crop* options.Stefano Sabatini2010-10-181-155/+20
* Cosmetics: use a more compact notation, improve readability and reduceStefano Sabatini2010-10-161-20/+6
* Reset metadata after opt_output_file(), fix the previous commit.Stefano Sabatini2010-10-161-0/+1
* Use an AVMetadata struct for storing metadata, simplify.Stefano Sabatini2010-10-161-10/+5
* ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()Anton Khirnov2010-10-161-3/+0
* Add avfilter_graph_config().Stefano Sabatini2010-10-161-6/+1
* Place the bitstream_filters variable in the AVOutputStream, thusNicolas George2010-10-161-25/+11
* Move the allocation of the AVOutputStream structure earlier in theNicolas George2010-10-161-10/+32
* Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini2010-10-121-47/+3
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-121-2/+3
* ffmpeg: Use guess_correct_pts() to set decoded picture timestampsAlexander Strange2010-10-101-0/+8
* move av_find_stream_info() info struct to AVStream to avoid messy (re)allocationAurelien Jacobs2010-10-081-0/+1
* fix bitstream filter option mapping when using -newvideo and friendsAurelien Jacobs2010-10-071-25/+26
* Pass RC parameters on stream copy to the muxer.Michael Niedermayer2010-10-071-0/+2
* cosmetic: break long lineAurelien Jacobs2010-10-061-2/+8
* ffmpeg: Fix prototype of some OPT_FUNC2 functions. They must return an int.Aurelien Jacobs2010-10-051-2/+4
* cosmetic: break long lineAurelien Jacobs2010-10-031-1/+4
* Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger2010-10-021-10/+2
* ffmpeg: replace MAX_STREAMS by an arbitrary sanity checkAurelien Jacobs2010-10-011-0/+3
* ffmpeg: dynamically allocate bitstream_filtersAurelien Jacobs2010-10-011-1/+6
* ffmpeg: dynamically allocate stream_mapsAurelien Jacobs2010-10-011-2/+4
* ffmpeg: dynamically allocate output_codecsAurelien Jacobs2010-10-011-9/+10
* ffmpeg: dynamically allocate input_codecsAurelien Jacobs2010-10-011-9/+10
* ffmpeg: dynamically allocate input_files_ts_scaleAurelien Jacobs2010-10-011-3/+8
* ffmpeg: dynamically allocate streamid_mapAurelien Jacobs2010-10-011-5/+8
* ffmpeg: add a grow_array() helper functionAurelien Jacobs2010-10-011-0/+20
* Rename libavutil/assert.h to avassert.hMåns Rullgård2010-10-011-1/+1
* av_assert() system.Michael Niedermayer2010-09-301-9/+8
* User application side of Codec specific parameters.Michael Niedermayer2010-09-291-40/+47
* 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
OpenPOWER on IntegriCloud