summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-02
* ffmpeg.c: copy global metadata by defaultAnton Khirnov2010-11-22
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Cosmetics, fix indentationBaptiste Coudurier2010-11-20
* allow passing subtitles header between decoder and encoderAurelien Jacobs2010-11-13
* add global header support for subtitles encodingAurelien Jacobs2010-11-13
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* ffmpeg.c: add a forgotten break in chapter copyingAnton Khirnov2010-11-12
* ffmpeg.c: reindentAnton Khirnov2010-11-12
* ffmpeg.c: add an option for copying chaptersAnton Khirnov2010-11-12
* ffmpeg.c: allow using negative file indices to disable metadata copyingAnton Khirnov2010-11-08
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-07
* Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini2010-11-07
* 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