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 (Expand)Author
2010-01-28ffmpeg.c : Don't set AVFormatParameters::[audio|video]_codec_idJai Menon
2010-01-27ffmpeg.c : Increase static limit on the maximum number ofJai Menon
2010-01-27Print "Multiple frames in a packet" warning independant of CODEC_CAP_SUBFRAMESMichael Niedermayer
2010-01-23Fix heap overflow with -async.Michael Niedermayer
2010-01-21IndentMåns Rullgård
2010-01-21Always call avcodec_thread_init()Måns Rullgård
2010-01-20Add -timelimit optionMåns Rullgård
2010-01-07Fix stream copy & transcoding one stream at the same time.Michael Niedermayer
2010-01-07Correct indention.Michael Niedermayer
2010-01-07Move the definitions of data_buf and data_size closer to where they are used.Michael Niedermayer
2010-01-01Use av_guess_format() in place of the deprecated guess_format().Stefano Sabatini
2009-12-29Do not explicitely set thread_count in the codec context.Michael Dorr
2009-12-26Do not copy codec_tag in stream copy case if it is associated with a differen...Michael Niedermayer
2009-12-25Use positive logic, improve readability, consistent with r20877.Stefano Sabatini
2009-12-21Print usage instead of help when no files are specified.Ramiro Polla
2009-12-21Split show_usage() out of show_help().Ramiro Polla
2009-12-21Add a general [options] to the basic usage string.Ramiro Polla
2009-12-21First print the program description and then the basic usage line.Ramiro Polla
2009-12-16Add -vlang option to set ISO 639 video stream language code.Matthieu Crapet
2009-12-16Use positive logic in opt_target() for selecting the PAL/othersStefano Sabatini
2009-12-15Simplify freeing of audio_language and subtitle_language.Matthieu Crapet
2009-12-15Use symbolic names for PAL/NTSC/FILM rather than numeric constants in opt_tar...Stefano Sabatini
2009-12-14Correct typoVitor Sessak
2009-12-14Include dup/drop info if any frames where duplicated or dropedMichael Niedermayer
2009-12-14Off by 1 bugfix for nb_frames_dup.Michael Niedermayer
2009-12-14Factorize ic->streams[i] out,Michael Niedermayer
2009-12-13Show help if no cmd line options are provided at all.Michael Niedermayer
2009-12-12Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini
2009-12-08Do as the comment says and signal an error.Michael Niedermayer
2009-12-0810l bug, use av_fast_malloc() instead if av_malloc() for allocating audioMichael Niedermayer
2009-12-08Try to allocate audio buffer sizes depending on the number of input bytes.Michael Niedermayer
2009-12-08Check that the buffer size speified to avcodec_encode_audio() is not larger t...Michael Niedermayer
2009-12-08Do not assume that av_get_bits_per_sample() is a multiple of 8.Michael Niedermayer
2009-12-07Get rid of audio_out2, it seems unneeded.Michael Niedermayer
2009-12-05Update frame_width and frame_height based on the lowres value.Jai Menon
2009-12-05Add 'const' attribute to the last_asked_format variable, fix aStefano Sabatini
2009-12-04Do not crash on frame size changes.Michael Niedermayer
2009-12-03Update help text for -fpre option to make it a little less confusing.Ramiro Polla
2009-11-30Factorize common commandline options definition.Stefano Sabatini
2009-11-27Remove "frame size must be a multiple of 2" check.Michael Niedermayer
2009-11-26Remove special case that changed video sync behavior for av_q2d(enc->time_bas...Michael Niedermayer
2009-11-19Split show_formats().Michael Niedermayer
2009-11-03Indent.Ramiro Polla
2009-11-03Add -fpre option to take a preset file as parameter. The -[avs]pre options noRamiro Polla
2009-10-30 Issue an error when forced format cannot be honored.Etienne Buira
2009-10-02Prefer "loglevel" over "logging level number or string" as argname ofStefano Sabatini
2009-09-16Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer
2009-09-16fix PTS calculation for audio formats with bits per sample != 16Sascha Sommer
2009-09-12Check for return value of some context allocations.Ramiro Polla
2009-08-26Increase maximum encoded subtitle size from 64 kB to 1 MB.Reimar Döffinger