summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-201-1/+1
* Make ffmpeg fail if the argument provided to the -pix_fmt option isStefano Sabatini2009-03-191-2/+6
* Use read_yesno() in opt_output_file().Stefano Sabatini2009-03-181-6/+1
* Flush the remaning chars in the input buffer after reading theStefano Sabatini2009-03-181-0/+2
* add loglevel option to set libav* logging level, -v does not set it anymoreBaptiste Coudurier2009-03-151-2/+8
* stag option to force subtitle tagBaptiste Coudurier2009-03-111-0/+15
* 10l, set ret to 0 when finishedBaptiste Coudurier2009-03-111-0/+1
* dump_format after av_write_header to print updated parametersBaptiste Coudurier2009-03-111-44/+56
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-091-2/+2
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-081-2/+2
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-081-12/+13
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-031-12/+12
* Enable AVFMT_FLAG_NONBLOCK.Michael Niedermayer2009-03-031-0/+2
* Do usleep(10000) when all demuxers returned EAGAIN.Michael Niedermayer2009-03-031-0/+1
* If a demuxer returns EAGAIN, try another demuxer.Michael Niedermayer2009-03-031-1/+16
* Remove deprecated vhook subsystem.Diego Biurrun2009-03-031-37/+1
* fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs2009-03-011-5/+6
* convert ffmpeg to new metadata APIAurelien Jacobs2009-03-011-32/+33
* Make sure -vsync 2 does not produce timestamps equal to the previous,Michael Niedermayer2009-02-271-2/+5
* Update commented fprintf().Michael Niedermayer2009-02-271-1/+1
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-261-4/+5
* Fix next_pts computation to consider repeat_pict.Michael Niedermayer2009-02-261-2/+4
* Do not duplicate frames if the muxer claims that it is not needed.Michael Niedermayer2009-02-241-1/+1
* Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB ...Peter Ross2009-02-221-1/+1
* Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM hea...Peter Ross2009-02-221-1/+1
* Change av_log() calls to fprintf() to stderr calls.Benoit Fouet2009-02-161-4/+4
* extend resampling API, add S16 internal conversionBaptiste Coudurier2009-02-111-8/+8
* Use av_strlcpy instead of snprintf without formatting.Patrik Kullman2009-02-111-1/+1
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-081-1/+1
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-081-3/+3
* Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr andRobert Swain2009-01-251-6/+5
* Workaround ffms behavior of returning EAGAIN at EOF.Michael Niedermayer2009-01-231-1/+1
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-221-1/+4
* exit with error code if av_encode failedBaptiste Coudurier2009-01-201-2/+3
* Copy width/height for subtitle streams (needed for scodec copy of mov/mp4David Conrad2009-01-171-0/+2
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-18/+18
* Check the return of audio and video encoders.Michael Niedermayer2009-01-111-0/+16
* All negative returns are errors not just -1.Michael Niedermayer2009-01-111-1/+1
* free all allocated metadata structuresAurelien Jacobs2009-01-061-0/+8
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-031-2/+2
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-031-2/+3
* Put pass_logfilename_prefix check on a single line, improve readability.Stefano Sabatini2008-12-261-2/+2
* Rename variables:Stefano Sabatini2008-12-261-5/+5
* Offer an option (disabled by default) to enable the copy of the frames beforeWolfram Gloger2008-12-221-1/+3
* Do not skip frames until the first keyframe when stream copying butMichael Niedermayer2008-12-161-1/+1
* Cosmetics: remove empty comments.Stefano Sabatini2008-12-141-2/+2
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-1/+1
* Make more informative the error messages regarding the access to theStefano Sabatini2008-12-011-2/+2
* channel layout support for ffmpeg.cBenjamin Larsson2008-11-291-0/+4
OpenPOWER on IntegriCloud