summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Add "genre" command line optionkweiner@spamcop.net2008-01-101-0/+4
* Correctly use output format stream index for bitstream filter when doing stre...Andreas Öman2008-01-091-1/+1
* Dont crash if resampling is requested but no audio packets are ever processed.Andreas Öman2008-01-071-1/+1
* Fix prototype and return value of opt_bitrate and opt_bsf.Morten Hustveit2008-01-021-2/+6
* Define rc override string as const.Morten Hustveit2008-01-021-3/+3
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-261-5/+5
* fix pts and keyframe flags for yuv4mpegMichael Niedermayer2007-12-261-4/+2
* Prevent silent overwriting of files on windows.Michael Niedermayer2007-12-251-0/+1
* Fix "suggest parentheses around assignment used as truth value" warnings.Diego Biurrun2007-12-211-5/+5
* reset manually selected codecs at the end of opt_input_file, to avoid propaga...Baptiste Coudurier2007-12-211-0/+3
* Allow overriding codec_ids.Michael Niedermayer2007-12-191-0/+5
* Notify the input coder about the number of requested channels.Andreas Öman2007-12-151-32/+17
* use av_log_get/set_level()Måns Rullgård2007-12-121-2/+2
* av_*_next() API for libavformatMichael Niedermayer2007-12-121-6/+6
* av_*_next() API for libavcodecMichael Niedermayer2007-12-121-4/+4
* Show which bitstreamfilters were compiled in, similar to the protocols etcPanagiotis Issaris2007-12-121-0/+6
* add const to remove warnings, ffmpeg.c:2892: warning: initialization discards...Baptiste Coudurier2007-12-031-7/+7
* Remove rc_eq-specific code, it is passed by AVOption now.Michael Niedermayer2007-12-031-8/+0
* Fix non-numeric AVOptions.Michael Niedermayer2007-12-031-23/+30
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-011-1/+1
* frame_size vs. frame_size*channels bugMichael Niedermayer2007-11-281-1/+1
* Introduce libavdeviceLuca Abeni2007-11-221-0/+3
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-221-0/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-4/+4
* Reorder functions to get rid of ugly forward declarations.Diego Biurrun2007-11-151-92/+89
* Move up opt_show_license to get rid of ugly forward declaration.Stefano Sabatini2007-11-141-7/+6
* Warn user if bitrate parameter is too lowRamiro Polla2007-11-041-0/+13
* check av_interleaved_write_frame() returnMichael Niedermayer2007-11-011-1/+7
* removed unused variables accidentally introduced in stream_index_from_inputs()Nico Sabbi2007-10-281-2/+1
* reindented after previous commitNico Sabbi2007-10-271-17/+17
* added option programid to select the program to use and relative code to hand...Nico Sabbi2007-10-271-0/+46
* Merge audio and video bitstream filter options handling.Benoit Fouet2007-10-151-22/+4
* Implement common show version and banner.Stefano Sabatini2007-09-271-22/+5
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-191-4/+15
* Move av_exit() to before main()Ramiro Polla2007-09-161-46/+44
* Split av_exit() out of main()Ramiro Polla2007-09-161-0/+9
* Cosmetic, change "fvstats" to "vstats_file".Stefano Sabatini2007-09-061-11/+11
* using isnan instead of d==d, to signal correctly parsed optionMarc Hoffman2007-09-051-7/+7
* Make ffmpeg use cmdutils.c show_license functionStefano Sabatini2007-08-221-33/+1
* Print an SDP when all outputs are RTP (the SDP can be saved in a text fileLuca Abeni2007-08-201-0/+14
* update -t option documentationGodwin Stewart2007-08-201-1/+1
* Change imprecise "Unknown codec" message to say "encoder" or "decoder"Reimar Döffinger2007-08-191-2/+3
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-131-6/+1
* Make show-version exit 0.Stefano Sabatini2007-08-111-1/+1
* Make show-license exit 0.Stefano Sabatini2007-08-111-1/+1
* Make ffmpeg -formats exit 0.Stefano Sabatini2007-08-111-1/+1
* Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.Stefano Sabatini2007-08-101-7/+7
* fix x11grabMichael Niedermayer2007-08-101-1/+2
* Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini2007-08-091-4/+10
* always handle negative timestamp differences as timestamp discontinuityMichael Niedermayer2007-08-081-2/+3
OpenPOWER on IntegriCloud