summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* cosmetics: Fix Benoit's ugly formatting.Diego Biurrun2008-01-22
| | | | Originally committed as revision 11593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Inform user when bitstream filter fails.Benoit Fouet2008-01-21
| | | | Originally committed as revision 11587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add "genre" command line optionkweiner@spamcop.net2008-01-10
| | | | | | | Patch by kweiner spamcop net closes Issue318 Originally committed as revision 11489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly use output format stream index for bitstream filter when doing ↵Andreas Öman2008-01-09
| | | | | | stream copy. Originally committed as revision 11480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dont crash if resampling is requested but no audio packets are ever processed.Andreas Öman2008-01-07
| | | | Originally committed as revision 11449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix prototype and return value of opt_bitrate and opt_bsf.Morten Hustveit2008-01-02
| | | | | | Patch by Morten Hustveit: lists rashbox org Originally committed as revision 11370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define rc override string as const.Morten Hustveit2008-01-02
| | | | | | Patch by Morten Hustveit: lists rashbox org Originally committed as revision 11369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-26
| | | | | | fixes issue309 Originally committed as revision 11322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pts and keyframe flags for yuv4mpegMichael Niedermayer2007-12-26
| | | | | | fixes issue258 Originally committed as revision 11320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent silent overwriting of files on windows.Michael Niedermayer2007-12-25
| | | | | | | fixes issue308 untested Originally committed as revision 11315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix "suggest parentheses around assignment used as truth value" warnings.Diego Biurrun2007-12-21
| | | | Originally committed as revision 11293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset manually selected codecs at the end of opt_input_file, to avoid ↵Baptiste Coudurier2007-12-21
| | | | | | propagating selection to output file Originally committed as revision 11289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow overriding codec_ids.Michael Niedermayer2007-12-19
| | | | Originally committed as revision 11266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Notify the input coder about the number of requested channels.Andreas Öman2007-12-15
| | | | | | | If the decoder does not fulfill our request, try using lavf's audio_resample(). If that also fails, bail out. Originally committed as revision 11222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_log_get/set_level()Måns Rullgård2007-12-12
| | | | Originally committed as revision 11209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_*_next() API for libavformatMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_*_next() API for libavcodecMichael Niedermayer2007-12-12
| | | | Originally committed as revision 11204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Show which bitstreamfilters were compiled in, similar to the protocols etcPanagiotis Issaris2007-12-12
| | | | | | enumerations. Originally committed as revision 11203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add const to remove warnings, ffmpeg.c:2892: warning: initialization ↵Baptiste Coudurier2007-12-03
| | | | | | discards qualifiers from pointer target type Originally committed as revision 11151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove rc_eq-specific code, it is passed by AVOption now.Michael Niedermayer2007-12-03
| | | | Originally committed as revision 11143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix non-numeric AVOptions.Michael Niedermayer2007-12-03
| | | | Originally committed as revision 11142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
| | | | Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* frame_size vs. frame_size*channels bugMichael Niedermayer2007-11-28
| | | | Originally committed as revision 11107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Introduce libavdeviceLuca Abeni2007-11-22
| | | | Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os_support.h is also needed for usleep and lseek on MinGW.Ramiro Polla2007-11-22
| | | | Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder functions to get rid of ugly forward declarations.Diego Biurrun2007-11-15
| | | | Originally committed as revision 11034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move up opt_show_license to get rid of ugly forward declaration.Stefano Sabatini2007-11-14
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 11019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn user if bitrate parameter is too lowRamiro Polla2007-11-04
| | | | Originally committed as revision 10919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_interleaved_write_frame() returnMichael Niedermayer2007-11-01
| | | | | | fixes issue149 Originally committed as revision 10891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variables accidentally introduced in stream_index_from_inputs()Nico Sabbi2007-10-28
| | | | Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindented after previous commitNico Sabbi2007-10-27
| | | | Originally committed as revision 10867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added option programid to select the program to use and relative code to ↵Nico Sabbi2007-10-27
| | | | | | handle it Originally committed as revision 10866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge audio and video bitstream filter options handling.Benoit Fouet2007-10-15
| | | | Originally committed as revision 10739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement common show version and banner.Stefano Sabatini2007-09-27
| | | | | | Patch by Stefano Sabatini [stefano sabatini-lala poste it] Originally committed as revision 10600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
| | | | | | | | | Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Original thread: [FFmpeg-devel] [PATCH] Enhace documentation forlibavformat/utils.c:parse_date Date: 08/17/2007 09:40 PM Originally committed as revision 10533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_exit() to before main()Ramiro Polla2007-09-16
| | | | Originally committed as revision 10510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split av_exit() out of main()Ramiro Polla2007-09-16
| | | | Originally committed as revision 10509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic, change "fvstats" to "vstats_file".Stefano Sabatini2007-09-06
| | | | | | Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 10424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* using isnan instead of d==d, to signal correctly parsed optionMarc Hoffman2007-09-05
| | | | Originally committed as revision 10406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg use cmdutils.c show_license functionStefano Sabatini2007-08-22
| | | | | | patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it] Originally committed as revision 10182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print an SDP when all outputs are RTP (the SDP can be saved in a text fileLuca Abeni2007-08-20
| | | | | | and used to receive the streams) Originally committed as revision 10150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update -t option documentationGodwin Stewart2007-08-20
| | | | | | Patch by Godwin Stewart Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change imprecise "Unknown codec" message to say "encoder" or "decoder"Reimar Döffinger2007-08-19
| | | | | | instead of "codec" Originally committed as revision 10142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make cmdutils.c:parse_options accept as argument a function to parseStefano Sabatini2007-08-13
| | | | | | | bare command line parameters. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make show-version exit 0.Stefano Sabatini2007-08-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make show-license exit 0.Stefano Sabatini2007-08-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg -formats exit 0.Stefano Sabatini2007-08-11
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.Stefano Sabatini2007-08-10
| | | | | | patch by Stefano Sabatini [stefano tod sabatini-lala £ poste it] Originally committed as revision 10049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix x11grabMichael Niedermayer2007-08-10
| | | | Originally committed as revision 10046 to svn://svn.ffmpeg.org/ffmpeg/trunk