summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
...
* 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
* Make ffmpeg and ffplay exit 0 after displaying helpStefano Sabatini2007-08-09
| | | | | | patch by Stefano Sabatini [stefano sabatini minus lala at poste it] Originally committed as revision 10012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always handle negative timestamp differences as timestamp discontinuityMichael Niedermayer2007-08-08
| | | | Originally committed as revision 9984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the codec name from the command line options instead of the codec id.Nicolas George2007-08-08
| | | | | | | | patch by Nicolas George [nicolas dot george normalesup org] original thread: [FFmpeg-devel] [PATCH] Codec lookup: do not use codec_id date: 06/18/2007 06:19 PM Originally committed as revision 9983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid showing banner twice.Benoit Fouet2007-08-07
| | | | Originally committed as revision 9980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentRamiro Polla2007-08-07
| | | | Originally committed as revision 9971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make dts_delta_threshold float so values <1 can be usedMichael Niedermayer2007-08-07
| | | | Originally committed as revision 9970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio drift thresholdMichael Niedermayer2007-08-07
| | | | | | | (this switches between resampling style timestamp drift compensation and hard insert silence / drop samples compensation) Originally committed as revision 9969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be slightly more careful with copying the codec_tag in the streamcopy caseMichael Niedermayer2007-08-04
| | | | | | | fixes streamcopy of Xmen-avc-500.vp6 into flv closes issue 57 Originally committed as revision 9909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* drop non keyframes before the first keyframe for stream copyMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix block_align for mp3 stream copyMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of some double timebase convertionMichael Niedermayer2007-08-03
| | | | Originally committed as revision 9878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly implement "user specified start time offset" which was added in r3217Michael Niedermayer2007-08-03
| | | | | | | | -ss should now work again fixes decoding of low.ogg closes issue47 Originally committed as revision 9876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy language information from input stream to outputAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy packet duration when doing a stream copyAurelien Jacobs2007-07-25
| | | | Originally committed as revision 9796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2007-07-19
| | | | Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-19
| | | | Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentation fixAlex Beregszaszi2007-07-19
| | | | Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variable tiAlex Beregszaszi2007-07-19
| | | | Originally committed as revision 9745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_q2d as in the rest of the fileAlex Beregszaszi2007-07-17
| | | | Originally committed as revision 9720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for GetProcessTimes and use it in getutimeRamiro Polla2007-07-13
| | | | Originally committed as revision 9629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Collapse getutime into one declarationRamiro Polla2007-07-13
| | | | Originally committed as revision 9628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for getrusageRamiro Polla2007-07-13
| | | | Originally committed as revision 9627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for termios before conioRamiro Polla2007-07-11
| | | | Originally committed as revision 9598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper check for interactive support (termios and conio).Ramiro Polla2007-07-11
| | | | Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove OS/2 supportRamiro Polla2007-07-10
| | | | Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grammar error noticed by Mark CoxDiego Biurrun2007-07-08
| | | | Originally committed as revision 9534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* me option implemented as an AVOptionStefano Sabatini2007-07-06
| | | | | | | | | patch by Stefano Sabatini: [stefano sabatini-lala poste it] original thread: [FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption date: 07/05/2007 03:12 PM Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk