1154 Commits (3ad168412600e16dfaa4b41b21322a82a8535990)

Author SHA1 Message Date
Alexander Strange c0b102ca03 Deprecate avcodec_thread_init() 14 years ago
James Zern 3a6a9cdf5b cmdutils: fix opt_values leak 14 years ago
Alexander Strange 6b47495397 Adopt pkt_dts/pkt_pts in lavc clients 14 years ago
Martin Storsjö b22dbb291d Use avformat_free_context for cleaning up muxers 14 years ago
Stefano Sabatini 4359288c56 Make avfilter_graph_free() free the graph. 14 years ago
Anton Khirnov 87e4d9b252 ffmpeg.c: rename map_meta_data option to map_metadata 14 years ago
Stefano Sabatini fa34a3626c Make ffmpeg warns the user when the selected sample format is ignored. 14 years ago
Diego Elio Pettenò a6d1bd05c9 Make local variables static. 14 years ago
Stefano Sabatini 07b48f8c7a Do not set audio_resample to 0 if audio_sync_method is > 1. 14 years ago
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