summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make rate_emu a global property rather than to be settable for aStefano Sabatini2008-11-271-4/+2
* Remove AVInputStream frame variable definition and usage, unnecessaryStefano Sabatini2008-11-271-4/+0
* Make the input realtime framerate emulation code use ist->pts forStefano Sabatini2008-11-271-1/+1
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-211-1/+1
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-211-1/+1
* Improve error message in case of output file with no streams, dumpingStefano Sabatini2008-11-171-1/+2
* Improve messages printed when there is no input/output file, makingStefano Sabatini2008-11-171-2/+2
* Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini2008-11-171-4/+0
* Flush SDP descriptionLuca Barbato2008-11-151-0/+1
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* Provide more context to the opt_preset() error messages, printing theStefano Sabatini2008-10-181-8/+9
* Make ffmpeg abort if a preset file contains an invalid option orStefano Sabatini2008-10-181-2/+4
* Provide more context for the error message issued when no preset fileStefano Sabatini2008-10-181-1/+1
* Support absolute DOS paths for preset parametersRamiro Polla2008-10-151-1/+2
* Add preset options documentation strings.Stefano Sabatini2008-10-121-3/+3
* Limit discontinuity handling to containers that allow discontinuities.Michael Niedermayer2008-10-091-1/+2
* cosmetics: indentationAurelien Jacobs2008-10-081-2/+2
* lookup AVCodec by nameAurelien Jacobs2008-10-081-8/+30
* Remove unused and invalid code from ffmpeg.c.Stefano Sabatini2008-10-051-13/+0
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-291-1/+1
* cosmetics: Consistently use #ifdef in preprocessor directives.Diego Biurrun2008-09-291-1/+1
* set video_enc->sample_aspect_ratio to fix stream copyWolfram Gloger2008-09-281-0/+1
* Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer2008-09-281-54/+0
* Implement the force_fps option, which disables the automatic selectionStefano Sabatini2008-09-281-15/+4
* Support loading presets from random paths.Michael Niedermayer2008-09-281-0/+3
OpenPOWER on IntegriCloud