aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg.c
AgeCommit message (Expand)Author
2007-01-25do not force output audio channelsBaptiste Coudurier
2007-01-23AVOption is now const, removes a few warningsBaptiste Coudurier
2007-01-22do not override rc_buffer_occupancy if setBaptiste Coudurier
2007-01-13Segmentation fault fix when no video device is specified.Ramiro Polla
2006-12-13Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier
2006-12-13revert broken commit of x11 device demuxer patchGuillaume Poirier
2006-12-12Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier
2006-12-09print a more correct message when container frame rate differs from codec fra...Baptiste Coudurier
2006-12-07use standard INT64_MAX instead of MAXINT64 (and MIN)Måns Rullgård
2006-12-05fix memleak, free stream codec allocated by av_new_streamBaptiste Coudurier
2006-11-22add interactive support for MinGWRamiro Polla
2006-11-10also set strict_std_compliance for stream copy, its needed for the bitstream ...Michael Niedermayer
2006-11-062nd try for -vcodec copy timebase selection last one choose 1fps due to broke...Michael Niedermayer
2006-11-05move check for output file streams num in av_encodeBaptiste Coudurier
2006-11-02kill AVImageFormatBaptiste Coudurier
2006-11-01Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-31better timebase selection heuristic for video stream copyMichael Niedermayer
2006-10-22support for sub-only streams; patch by borat subsense comborat@subsense.com
2006-10-11Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-02Fix quantiSer --> quantiZer typo.Diego Biurrun
2006-10-01Update copyright year and mention other copyright holders.Diego Biurrun
2006-09-28Remove the "mblmax" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-28Remove the "mblmin" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-28Remove the "lmin" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris
2006-09-28Remove the "lmax" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris
2006-09-26Handle possible failure of ff_eval.Panagiotis Issaris
2006-09-22Remove the "error" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-22Remove the "mepc" OptionDef. The equally named AVOption takes over its function.Panagiotis Issaris
2006-09-22Remove the "skip_exp" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-22Remove the "skip_factor" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-22Remove the "skip_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-22Remove the "mb_threshold" OptionDef. The equally named AVOption takes over itsPanagiotis Issaris
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
2006-09-20The "video_rc_buffer_aggressivity" variable is not being used anymore inPanagiotis Issaris
2006-09-20Remove the "sc_threshold" OptionDef variable.Panagiotis Issaris
2006-09-20Remove the "bug" OptionDef used for setting the workaround_bugs variable.Panagiotis Issaris
2006-09-20Remove the "qsquish" OptionDef. The AVOption min/max value is changed to matchPanagiotis Issaris
2006-09-20Remove the "qmax" OptionDef.Panagiotis Issaris
2006-09-20Remove the "qmin" OptionDef.Panagiotis Issaris
2006-09-20Remove the "bf" OptionDef parameter so the equally named AVOption will takePanagiotis Issaris
2006-09-20Migrate the "packetsize" OptionDef option to become an AVOption.Panagiotis Issaris
2006-09-20Migrate the "muxrate" OptionDef option to become an AVOption.Panagiotis Issaris
2006-09-18Remove the "bufsize" OptionDef option from ffmpeg.c. The equally named "bufsize"Panagiotis Issaris
2006-09-15Remove the "rc_init_cplx" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-15Remove the "bt" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-15Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-15Remove the "me_range" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-15Remove the "i_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris
2006-09-15Remove the "b_qoffset" OptionDef option from ffmpeg.c. The equally namedPanagiotis Issaris