summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hangBaptiste Coudurier2009-03-02
* fix last usage of old metadata API in ffmpeg.c (handling of AVStream language)Aurelien Jacobs2009-03-01
* convert ffmpeg to new metadata APIAurelien Jacobs2009-03-01
* Make sure -vsync 2 does not produce timestamps equal to the previous,Michael Niedermayer2009-02-27
* Update commented fprintf().Michael Niedermayer2009-02-27
* Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer2009-02-26
* Fix next_pts computation to consider repeat_pict.Michael Niedermayer2009-02-26
* Do not duplicate frames if the muxer claims that it is not needed.Michael Niedermayer2009-02-24
* Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB ...Peter Ross2009-02-22
* Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM hea...Peter Ross2009-02-22
* Change av_log() calls to fprintf() to stderr calls.Benoit Fouet2009-02-16
* extend resampling API, add S16 internal conversionBaptiste Coudurier2009-02-11
* Use av_strlcpy instead of snprintf without formatting.Patrik Kullman2009-02-11
* Add the ability to set the timestamp to the current time by specifying 'now'Francesco Cosoleto2009-02-08
* Replace the calls to the deprecated av_alloc_format_context() withStefano Sabatini2009-02-08
* Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr andRobert Swain2009-01-25
* Workaround ffms behavior of returning EAGAIN at EOF.Michael Niedermayer2009-01-23
* Handle av_read_frame() EAGAIN return.Michael Niedermayer2009-01-22
* exit with error code if av_encode failedBaptiste Coudurier2009-01-20
* Copy width/height for subtitle streams (needed for scodec copy of mov/mp4David Conrad2009-01-17
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Check the return of audio and video encoders.Michael Niedermayer2009-01-11
* All negative returns are errors not just -1.Michael Niedermayer2009-01-11
* free all allocated metadata structuresAurelien Jacobs2009-01-06
* Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.Michael Niedermayer2009-01-03
* Change AVSubtitle.rects to an array of pointers so ABI does not breakMichael Niedermayer2009-01-03
* Put pass_logfilename_prefix check on a single line, improve readability.Stefano Sabatini2008-12-26
* Rename variables:Stefano Sabatini2008-12-26
* Offer an option (disabled by default) to enable the copy of the frames beforeWolfram Gloger2008-12-22
* Do not skip frames until the first keyframe when stream copying butMichael Niedermayer2008-12-16
* Cosmetics: remove empty comments.Stefano Sabatini2008-12-14
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Make more informative the error messages regarding the access to theStefano Sabatini2008-12-01
* channel layout support for ffmpeg.cBenjamin Larsson2008-11-29
* Make rate_emu a global property rather than to be settable for aStefano Sabatini2008-11-27
* Remove AVInputStream frame variable definition and usage, unnecessaryStefano Sabatini2008-11-27
* Make the input realtime framerate emulation code use ist->pts forStefano Sabatini2008-11-27
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-21
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-21
* Improve error message in case of output file with no streams, dumpingStefano Sabatini2008-11-17
* Improve messages printed when there is no input/output file, makingStefano Sabatini2008-11-17
* Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini2008-11-17
* Flush SDP descriptionLuca Barbato2008-11-15
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Provide more context to the opt_preset() error messages, printing theStefano Sabatini2008-10-18
* Make ffmpeg abort if a preset file contains an invalid option orStefano Sabatini2008-10-18
* Provide more context for the error message issued when no preset fileStefano Sabatini2008-10-18
* Support absolute DOS paths for preset parametersRamiro Polla2008-10-15
* Add preset options documentation strings.Stefano Sabatini2008-10-12