История коммитов

Автор SHA1 Сообщение Дата
  Baptiste Coudurier 07679e680c revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hang 15 лет назад
  Aurelien Jacobs 0a7892468e fix last usage of old metadata API in ffmpeg.c (handling of AVStream language) 15 лет назад
  Aurelien Jacobs a5926d856b convert ffmpeg to new metadata API 15 лет назад
  Michael Niedermayer e6fdc2b1a0 Make sure -vsync 2 does not produce timestamps equal to the previous, 15 лет назад
  Michael Niedermayer fc6765d719 Update commented fprintf(). 15 лет назад
  Michael Niedermayer 3797c74ba5 Add ticks_per_frame, this should hopefully fix the regressions caused 15 лет назад
  Michael Niedermayer 34583e1bbe Fix next_pts computation to consider repeat_pict. 15 лет назад
  Michael Niedermayer ad48c9f0b8 Do not duplicate frames if the muxer claims that it is not needed. 15 лет назад
  Peter Ross c027e91a74 Increase ffmpeg intermediate conversion buffer size to accomodate 48-bit RGB rawvideo 15 лет назад
  Peter Ross befb5cac31 Increase ffmpeg intermediate conversion buffer size to accomodate PPM/PNM header. 15 лет назад
  Benoit Fouet 49a06a4d25 Change av_log() calls to fprintf() to stderr calls. 15 лет назад
  Baptiste Coudurier d1e3c6fd40 extend resampling API, add S16 internal conversion 15 лет назад
  Patrik Kullman 6d0c77ba40 Use av_strlcpy instead of snprintf without formatting. 15 лет назад
  Francesco Cosoleto ced06bd8fe Add the ability to set the timestamp to the current time by specifying 'now' 15 лет назад
  Stefano Sabatini 8e2fd8e1d4 Replace the calls to the deprecated av_alloc_format_context() with 15 лет назад
  Robert Swain 1777168269 Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr and 15 лет назад
  Michael Niedermayer 2d4eeaadc4 Workaround ffms behavior of returning EAGAIN at EOF. 15 лет назад
  Michael Niedermayer ad51c68c01 Handle av_read_frame() EAGAIN return. 15 лет назад
  Baptiste Coudurier 6c7c44ee7a exit with error code if av_encode failed 15 лет назад
  David Conrad d43b26ea13 Copy width/height for subtitle streams (needed for scodec copy of mov/mp4 15 лет назад
  Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 15 лет назад
  Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 15 лет назад
  Michael Niedermayer 528271ff67 Check the return of audio and video encoders. 15 лет назад
  Michael Niedermayer 95af5e1c81 All negative returns are errors not just -1. 15 лет назад
  Aurelien Jacobs 094d9df72e free all allocated metadata structures 15 лет назад
  Michael Niedermayer 25b4c651a3 Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. 15 лет назад
  Michael Niedermayer db4fac64db Change AVSubtitle.rects to an array of pointers so ABI does not break 15 лет назад
  Stefano Sabatini 22730e8790 Put pass_logfilename_prefix check on a single line, improve readability. 15 лет назад
  Stefano Sabatini ad16627fa0 Rename variables: 15 лет назад
  Wolfram Gloger 50e3477f0f Offer an option (disabled by default) to enable the copy of the frames before 15 лет назад
  Michael Niedermayer 09a76db8e6 Do not skip frames until the first keyframe when stream copying but 15 лет назад
  Stefano Sabatini 76bdac6dbf Cosmetics: remove empty comments. 15 лет назад
  Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 15 лет назад
  Stefano Sabatini 42d1d06e8f Make more informative the error messages regarding the access to the 15 лет назад
  Benjamin Larsson 13367a46bc channel layout support for ffmpeg.c 15 лет назад
  Stefano Sabatini 3a25ca18f3 Make rate_emu a global property rather than to be settable for a 15 лет назад
  Stefano Sabatini cdd7157bc3 Remove AVInputStream frame variable definition and usage, unnecessary 15 лет назад
  Stefano Sabatini cb103a194b Make the input realtime framerate emulation code use ist->pts for 15 лет назад
  Stefano Sabatini e178d7fd0f Make ffmpeg print in the error message the exact line of a preset file 15 лет назад
  Stefano Sabatini b04665ac02 Make ffmpeg print in the error message the exact line of a preset file 15 лет назад
  Stefano Sabatini fc5d0db59a Improve error message in case of output file with no streams, dumping 16 лет назад
  Stefano Sabatini bdb9fd9b7f Improve messages printed when there is no input/output file, making 16 лет назад
  Stefano Sabatini 7a7da6b42f Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a 16 лет назад
  Luca Barbato 536cd1db71 Flush SDP description 16 лет назад
  Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 лет назад
  Stefano Sabatini 70899705ee Provide more context to the opt_preset() error messages, printing the 16 лет назад
  Stefano Sabatini b73533176b Make ffmpeg abort if a preset file contains an invalid option or 16 лет назад
  Stefano Sabatini 9ac1c884a0 Provide more context for the error message issued when no preset file 16 лет назад
  Ramiro Polla 3ddb448d0a Support absolute DOS paths for preset parameters 16 лет назад
  Stefano Sabatini a57bf69758 Add preset options documentation strings. 16 лет назад