summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Collapse)AuthorAge
* 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
* Limit discontinuity handling to containers that allow discontinuities.Michael Niedermayer2008-10-09
| | | | Originally committed as revision 15590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2008-10-08
| | | | Originally committed as revision 15588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lookup AVCodec by nameAurelien Jacobs2008-10-08
| | | | Originally committed as revision 15587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused and invalid code from ffmpeg.c.Stefano Sabatini2008-10-05
| | | | Originally committed as revision 15567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-29
| | | | | | | | | The feature_tests.h header from Sun systems (Solaris/OpenSolaris) will abort the build if _XOPEN_SOURCE is defined to 500, and C99 is requested (as well as POSIX.1-2001), and will only accept it to be defined to 600. inspired by a patch from Diego Pettenò, flameeyes gmail com Originally committed as revision 15460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently use #ifdef in preprocessor directives.Diego Biurrun2008-09-29
| | | | Originally committed as revision 15459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set video_enc->sample_aspect_ratio to fix stream copyWolfram Gloger2008-09-28
| | | | | | patch by Wolfram Gloger wmglo _at_ dent.med.uni-muenchen _dot_ de Originally committed as revision 15457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer2008-09-28
| | | | | | the other tools as well. Originally committed as revision 15450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the force_fps option, which disables the automatic selectionStefano Sabatini2008-09-28
| | | | | | | | | | | of the best framerate amongst the list of supported framerates of the codec. Use the av_find_nearest_q_idx() function to choose the best framerate. See the thread: "Implement in lavc a flag which makes avcodec_open() to choose the best framerate". Originally committed as revision 15445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support loading presets from random paths.Michael Niedermayer2008-09-28
| | | | | | Fixes issue659. Originally committed as revision 15443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include sys/select.h, fix freebsd 5.5 compilationBaptiste Coudurier2008-09-26
| | | | Originally committed as revision 15421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support comments in preset files.Michael Niedermayer2008-09-18
| | | | Originally committed as revision 15366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix setting default value of scan_offset option for target svcd.Gert Vervoort2008-09-13
| | | | | | Patch by Gert Vervoort gert D vervoort A hccnet D nl Originally committed as revision 15310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -xerror option, ffmpeg will now exit right when an error occursBaptiste Coudurier2008-09-04
| | | | Originally committed as revision 15210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error when deinterlacing failsBaptiste Coudurier2008-09-04
| | | | Originally committed as revision 15201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross2008-09-04
| | | | | | F32LE/F64BE/F64LE audio to be encoded properly. Originally committed as revision 15192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Display error message when user attempts to resample non-S16 audio formats.Peter Ross2008-08-31
| | | | | | Patch supplied by Daniel Serpell <daniel dot serpell at gmail dotcom>. Originally committed as revision 15119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify the indexing logic in the av_encode() streams mapping code.Stefano Sabatini2008-08-27
| | | | Originally committed as revision 14992 to svn://svn.ffmpeg.org/ffmpeg/trunk