summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-04
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-04
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-04
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* Fix timestamp computation when the timebase changes during filtering.Stefano Sabatini2010-11-02
* ffmpeg.c: reindentAnton Khirnov2010-11-02
* ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is specifiedAnton Khirnov2010-11-02
* ffmpeg.c: extend map_meta_data to allow advanced mappingsAnton Khirnov2010-11-02
* Remove ffmpeg PGMYUV compatibility hack, which was deprecated sinceStefano Sabatini2010-11-02
* Use AV_RL32() in opt_codec_tag().Stefano Sabatini2010-10-31
* ffmpeg: fix opt_codec_tag() return valueRamiro Polla2010-10-31
* Fix ffserver-related regression (and crash) introduced in r25500.Rocky Cardwell2010-10-29
* Move new_output_stream() up for upcoming fix for issue 2317.Carl Eugen Hoyos2010-10-29
* ffmpeg.c: dynamically allocate metadata mapsAnton Khirnov2010-10-28
* Factorize: opt_{audio,video,subtitle}_tag() -> opt_codec_tag().Stefano Sabatini2010-10-28
* Remove unused variables picture_crop_temp and picture_pad_temp.Stefano Sabatini2010-10-20
* Add a -force_key_frames option to ffmpeg.Nicolas George2010-10-18
* Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini2010-10-18
* Make help message for the -crop* options consistent with that of theStefano Sabatini2010-10-18
* Remove -crop* options.Stefano Sabatini2010-10-18
* Cosmetics: use a more compact notation, improve readability and reduceStefano Sabatini2010-10-16
* Reset metadata after opt_output_file(), fix the previous commit.Stefano Sabatini2010-10-16
* Use an AVMetadata struct for storing metadata, simplify.Stefano Sabatini2010-10-16
* ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()Anton Khirnov2010-10-16
* Add avfilter_graph_config().Stefano Sabatini2010-10-16
* Place the bitstream_filters variable in the AVOutputStream, thusNicolas George2010-10-16
* Move the allocation of the AVOutputStream structure earlier in theNicolas George2010-10-16
* Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini2010-10-12
* Extend buffer source to accept the time base for the output PTS.Stefano Sabatini2010-10-12
* 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