summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* New "copytb" ffmpeg cli option to copy input stream time base when stream cop...Baptiste Coudurier2011-01-141-1/+3
* Make opt_audio_sample_fmt() abort in case of invalid sample formatStefano Sabatini2011-01-141-2/+6
* Reindent after 26330.Ronald S. Bultje2011-01-141-1/+1
* Introduce av_metadata_copy() to copy metadata from one struct to another.Ronald S. Bultje2011-01-141-17/+7
* Do not allocate unused swscale context when libavfilter is compiled inBaptiste Coudurier2011-01-121-1/+1
* Fix warnings:Baptiste Coudurier2011-01-111-3/+3
* Change 'arg' type in parse_meta_type, fix warning:Baptiste Coudurier2011-01-111-1/+1
* Fix lowres > 0 with --enable-avfilter..Anatoly Nenashev2011-01-071-0/+2
* Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c.Michael Niedermayer2011-01-051-5/+8
* Use AVOption for muxers in ffmpeg.Anssi Hannula2011-01-021-0/+10
* use avsubtitle_free() instead of re-implementing it partially (fix a memleak)Aurelien Jacobs2010-12-311-9/+1
* Allow output formats without any streams.Anton Khirnov2010-12-271-1/+1
* Reindent.Stefano Sabatini2010-12-121-12/+12
* Fix encoding when the input audio format/rate/channels changes duringStefano Sabatini2010-12-121-2/+30
* Show per-codec options on FFmpeg commandline help.Justin Ruggles2010-12-101-0/+12
* cosmetic: indentationAurelien Jacobs2010-12-041-2/+2
* add subtitle codec autodetectionAurelien Jacobs2010-12-041-1/+8
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-021-16/+8
* ffmpeg.c: copy global metadata by defaultAnton Khirnov2010-11-221-0/+12
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-211-1/+2
* Cosmetics, fix indentationBaptiste Coudurier2010-11-201-1/+1
* allow passing subtitles header between decoder and encoderAurelien Jacobs2010-11-131-0/+11
* add global header support for subtitles encodingAurelien Jacobs2010-11-131-0/+4
* 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
OpenPOWER on IntegriCloud