summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* Fix -ss / -t interaction with -acodec copy.Michael Niedermayer2009-04-09
| | | | | | Fixes issue203 Originally committed as revision 18382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not write ffm write index by default, detect if file is being written and ↵Baptiste Coudurier2009-03-20
| | | | | | return EOF Originally committed as revision 18063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg fail if the argument provided to the -pix_fmt option isStefano Sabatini2009-03-19
| | | | | | invalid. Originally committed as revision 18053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use read_yesno() in opt_output_file().Stefano Sabatini2009-03-18
| | | | Originally committed as revision 18038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flush the remaning chars in the input buffer after reading theStefano Sabatini2009-03-18
| | | | | | | | response to the "Overwrite ? [y/N]" question. Fix the behaviour when the question is asked more than one time. Originally committed as revision 18036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add loglevel option to set libav* logging level, -v does not set it anymoreBaptiste Coudurier2009-03-15
| | | | Originally committed as revision 17973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stag option to force subtitle tagBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, set ret to 0 when finishedBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dump_format after av_write_header to print updated parametersBaptiste Coudurier2009-03-11
| | | | Originally committed as revision 17930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
| | | | | | consistent with av_fifo_generic_write. Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-08
| | | | Originally committed as revision 17873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
| | | | | | | Yes this breaks ABI/API but ive already broken it and will bump avutil major soon. Originally committed as revision 17869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-03
| | | | | | | The new name is more meaningful and consistent with avformat_opts and sws_opts. Originally committed as revision 17789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable AVFMT_FLAG_NONBLOCK.Michael Niedermayer2009-03-03
| | | | Originally committed as revision 17785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do usleep(10000) when all demuxers returned EAGAIN.Michael Niedermayer2009-03-03
| | | | Originally committed as revision 17784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If a demuxer returns EAGAIN, try another demuxer.Michael Niedermayer2009-03-03
| | | | Originally committed as revision 17782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-03
| | | | Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs2009-03-01
| | | | Originally committed as revision 17688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert ffmpeg to new metadata APIAurelien Jacobs2009-03-01
| | | | Originally committed as revision 17683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure -vsync 2 does not produce timestamps equal to the previous,Michael Niedermayer2009-02-27
| | | | | | | rather drop a frame. Fixes Issue872. Originally committed as revision 17643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update commented fprintf().Michael Niedermayer2009-02-27
| | | | Originally committed as revision 17642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
| | | | | | by the time_base change. Originally committed as revision 17630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix next_pts computation to consider repeat_pict.Michael Niedermayer2009-02-26
| | | | Originally committed as revision 17613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not duplicate frames if the muxer claims that it is not needed.Michael Niedermayer2009-02-24
| | | | | | | Note to release manager, this is risky and should be reverted if it causes any problem. Originally committed as revision 17555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB ↵Peter Ross2009-02-22
| | | | | | | | rawvideo images. Originally committed as revision 17513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM ↵Peter Ross2009-02-22
| | | | | | header. Originally committed as revision 17512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change av_log() calls to fprintf() to stderr calls.Benoit Fouet2009-02-16
| | | | Originally committed as revision 17378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extend resampling API, add S16 internal conversionBaptiste Coudurier2009-02-11
| | | | Originally committed as revision 17163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_strlcpy instead of snprintf without formatting.Patrik Kullman2009-02-11
| | | | | | | Prevents warnings about "format not a string literal and no format arguments". patch by Patrik Kullman, patrik yes nu Originally committed as revision 17141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-08
| | | | | | | | as the time Patch by Francesco Cosoleto ( cosoleto gmail com ) Originally committed as revision 17076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
| | | | | | corresponding calls to avformat_alloc_context(). Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr andRobert Swain2009-01-25
| | | | | | /usr/local Originally committed as revision 16795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround ffms behavior of returning EAGAIN at EOF.Michael Niedermayer2009-01-23
| | | | | | Should fix regression tests & fate. Originally committed as revision 16727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22
| | | | Originally committed as revision 16717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exit with error code if av_encode failedBaptiste Coudurier2009-01-20
| | | | Originally committed as revision 16704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy width/height for subtitle streams (needed for scodec copy of mov/mp4David Conrad2009-01-17
| | | | | | timed text) Originally committed as revision 16662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
| | | | | | and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check the return of audio and video encoders.Michael Niedermayer2009-01-11
| | | | Originally committed as revision 16538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* All negative returns are errors not just -1.Michael Niedermayer2009-01-11
| | | | Originally committed as revision 16537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free all allocated metadata structuresAurelien Jacobs2009-01-06
| | | | Originally committed as revision 16457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
| | | | Originally committed as revision 16416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
| | | | | | when the size of AVSubtitleRect changes. Originally committed as revision 16412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put pass_logfilename_prefix check on a single line, improve readability.Stefano Sabatini2008-12-26
| | | | Originally committed as revision 16351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables:Stefano Sabatini2008-12-26
| | | | | | | | | | pass_logfilename -> pass_logfilename_prefix DEFAULT_PASS_LOGFILENAME -> DEFAULT_PASS_LOGFILENAME_PREFIX and make clear in the passlogfile OptionDef help string that it takes a file name prefix rather than a file name. Originally committed as revision 16350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Offer an option (disabled by default) to enable the copy of the frames beforeWolfram Gloger2008-12-22
| | | | | | | the first key frame in a stream. Patch by Wolfram Gloger wmglo /!\ dent med uni (minus) muenchen de Originally committed as revision 16269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not skip frames until the first keyframe when stream copying butMichael Niedermayer2008-12-16
| | | | | | | no starttime is set. Fixes at least -vcodec copy with VS2k5DebugDemo-01-partial.avi. Originally committed as revision 16159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove empty comments.Stefano Sabatini2008-12-14
| | | | Originally committed as revision 16124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
| | | | Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make more informative the error messages regarding the access to theStefano Sabatini2008-12-01
| | | | | | 2-pass log file. Originally committed as revision 15970 to svn://svn.ffmpeg.org/ffmpeg/trunk