Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-10Add "genre" command line optionkweiner@spamcop.net
2008-01-09Correctly use output format stream index for bitstream filter when doing stre...Andreas Öman
2008-01-07Dont crash if resampling is requested but no audio packets are ever processed.Andreas Öman
2008-01-02Fix prototype and return value of opt_bitrate and opt_bsf.Morten Hustveit
2008-01-02Define rc override string as const.Morten Hustveit
2007-12-27Do not force fps unless the user actually specified one.Michael Niedermayer
2007-12-26fix pts and keyframe flags for yuv4mpegMichael Niedermayer
2007-12-25Prevent silent overwriting of files on windows.Michael Niedermayer
2007-12-21Fix "suggest parentheses around assignment used as truth value" warnings.Diego Biurrun
2007-12-21reset manually selected codecs at the end of opt_input_file, to avoid propaga...Baptiste Coudurier
2007-12-19Allow overriding codec_ids.Michael Niedermayer
2007-12-15Notify the input coder about the number of requested channels.Andreas Öman
2007-12-13use av_log_get/set_level()Måns Rullgård
2007-12-12av_*_next() API for libavformatMichael Niedermayer
2007-12-12av_*_next() API for libavcodecMichael Niedermayer
2007-12-12Show which bitstreamfilters were compiled in, similar to the protocols etcPanagiotis Issaris
2007-12-03add const to remove warnings, ffmpeg.c:2892: warning: initialization discards...Baptiste Coudurier
2007-12-03Remove rc_eq-specific code, it is passed by AVOption now.Michael Niedermayer
2007-12-03Fix non-numeric AVOptions.Michael Niedermayer
2007-12-01stupid code (casting of void*) found by checktree.shMichael Niedermayer
2007-11-28frame_size vs. frame_size*channels bugMichael Niedermayer
2007-11-22Introduce libavdeviceLuca Abeni
2007-11-22os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-11-15Reorder functions to get rid of ugly forward declarations.Diego Biurrun
2007-11-14Move up opt_show_license to get rid of ugly forward declaration.Stefano Sabatini
2007-11-04Warn user if bitrate parameter is too lowRamiro Polla
2007-11-01check av_interleaved_write_frame() returnMichael Niedermayer
2007-10-29removed unused variables accidentally introduced in stream_index_from_inputs()Nico Sabbi
2007-10-27reindented after previous commitNico Sabbi
2007-10-27added option programid to select the program to use and relative code to hand...Nico Sabbi
2007-10-15Merge audio and video bitstream filter options handling.Benoit Fouet
2007-09-27Implement common show version and banner.Stefano Sabatini
2007-09-19Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini
2007-09-16Move av_exit() to before main()Ramiro Polla
2007-09-16Split av_exit() out of main()Ramiro Polla
2007-09-07Cosmetic, change "fvstats" to "vstats_file".Stefano Sabatini
2007-09-05using isnan instead of d==d, to signal correctly parsed optionMarc Hoffman
2007-08-22Make ffmpeg use cmdutils.c show_license functionStefano Sabatini
2007-08-20Print an SDP when all outputs are RTP (the SDP can be saved in a text fileLuca Abeni
2007-08-20update -t option documentationGodwin Stewart
2007-08-19Change imprecise "Unknown codec" message to say "encoder" or "decoder"Reimar Döffinger
2007-08-14Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini
2007-08-11Make show-version exit 0.Stefano Sabatini
2007-08-11Make show-license exit 0.Stefano Sabatini
2007-08-11Make ffmpeg -formats exit 0.Stefano Sabatini
2007-08-10Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.Stefano Sabatini
2007-08-10fix x11grabMichael Niedermayer
2007-08-09Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini
2007-08-08always handle negative timestamp differences as timestamp discontinuityMichael Niedermayer