682 Commits (2daefd2c00e5f41198a5f2a8ec32c8c1a276f934)

Author SHA1 Message Date
Diego Biurrun b7d8f6e095 Fix "suggest parentheses around assignment used as truth value" warnings. 17 years ago
Baptiste Coudurier a06a18c55d reset manually selected codecs at the end of opt_input_file, to avoid propagating selection to output file 17 years ago
Michael Niedermayer 626004690c Allow overriding codec_ids. 17 years ago
Andreas Öman 2886f3113e Notify the input coder about the number of requested channels. 17 years ago
Måns Rullgård a309073bf4 use av_log_get/set_level() 17 years ago
Michael Niedermayer 84be6e7239 av_*_next() API for libavformat 17 years ago
Michael Niedermayer 55b9e69a31 av_*_next() API for libavcodec 17 years ago
Panagiotis Issaris 8540e8c3ec Show which bitstreamfilters were compiled in, similar to the protocols etc 17 years ago
Baptiste Coudurier 6b80f1a12d add const to remove warnings, ffmpeg.c:2892: warning: initialization discards qualifiers from pointer target type 17 years ago
Michael Niedermayer e515221618 Remove rc_eq-specific code, it is passed by AVOption now. 17 years ago
Michael Niedermayer 4b59cf6c1c Fix non-numeric AVOptions. 17 years ago
Michael Niedermayer 90901860c2 stupid code (casting of void*) found by checktree.sh 17 years ago
Michael Niedermayer 1c715415e3 frame_size vs. frame_size*channels bug 17 years ago
Luca Abeni c721d803cb Introduce libavdevice 17 years ago
Ramiro Polla a5e979f42c os_support.h is also needed for usleep and lseek on MinGW. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Diego Biurrun 3b8554662b Reorder functions to get rid of ugly forward declarations. 17 years ago
Stefano Sabatini d4f98ab118 Move up opt_show_license to get rid of ugly forward declaration. 17 years ago
Ramiro Polla 1b1656c67f Warn user if bitrate parameter is too low 17 years ago
Michael Niedermayer 0ac0703107 check av_interleaved_write_frame() return 17 years ago
Nico Sabbi c1a4cdf9bf removed unused variables accidentally introduced in stream_index_from_inputs() 17 years ago
Nico Sabbi a15bc651f9 reindented after previous commit 17 years ago
Nico Sabbi 50e143c4be added option programid to select the program to use and relative code to handle it 17 years ago
Benoit Fouet 9a3fb64000 Merge audio and video bitstream filter options handling. 17 years ago
Stefano Sabatini 86074ed1b7 Implement common show version and banner. 17 years ago
Stefano Sabatini f94361612a Make parse_date return INT64_MIN in case of unparsable input. 17 years ago
Ramiro Polla f71163d791 Move av_exit() to before main() 17 years ago
Ramiro Polla 47f93b61e8 Split av_exit() out of main() 17 years ago
Stefano Sabatini 032aa7df43 Cosmetic, change "fvstats" to "vstats_file". 17 years ago
Marc Hoffman e146ce521f using isnan instead of d==d, to signal correctly parsed option 17 years ago
Stefano Sabatini d16069952e Make ffmpeg use cmdutils.c show_license function 17 years ago
Luca Abeni 6d1ba1ac83 Print an SDP when all outputs are RTP (the SDP can be saved in a text file 17 years ago
Godwin Stewart 250c531710 update -t option documentation 17 years ago
Reimar Döffinger 4f48929248 Change imprecise "Unknown codec" message to say "encoder" or "decoder" 17 years ago
Stefano Sabatini 60a9966e4d Make cmdutils.c:parse_options accept as argument a function to parse 18 years ago
Stefano Sabatini 74f0780543 Make show-version exit 0. 18 years ago
Stefano Sabatini 5c14a7955e Make show-license exit 0. 18 years ago
Stefano Sabatini c20bd3e0d8 Make ffmpeg -formats exit 0. 18 years ago
Stefano Sabatini 1af2ca7859 Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}. 18 years ago
Michael Niedermayer de2aeaef02 fix x11grab 18 years ago
Stefano Sabatini aab1b7e56e Make ffmpeg and ffplay exit 0 after displaying help 18 years ago
Michael Niedermayer 81d6d520c0 always handle negative timestamp differences as timestamp discontinuity 18 years ago
Nicolas George 4a897224b7 Use the codec name from the command line options instead of the codec id. 18 years ago
Benoit Fouet 9895ebe4f5 Avoid showing banner twice. 18 years ago
Ramiro Polla a9bb28a315 Indent 18 years ago
Michael Niedermayer a8482aab87 make dts_delta_threshold float so values <1 can be used 18 years ago
Michael Niedermayer d4d226a8d5 audio drift threshold 18 years ago
Michael Niedermayer 365515ac7f be slightly more careful with copying the codec_tag in the streamcopy case 18 years ago
Michael Niedermayer 7cacf1e86a drop non keyframes before the first keyframe for stream copy 18 years ago
Michael Niedermayer 4efd6f58b6 fix block_align for mp3 stream copy 18 years ago