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
2009-04-17Remove unneeded assignment from av_encode() found by CSA.Michael Niedermayer
Originally committed as revision 18567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-17Remove unused variable from print_report() found by CSA.Michael Niedermayer
Originally committed as revision 18566 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-17Remove unneeded assignment in ffmpeg.c found by CSA.Michael Niedermayer
Originally committed as revision 18562 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-14Support audio sample formats than S16 when encoding a small last frame.Justin Ruggles
Originally committed as revision 18505 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-14set pkt duration for last smaller frame, should fix alac in m4a muxingBaptiste Coudurier
Originally committed as revision 18504 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-14fix indentationBaptiste Coudurier
Originally committed as revision 18500 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-13move audio buffers declarations and free them in av_exitBaptiste Coudurier
Originally committed as revision 18486 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-13move freeing code before exiting because of signalBaptiste Coudurier
Originally committed as revision 18485 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-13free options contexts in av_exit, valgrind should be happy nowBaptiste Coudurier
Originally committed as revision 18484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-12Fix initialization of avpkt in output_packet().Thilo Borgmann
Patch by Thilo Borgmann thilo.surname AT googlemaildotcom. Originally committed as revision 18451 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-10Use the new avcodec_decode_* API.Thilo Borgmann
Patch by Thilo Borgmann th_lo.borgm_n_@goog_email.co_. Originally committed as revision 18417 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-09Fix -ss / -t interaction with -acodec copy.Michael Niedermayer
Fixes issue203 Originally committed as revision 18382 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20do not write ffm write index by default, detect if file is being written and ↵Baptiste Coudurier
return EOF Originally committed as revision 18063 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-20Make ffmpeg fail if the argument provided to the -pix_fmt option isStefano Sabatini
invalid. Originally committed as revision 18053 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-19Use read_yesno() in opt_output_file().Stefano Sabatini
Originally committed as revision 18038 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-19Flush the remaning chars in the input buffer after reading theStefano Sabatini
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
2009-03-15add loglevel option to set libav* logging level, -v does not set it anymoreBaptiste Coudurier
Originally committed as revision 17973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-11stag option to force subtitle tagBaptiste Coudurier
Originally committed as revision 17941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-1110l, set ret to 0 when finishedBaptiste Coudurier
Originally committed as revision 17931 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-11dump_format after av_write_header to print updated parametersBaptiste Coudurier
Originally committed as revision 17930 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
consistent with av_fifo_generic_write. Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-08Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger
Originally committed as revision 17873 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
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
2009-03-04Rename avctx_opts to avcodec_opts.Stefano Sabatini
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
2009-03-03Enable AVFMT_FLAG_NONBLOCK.Michael Niedermayer
Originally committed as revision 17785 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03Do usleep(10000) when all demuxers returned EAGAIN.Michael Niedermayer
Originally committed as revision 17784 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03If a demuxer returns EAGAIN, try another demuxer.Michael Niedermayer
Originally committed as revision 17782 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-03Remove deprecated vhook subsystem.Diego Biurrun
Originally committed as revision 17769 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-01fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs
Originally committed as revision 17688 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-03-01convert ffmpeg to new metadata APIAurelien Jacobs
Originally committed as revision 17683 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-27Make sure -vsync 2 does not produce timestamps equal to the previous,Michael Niedermayer
rather drop a frame. Fixes Issue872. Originally committed as revision 17643 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-27Update commented fprintf().Michael Niedermayer
Originally committed as revision 17642 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
by the time_base change. Originally committed as revision 17630 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-26Fix next_pts computation to consider repeat_pict.Michael Niedermayer
Originally committed as revision 17613 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-24Do not duplicate frames if the muxer claims that it is not needed.Michael Niedermayer
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
2009-02-22Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB ↵Peter Ross
rawvideo images. Originally committed as revision 17513 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-22Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM ↵Peter Ross
header. Originally committed as revision 17512 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-16Change av_log() calls to fprintf() to stderr calls.Benoit Fouet
Originally committed as revision 17378 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-12extend resampling API, add S16 internal conversionBaptiste Coudurier
Originally committed as revision 17163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-11Use av_strlcpy instead of snprintf without formatting.Patrik Kullman
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
2009-02-09Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto
as the time Patch by Francesco Cosoleto ( cosoleto gmail com ) Originally committed as revision 17076 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-08Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini
corresponding calls to avformat_alloc_context(). Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-26Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr andRobert Swain
/usr/local Originally committed as revision 16795 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-23Workaround ffms behavior of returning EAGAIN at EOF.Michael Niedermayer
Should fix regression tests & fate. Originally committed as revision 16727 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-22Handle av_read_frame() EAGAIN return.Michael Niedermayer
Originally committed as revision 16717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-21exit with error code if av_encode failedBaptiste Coudurier
Originally committed as revision 16704 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-18Copy width/height for subtitle streams (needed for scodec copy of mov/mp4David Conrad
timed text) Originally committed as revision 16662 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-11Check the return of audio and video encoders.Michael Niedermayer
Originally committed as revision 16538 to svn://svn.ffmpeg.org/ffmpeg/trunk