682 Commits (2daefd2c00e5f41198a5f2a8ec32c8c1a276f934)

Author SHA1 Message Date
Stefano Sabatini f44fd37447 Increase the maximum number of supported stream mappings in ffmpeg.c. 17 years ago
Peter Ross a79db0f7c4 Add sample format converter to FFmpeg (adds -sample_fmt option) 17 years ago
Peter Ross ce1ee094d7 Add opt handler for pending "-sample_fmt" option 17 years ago
Stefano Sabatini 150d5a259b Make ffmpeg dump output format in case of codec type mismatch between 17 years ago
Peter Ross aa29709ec8 add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) 17 years ago
Diego Biurrun e16190fa7a cosmetics: typo fixes 17 years ago
Michael Niedermayer 0042808e31 Remove explicit strict_std_compliance support as it seems to work fine over 17 years ago
Stefano Sabatini fc7ad2af05 Make ffmpeg -t X with X<=0 transcode nothing. 17 years ago
Michael Niedermayer 44eb047a5b Correcting displayed muxing overhead and video stream size. 17 years ago
Michael Niedermayer 8833f375f9 -itsscale to scale timestamps 17 years ago
Diego Biurrun 89129c6b1d Drop non-C99-compliant initialization. 17 years ago
Michael Niedermayer bd6754aa79 On EOF keep calling the decoders until they do not output anything 17 years ago
Michael Niedermayer 8858816d4c Use -vsync 0 unless the user explicitly asked for something 17 years ago
Ramiro Polla d08e3e91af Prevent users from setting -vol and -acodec copy together. 17 years ago
Michael Niedermayer 4e999ebe03 indent 17 years ago
Michael Niedermayer 385b19dfd4 Allow setting codecs through preset files 17 years ago
Michael Niedermayer 8dbee6538d Fix the av_set_string() free / alloc issue. 17 years ago
Michael Niedermayer b86f5a02ea Register intrrupt_cb() early enough so we dont get stuck with tcp input 17 years ago
Stefano Sabatini 9010d54390 Remove unnecessary function opt_qdiff(), max_qdiff is set now through 17 years ago
Michael Niedermayer 181782ae46 Use correct timestamp value for stream copy. 17 years ago
Stefano Sabatini 9c09099e75 Cosmetics: move ffmpeg.c dframes option definition from within the 17 years ago
Baptiste Coudurier d2ce2f5e5c cosmetics, reindent 17 years ago
Baptiste Coudurier dbedf2aae2 enable feeder threads 17 years ago
Stefano Sabatini 88643f396a Cosmetics: display ffmpeg -h generic advanced options just after 17 years ago
Stefano Sabatini ef3efa0dbc Don't show advanced subtitle options within the ffmpeg -h generic 17 years ago
Stefano Sabatini fb74bc4361 Don't show subtitle and grab options within the ffmpeg -h generic options. 17 years ago
Stefano Sabatini d58ddafdbc Make ffmpeg.c use print_error() when it can't read an ffserver stream. 17 years ago
Stefano Sabatini 462cca10cf Improve ffmpeg error reporting in case of input/output stream mismatch, 17 years ago
Stefano Sabatini d18811bbf5 Make ffmpeg.c:opt_thread use parse_number_or_die(). 17 years ago
Stefano Sabatini 3022cd10a5 Factorize options context setting. 17 years ago
Baptiste Coudurier 837d248df6 enable stream copy with ffserver, to be able to chain 17 years ago
Baptiste Coudurier 6dfafe109d set log debug when avformat debug is set 17 years ago
Baptiste Coudurier 3438d82d4b remove ugly ffm_nopts hack, use AVFormatContext->timestamp 17 years ago
Michael Niedermayer e66ace6f0b Support longer paths for and longer names in preset files. 17 years ago
Michael Niedermayer 439c18c75d indent 17 years ago
Michael Niedermayer 23b20b5cf3 Search /usr(/local)/share for preset files as well. 17 years ago
Michael Niedermayer d9f1b68cf5 Presets support. 17 years ago
Stefano Sabatini e992fba4ba Add a few newlines to 'ffmpeg -h' output to make it more readable. 17 years ago
Peter Ross 418a0b9fc4 Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffm 17 years ago
Michael Niedermayer 573e8cb309 Remove incorrect usage of av_free_static(), ffmpeg.c is not a 17 years ago
Baptiste Coudurier 9d58e0a9e1 cosmetics, space before and after parenthesis, weird indentation 17 years ago
Erik Hovland f094b6627d Remove unnecessary header #includes. 17 years ago
Stefano Sabatini ea9c581f61 Simplify show_banner() so that it does not require arguments, similar 17 years ago
Stefano Sabatini e5f6b7e5ac Slightly clarify bitstream filter help output. 17 years ago
Michael Niedermayer e6b4e4ff5f Remove coded_frame==NULL checks for video encoders. 17 years ago
Baptiste Coudurier 1234da4caf use av_fifo_generic_write, old func is deprecated 17 years ago
Michael Niedermayer bcbd328e17 Make stream copy of ac3 from riff based formats work. 17 years ago
Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 17 years ago
Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 17 years ago
Michael Niedermayer 46eab09341 Make opt_verbose() work again. 17 years ago