1045 Commits (78f318be59a8e6174f21c2d7c3403ef325c73011)

Author SHA1 Message Date
Mike Scheutzow 20ac9de3df streamid does not work with newaudio, newvideo, newsubtitle 14 years ago
Michael Niedermayer 59e2118e97 Update threshold to detect real timebase for stream copy. 14 years ago
Michael Niedermayer d9c3e5f6d8 Feed the filter chain with the sample aspect ratio from the muxer or codec layer 14 years ago
Baptiste Coudurier 0f27e6b4c2 New "copytb" ffmpeg cli option to copy input stream time base when stream copying. 14 years ago
Stefano Sabatini 6c18f1cda2 Make opt_audio_sample_fmt() abort in case of invalid sample format 14 years ago
Ronald S. Bultje 8e8a3cc221 Reindent after 26330. 14 years ago
Ronald S. Bultje 7f88a5bf9b Introduce av_metadata_copy() to copy metadata from one struct to another. 14 years ago
Baptiste Coudurier 8a774d3deb Do not allocate unused swscale context when libavfilter is compiled in 14 years ago
Baptiste Coudurier 4618637aca Fix warnings: 14 years ago
Baptiste Coudurier c961fb3cbb Change 'arg' type in parse_meta_type, fix warning: 14 years ago
Anatoly Nenashev ee77f986a2 Fix lowres > 0 with --enable-avfilter.. 14 years ago
Michael Niedermayer b26847b710 Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c. 14 years ago
Anssi Hannula ef2b2243dc Use AVOption for muxers in ffmpeg. 14 years ago
Aurelien Jacobs 1d6233d315 use avsubtitle_free() instead of re-implementing it partially (fix a memleak) 14 years ago
Anton Khirnov bb62d5c1f0 Allow output formats without any streams. 14 years ago
Stefano Sabatini f671584845 Reindent. 14 years ago
Stefano Sabatini 8afab68605 Fix encoding when the input audio format/rate/channels changes during 14 years ago
Justin Ruggles 5d7870dc76 Show per-codec options on FFmpeg commandline help. 14 years ago
Aurelien Jacobs d4a9f37938 cosmetic: indentation 14 years ago
Aurelien Jacobs 118ccae030 add subtitle codec autodetection 14 years ago
Stefano Sabatini 037be76e15 Add avfilter_graph_create_filter(). 14 years ago
Anton Khirnov 477b1aeac9 ffmpeg.c: copy global metadata by default 14 years ago
Stefano Sabatini 63e8d9760f Use the new libavcore audio channel API. 14 years ago
Baptiste Coudurier 7f48bfa1e3 Cosmetics, fix indentation 14 years ago
Aurelien Jacobs cb2c971d91 allow passing subtitles header between decoder and encoder 14 years ago
Aurelien Jacobs 8f55616fac add global header support for subtitles encoding 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Anton Khirnov 09f47fa44e ffmpeg.c: add a forgotten break in chapter copying 14 years ago
Anton Khirnov a9c2bf9dc1 ffmpeg.c: reindent 14 years ago
Anton Khirnov 91e96ebafb ffmpeg.c: add an option for copying chapters 14 years ago
Anton Khirnov 7b3937360e ffmpeg.c: allow using negative file indices to disable metadata copying 14 years ago
Stefano Sabatini 1e80a0eaa4 Remove graphparser.h header, move AVFilterInOut and 14 years ago
Stefano Sabatini 7313132bcc Rename AVFilterInOut field filter to filter_ctx, more semantically correct. 14 years ago
Stefano Sabatini 6e872935db Implement get_preset_file() in cmdutils.h and use it to factorize code 14 years ago
Stefano Sabatini 97dd1e4a87 Rename avfilter_graph_destroy() to avfilter_graph_free(). 14 years ago
Stefano Sabatini e15aeea656 Implement avfilter_graph_alloc(). 14 years ago
Stefano Sabatini ba7d6e798e Remove usage of deprecated libavcodec/audioconvert.h functions. 14 years ago
Stefano Sabatini da1b9b88a5 Fix timestamp computation when the timebase changes during filtering. 14 years ago
Anton Khirnov 45290fcdf0 ffmpeg.c: reindent 14 years ago
Anton Khirnov d0abe80aa4 ffmpeg.c: don't autocopy stream/chapter metadata if manual mapping is specified 14 years ago
Anton Khirnov 1829e19528 ffmpeg.c: extend map_meta_data to allow advanced mappings 14 years ago
Stefano Sabatini 0422af7e49 Remove ffmpeg PGMYUV compatibility hack, which was deprecated since 14 years ago
Stefano Sabatini 2839dc974d Use AV_RL32() in opt_codec_tag(). 14 years ago
Ramiro Polla 0d0778b060 ffmpeg: fix opt_codec_tag() return value 14 years ago
Rocky Cardwell b67f3d6575 Fix ffserver-related regression (and crash) introduced in r25500. 14 years ago
Carl Eugen Hoyos ec1ca41cef Move new_output_stream() up for upcoming fix for issue 2317. 14 years ago
Anton Khirnov 63e856df0a ffmpeg.c: dynamically allocate metadata maps 14 years ago
Stefano Sabatini d0242e741d Factorize: opt_{audio,video,subtitle}_tag() -> opt_codec_tag(). 14 years ago
Stefano Sabatini 96ea6ad2a7 Remove unused variables picture_crop_temp and picture_pad_temp. 14 years ago
Nicolas George 4ad08021e8 Add a -force_key_frames option to ffmpeg. 14 years ago