Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-01Make more informative the error messages regarding the access to theStefano Sabatini
2-pass log file. Originally committed as revision 15970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-29channel layout support for ffmpeg.cBenjamin Larsson
Originally committed as revision 15956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-28Make rate_emu a global property rather than to be settable for aStefano Sabatini
specific input video stream. See the thread: Fix ffmpeg -re behaviour. Originally committed as revision 15946 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-28Remove AVInputStream frame variable definition and usage, unnecessaryStefano Sabatini
after the last commit. Originally committed as revision 15945 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-28Make the input realtime framerate emulation code use ist->pts forStefano Sabatini
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
2008-11-22Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini
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
2008-11-22Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini
containing an invalid syntax. Originally committed as revision 15902 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-18Improve error message in case of output file with no streams, dumpingStefano Sabatini
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
2008-11-18Improve messages printed when there is no input/output file, makingStefano Sabatini
them more grammatically correct and consistent with other equivalent messages. Originally committed as revision 15869 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-18Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini
specific error message instead. Originally committed as revision 15868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-11-15Flush SDP descriptionLuca Barbato
Originally committed as revision 15826 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
Originally committed as revision 15662 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-18Provide more context to the opt_preset() error messages, printing theStefano Sabatini
name of the preset file where the error occurred. Originally committed as revision 15637 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-18Make ffmpeg abort if a preset file contains an invalid option orStefano Sabatini
argument. Originally committed as revision 15636 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-18Provide more context for the error message issued when no preset fileStefano Sabatini
is found. Originally committed as revision 15635 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-15Support absolute DOS paths for preset parametersRamiro Polla
Originally committed as revision 15624 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-13Add preset options documentation strings.Stefano Sabatini
Originally committed as revision 15605 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-09Limit discontinuity handling to containers that allow discontinuities.Michael Niedermayer
Originally committed as revision 15590 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-08cosmetics: indentationAurelien Jacobs
Originally committed as revision 15588 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-08lookup AVCodec by nameAurelien Jacobs
Originally committed as revision 15587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-05Remove unused and invalid code from ffmpeg.c.Stefano Sabatini
Originally committed as revision 15567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-29Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun
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
2008-09-29cosmetics: Consistently use #ifdef in preprocessor directives.Diego Biurrun
Originally committed as revision 15459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-29set video_enc->sample_aspect_ratio to fix stream copyWolfram Gloger
patch by Wolfram Gloger wmglo _at_ dent.med.uni-muenchen _dot_ de Originally committed as revision 15457 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-28Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer
the other tools as well. Originally committed as revision 15450 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-28Implement the force_fps option, which disables the automatic selectionStefano Sabatini
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
2008-09-28Support loading presets from random paths.Michael Niedermayer
Fixes issue659. Originally committed as revision 15443 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-26include sys/select.h, fix freebsd 5.5 compilationBaptiste Coudurier
Originally committed as revision 15421 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-19Support comments in preset files.Michael Niedermayer
Originally committed as revision 15366 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-13Fix setting default value of scan_offset option for target svcd.Gert Vervoort
Patch by Gert Vervoort gert D vervoort A hccnet D nl Originally committed as revision 15310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-05add -xerror option, ffmpeg will now exit right when an error occursBaptiste Coudurier
Originally committed as revision 15210 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-05print error when deinterlacing failsBaptiste Coudurier
Originally committed as revision 15201 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-04Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross
F32LE/F64BE/F64LE audio to be encoded properly. Originally committed as revision 15192 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Display error message when user attempts to resample non-S16 audio formats.Peter Ross
Patch supplied by Daniel Serpell <daniel dot serpell at gmail dotcom>. Originally committed as revision 15119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-27Simplify the indexing logic in the av_encode() streams mapping code.Stefano Sabatini
Originally committed as revision 14992 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-24export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs
that the one read by the decoder. Originally committed as revision 14932 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-23Provide a context to opt_frame_rate(), and make it print the wrongStefano Sabatini
value in case of error. Improve error reporting and consistency with the other opt_* functions. Originally committed as revision 14914 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-19Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini
deprecated, with corresponding invocations of av_fifo_realloc2(). Originally committed as revision 14848 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
Originally committed as revision 14766 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-12align the audio decoding buffer, since some codecs write to it with simdLoren Merritt
Originally committed as revision 14707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-03Increase the maximum number of supported stream mappings in ffmpeg.c.Stefano Sabatini
The new value is given by maximum_files_nb * maximum_streams_per_file_nb, which looks also more correct in respect to the previous value. Originally committed as revision 14520 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-03Add sample format converter to FFmpeg (adds -sample_fmt option)Peter Ross
Originally committed as revision 14512 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-31Add opt handler for pending "-sample_fmt" optionPeter Ross
Originally committed as revision 14486 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-29Make ffmpeg dump output format in case of codec type mismatch betweenStefano Sabatini
an input stream and the corresponding output stream. Originally committed as revision 14462 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-26add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross
Originally committed as revision 14409 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-25cosmetics: typo fixesDiego Biurrun
Originally committed as revision 14376 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-19Remove explicit strict_std_compliance support as it seems to work fine overMichael Niedermayer
AVOptions, actually it works even finer as it also gets passed to the decoder. Originally committed as revision 14307 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-19Make ffmpeg -t X with X<=0 transcode nothing.Stefano Sabatini
Originally committed as revision 14285 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-18Correcting displayed muxing overhead and video stream size.Michael Niedermayer
Partially fixes issue348. Originally committed as revision 14282 to svn://svn.ffmpeg.org/ffmpeg/trunk