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
2009-07-17Rename invalid option name "gop" to "g" in opt_target(), so thatLou Logan
2009-07-04Use enum CodecID instead of int.Carl Eugen Hoyos
2009-06-26Handle variable input stream pixfmts using the same framework introducedJason Garrett-Glaser
2009-06-21clarify encoder and decoder opening error messagesBaptiste Coudurier
2009-06-19Support varying frame sizes in a single file.Eric Buehl
2009-06-19Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger
2009-06-17Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini
2009-06-17Make ffmpeg able to set the loglevel option using stringsRamiro Polla
2009-06-15do not use av_parser_change for h264 which uses bitstream filter, fix #1027Baptiste Coudurier
2009-06-15Print error message when output buffer allocation failsMåns Rullgård
2009-06-12Fail and print correct error message when video stream pixel formatBaptiste Coudurier
2009-06-11Remove even condition on pad and crop.Baptiste Coudurier
2009-06-01indentRamiro Polla
2009-06-01Remove useless if(), leftover from the vhook removal.Ramiro Polla
2009-05-30remove commented code using real_pict_numBaptiste Coudurier
2009-05-23pad last audio frame when encodingBaptiste Coudurier
2009-05-23Remove duplicated RGB_TO_[YUV] macros, use those included inStefano Sabatini
2009-05-12Copy input codec's chroma_sample_location to output codec when transcoding.David Conrad
2009-04-27Make function pointer assignments consistent in option handling.Benoit Fouet
2009-04-24Change return type of opt_loglevel() from void to int.Wolfram Gloger
2009-04-24Don't loose bits_per_raw_sample when transcoding.Michael Niedermayer
2009-04-19Check that channel layout is compatible with number of channels forJustin Ruggles
2009-04-17Remove unneeded assignment from av_encode() found by CSA.Michael Niedermayer
2009-04-17Remove unused variable from print_report() found by CSA.Michael Niedermayer
2009-04-17Remove unneeded assignment in ffmpeg.c found by CSA.Michael Niedermayer
2009-04-14Support audio sample formats than S16 when encoding a small last frame.Justin Ruggles
2009-04-14set pkt duration for last smaller frame, should fix alac in m4a muxingBaptiste Coudurier
2009-04-14fix indentationBaptiste Coudurier
2009-04-13move audio buffers declarations and free them in av_exitBaptiste Coudurier
2009-04-13move freeing code before exiting because of signalBaptiste Coudurier
2009-04-13free options contexts in av_exit, valgrind should be happy nowBaptiste Coudurier
2009-04-12Fix initialization of avpkt in output_packet().Thilo Borgmann
2009-04-10Use the new avcodec_decode_* API.Thilo Borgmann
2009-04-09Fix -ss / -t interaction with -acodec copy.Michael Niedermayer
2009-03-20do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier
2009-03-20Make ffmpeg fail if the argument provided to the -pix_fmt option isStefano Sabatini
2009-03-19Use read_yesno() in opt_output_file().Stefano Sabatini
2009-03-19Flush the remaning chars in the input buffer after reading theStefano Sabatini
2009-03-15add loglevel option to set libav* logging level, -v does not set it anymoreBaptiste Coudurier
2009-03-11stag option to force subtitle tagBaptiste Coudurier
2009-03-1110l, set ret to 0 when finishedBaptiste Coudurier
2009-03-11dump_format after av_write_header to print updated parametersBaptiste Coudurier
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
2009-03-08Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-03-04Rename avctx_opts to avcodec_opts.Stefano Sabatini
2009-03-03Enable AVFMT_FLAG_NONBLOCK.Michael Niedermayer
2009-03-03Do usleep(10000) when all demuxers returned EAGAIN.Michael Niedermayer
2009-03-03If a demuxer returns EAGAIN, try another demuxer.Michael Niedermayer
2009-03-03Remove deprecated vhook subsystem.Diego Biurrun