summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hangBaptiste Coudurier2009-03-02
| | | | Originally committed as revision 17737 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* 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
* channel layout support for ffmpeg.cBenjamin Larsson2008-11-29
| | | | Originally committed as revision 15956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rate_emu a global property rather than to be settable for aStefano Sabatini2008-11-27
| | | | | | | | specific input video stream. See the thread: Fix ffmpeg -re behaviour. Originally committed as revision 15946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove AVInputStream frame variable definition and usage, unnecessaryStefano Sabatini2008-11-27
| | | | | | after the last commit. Originally committed as revision 15945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the input realtime framerate emulation code use ist->pts forStefano Sabatini2008-11-27
| | | | | | | | computing the time of the next frame to send to output. See the thread: fix ffmpeg -re behaviour. Originally committed as revision 15944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-21
| | | | | | | containing an invalid option or value, and also how the option and the value have been parsed. Originally committed as revision 15903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-21
| | | | | | containing an invalid syntax. Originally committed as revision 15902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve error message in case of output file with no streams, dumpingStefano Sabatini2008-11-17
| | | | | | | the empty file format representation and specifying the index number of the output file. Originally committed as revision 15870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve messages printed when there is no input/output file, makingStefano Sabatini2008-11-17
| | | | | | | them more grammatically correct and consistent with other equivalent messages. Originally committed as revision 15869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini2008-11-17
| | | | | | specific error message instead. Originally committed as revision 15868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flush SDP descriptionLuca Barbato2008-11-15
| | | | Originally committed as revision 15826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
| | | | Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide more context to the opt_preset() error messages, printing theStefano Sabatini2008-10-18
| | | | | | name of the preset file where the error occurred. Originally committed as revision 15637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffmpeg abort if a preset file contains an invalid option orStefano Sabatini2008-10-18
| | | | | | argument. Originally committed as revision 15636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Provide more context for the error message issued when no preset fileStefano Sabatini2008-10-18
| | | | | | is found. Originally committed as revision 15635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support absolute DOS paths for preset parametersRamiro Polla2008-10-15
| | | | Originally committed as revision 15624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add preset options documentation strings.Stefano Sabatini2008-10-12
| | | | Originally committed as revision 15605 to svn://svn.ffmpeg.org/ffmpeg/trunk