summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-6/+6
* ffmpeg.c: add a forgotten break in chapter copyingAnton Khirnov2010-11-121-0/+1
* ffmpeg.c: reindentAnton Khirnov2010-11-121-7/+7
* ffmpeg.c: add an option for copying chaptersAnton Khirnov2010-11-121-0/+45
* ffmpeg.c: allow using negative file indices to disable metadata copyingAnton Khirnov2010-11-081-0/+2
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-071-1/+0
* Rename AVFilterInOut field filter to filter_ctx, more semantically correct.Stefano Sabatini2010-11-071-2/+2
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-041-25/+4
* Rename avfilter_graph_destroy() to avfilter_graph_free().Stefano Sabatini2010-11-041-1/+1
* Implement avfilter_graph_alloc().Stefano Sabatini2010-11-041-1/+1
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-031-8/+9
* Fix timestamp computation when the timebase changes during filtering.Stefano Sabatini2010-11-021-3/+2
* ffmpeg.c: reindentAnton Khirnov2010-11-021-5/+5
* ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is specifiedAnton Khirnov2010-11-021-0/+9
* ffmpeg.c: extend map_meta_data to allow advanced mappingsAnton Khirnov2010-11-021-27/+73
* Remove ffmpeg PGMYUV compatibility hack, which was deprecated sinceStefano Sabatini2010-11-021-12/+0
* Use AV_RL32() in opt_codec_tag().Stefano Sabatini2010-10-311-1/+2
* ffmpeg: fix opt_codec_tag() return valueRamiro Polla2010-10-311-1/+5
* Fix ffserver-related regression (and crash) introduced in r25500.Rocky Cardwell2010-10-291-1/+5
* Move new_output_stream() up for upcoming fix for issue 2317.Carl Eugen Hoyos2010-10-291-21/+21
* ffmpeg.c: dynamically allocate metadata mapsAnton Khirnov2010-10-281-2/+5
* Factorize: opt_{audio,video,subtitle}_tag() -> opt_codec_tag().Stefano Sabatini2010-10-281-25/+12
* 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
OpenPOWER on IntegriCloud