817 Commits (dccda293a0576d5414fafc0e95615c82a2f2399f)

Author SHA1 Message Date
Ramiro Polla 200267333c Indent. 15 years ago
Ramiro Polla a75e103432 Add -fpre option to take a preset file as parameter. The -[avs]pre options no 15 years ago
Etienne Buira a5abfd8fd1 Issue an error when forced format cannot be honored. 15 years ago
Stefano Sabatini 43d160fd00 Prefer "loglevel" over "logging level number or string" as argname of 15 years ago
Sascha Sommer d859bb1db0 Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes 15 years ago
Sascha Sommer 9d66ef18fa fix PTS calculation for audio formats with bits per sample != 16 15 years ago
Ramiro Polla 7ef618796a Check for return value of some context allocations. 15 years ago
Reimar Döffinger 7f4fca038d Increase maximum encoded subtitle size from 64 kB to 1 MB. 15 years ago
Reimar Döffinger 8b03c014f0 Make sure that start_display_time is 0 by moving its value onto pts. 15 years ago
Reimar Döffinger 266649a52f 100l, error out if subtitle encoder failed instead of writing an AVPacket 15 years ago
Diego Biurrun 966116b9f7 Remove some hunks of unused and disabled code cruft. 15 years ago
Martin Storsjö e9a832e508 Change type of received_sigterm variable from sig_atomic_t to int, 16 years ago
Martin Storsjö a2f4324bb6 Check for HAVE_ISATTY. 16 years ago
Lou Logan 64cd805071 Rename invalid option name "gop" to "g" in opt_target(), so that 16 years ago
Carl Eugen Hoyos 340e230392 Use enum CodecID instead of int. 16 years ago
Jason Garrett-Glaser 01a3c821a2 Handle variable input stream pixfmts using the same framework introduced 16 years ago
Baptiste Coudurier f356fc5799 clarify encoder and decoder opening error messages 16 years ago
Eric Buehl 352666c17c Support varying frame sizes in a single file. 16 years ago
Reimar Döffinger 4bbe788ab7 Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoder 16 years ago
Stefano Sabatini 4c97a6fafa Move opt_loglevel() from ffmpeg.c to cmdutils.c. 16 years ago
Ramiro Polla 77ddf4df94 Make ffmpeg able to set the loglevel option using strings 16 years ago
Baptiste Coudurier d310d56a36 do not use av_parser_change for h264 which uses bitstream filter, fix #1027 16 years ago
Måns Rullgård 50f3fabc48 Print error message when output buffer allocation fails 16 years ago
Baptiste Coudurier 761c8c923e Fail and print correct error message when video stream pixel format 16 years ago
Baptiste Coudurier aa9b754ffc Remove even condition on pad and crop. 16 years ago
Ramiro Polla 9e1cc5984c indent 16 years ago
Ramiro Polla 851218584e Remove useless if(), leftover from the vhook removal. 16 years ago
Baptiste Coudurier 54e28a852c remove commented code using real_pict_num 16 years ago
Baptiste Coudurier b10d7e4e3a pad last audio frame when encoding 16 years ago
Stefano Sabatini ecfe3929da Remove duplicated RGB_TO_[YUV] macros, use those included in 16 years ago
David Conrad de96180137 Copy input codec's chroma_sample_location to output codec when transcoding. 16 years ago
Benoit Fouet 80b9d6366f Make function pointer assignments consistent in option handling. 16 years ago
Wolfram Gloger 4eac2e8901 Change return type of opt_loglevel() from void to int. 16 years ago
Michael Niedermayer a39b76ea7d Don't loose bits_per_raw_sample when transcoding. 16 years ago
Justin Ruggles be233a5691 Check that channel layout is compatible with number of channels for 16 years ago
Michael Niedermayer b716c6c6a6 Remove unneeded assignment from av_encode() found by CSA. 16 years ago
Michael Niedermayer b5ee9c2334 Remove unused variable from print_report() found by CSA. 16 years ago
Michael Niedermayer 505b6d1147 Remove unneeded assignment in ffmpeg.c found by CSA. 16 years ago
Justin Ruggles 22c4c3e059 Support audio sample formats than S16 when encoding a small last frame. 16 years ago
Baptiste Coudurier 7c8689ef54 set pkt duration for last smaller frame, should fix alac in m4a muxing 16 years ago
Baptiste Coudurier c573eb85f0 fix indentation 16 years ago
Baptiste Coudurier 3321cb3f6e move audio buffers declarations and free them in av_exit 16 years ago
Baptiste Coudurier 5973490a8f move freeing code before exiting because of signal 16 years ago
Baptiste Coudurier 3b80107596 free options contexts in av_exit, valgrind should be happy now 16 years ago
Thilo Borgmann 031e14ea79 Fix initialization of avpkt in output_packet(). 16 years ago
Thilo Borgmann ede0e47507 Use the new avcodec_decode_* API. 16 years ago
Michael Niedermayer cdf38a17fb Fix -ss / -t interaction with -acodec copy. 16 years ago
Baptiste Coudurier b9edbe9953 do not write ffm write index by default, detect if file is being written and return EOF 16 years ago
Stefano Sabatini 90da2b5086 Make ffmpeg fail if the argument provided to the -pix_fmt option is 16 years ago
Stefano Sabatini 29c6638668 Use read_yesno() in opt_output_file(). 16 years ago