1030 Commits (a0d763fc88d994e00ff8f5e33562046b8859ce60)

Author SHA1 Message Date
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
Stefano Sabatini ff0652e503 Implement a common get_filtered_video_frame(), shared between ffplay.c 14 years ago
Stefano Sabatini 16b2691346 Make help message for the -crop* options consistent with that of the 14 years ago
Stefano Sabatini 5879ea6d27 Remove -crop* options. 14 years ago
Stefano Sabatini 3f2a7e4277 Cosmetics: use a more compact notation, improve readability and reduce 14 years ago
Stefano Sabatini dbabc2773a Reset metadata after opt_output_file(), fix the previous commit. 14 years ago
Stefano Sabatini 4bf65e2a4d Use an AVMetadata struct for storing metadata, simplify. 14 years ago
Anton Khirnov a7e5a832c4 ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv() 14 years ago
Stefano Sabatini 2a24df9357 Add avfilter_graph_config(). 14 years ago
Nicolas George 0b6d358a09 Place the bitstream_filters variable in the AVOutputStream, thus 14 years ago
Nicolas George 9fdf4b5817 Move the allocation of the AVOutputStream structure earlier in the 14 years ago
Stefano Sabatini f7ead94c69 Factorize definition of the output_filter defined in both ffplay.c and 14 years ago
Stefano Sabatini 94498ec98a Extend buffer source to accept the time base for the output PTS. 14 years ago
Alexander Strange 0ff4f0c0fc ffmpeg: Use guess_correct_pts() to set decoded picture timestamps 14 years ago
Aurelien Jacobs fd0368e7ca move av_find_stream_info() info struct to AVStream to avoid messy (re)allocation 14 years ago
Aurelien Jacobs ca8064d2d1 fix bitstream filter option mapping when using -newvideo and friends 14 years ago