summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* Provide a context to parse_time_or_die().Stefano Sabatini2008-03-17
| | | | | | Patch by Stefano Sabatini: stefano sabatini-lala poste it Originally committed as revision 12472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
| | | | | | of matroska and nut. Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sws_flags is unsigned.Michael Niedermayer2008-03-05
| | | | | | | This together with the last commit fixes the strange behavior of -sws_flags. (issue229) Originally committed as revision 12325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove INFINITY.Michael Niedermayer2008-03-01
| | | | Originally committed as revision 12288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the documentation for 'ffmpeg -v'.Stefano Sabatini2008-02-25
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 12216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce initial fifo size, so as not to senselessly waste memory.Michael Niedermayer2008-02-24
| | | | Originally committed as revision 12186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* realloc fifoMichael Niedermayer2008-02-24
| | | | Originally committed as revision 12185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove a superfluous call to atoi in ffmpeg.c:opt_verboseStefano Sabatini2008-02-18
| | | | | | | | Patch by Stefano Sabatini ( stefano sabatini-lala poste it ) [FFmpeg-devel] [PATCH] Cosmetics: remove a superfluos call to atoi in ffmpeg.c:opt_verbose Originally committed as revision 12136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add notes where known timestamp issues remain.Michael Niedermayer2008-02-17
| | | | Originally committed as revision 12135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set initial next_pts to unknown, this avoids the nonsense timestampMichael Niedermayer2008-02-17
| | | | | | | | discontinuity at the start. I hope this has no sideeffects, if it does send a bugreport! fixes issue137 Originally committed as revision 12134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print a warning if a decoder produces more than 1 frame of output forMichael Niedermayer2008-02-17
| | | | | | a single frame it got from the demuxer+parser. Originally committed as revision 12133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set next_pts to pts if it is unknown and pkt->dts is not known either. ThisMichael Niedermayer2008-02-17
| | | | | | | is needed because next_pts is used to calculate the next pts and adding to AV_NOPTS_VALUE does not achieve the intended result. Originally committed as revision 12132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify (next_)pts codeMichael Niedermayer2008-02-17
| | | | Originally committed as revision 12131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use next_pts if pkt->dts is unknown. In an ideal world this would not be neededMichael Niedermayer2008-02-17
| | | | | | but sadly there are cases where the timestamps cannot be found without decoding. Originally committed as revision 12130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ist->pts after decoding a codec frame not after decoding a containerMichael Niedermayer2008-02-15
| | | | | | frame. Originally committed as revision 12062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -vsync 2 (drop frames if there are too many but do not duplicate any)Michael Niedermayer2008-02-14
| | | | Originally committed as revision 11934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #if.Diego Biurrun2008-02-09
| | | | Originally committed as revision 11888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-04
| | | | Originally committed as revision 11844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-const 2nd parameter for strtol/strtodAurelien Jacobs2008-02-02
| | | | Originally committed as revision 11803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not print quality when stream copy,Baptiste Coudurier2008-02-01
| | | | | | | | | | | | | Silence valgrind complaint: ==14746== Conditional jump or move depends on uninitialised value(s) ==14746== at 0x43488DF: (within /lib/i686/cmov/libc-2.7.so) ==14746== by 0x434ED81: __printf_fp (in /lib/i686/cmov/libc-2.7.so) ==14746== by 0x434A3F3: vfprintf (in /lib/i686/cmov/libc-2.7.so) ==14746== by 0x436EA93: vsnprintf (in /lib/i686/cmov/libc-2.7.so) ==14746== by 0x4353234: snprintf (in /lib/i686/cmov/libc-2.7.so) ==14746== by 0x806247C: print_report (ffmpeg.c:963) Originally committed as revision 11728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add sbsf option for subtitle bitstream filterReimar Döffinger2008-01-28
| | | | Originally committed as revision 11658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
| | | | | | patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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