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
2011-06-05cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini
2011-06-05cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini
2011-06-05sdl: use the filename for defining the window title, if not specifiedStefano Sabatini
2011-06-05swscale: override the lack of the accurate rounding flag when needed for dither.Michael Niedermayer
2011-06-05swscale: factor should_dither outMichael Niedermayer
2011-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-05ARM: remove MULL inline asmMans Rullgard
2011-06-04mathops: use MUL64 macro where it forms part of other opsMans Rullgard
2011-06-04tty: factorise returning error codes.Anton Khirnov
2011-06-04rawdec: add framerate private option.Anton Khirnov
2011-06-04x11grab: add framerate private option.Anton Khirnov
2011-06-04fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.Anton Khirnov
2011-06-04bktr: don't error when AVFormatParameters.time_base isn't set.Anton Khirnov
2011-06-04cmdutils: add missing const qualifierMans Rullgard
2011-06-04Skip headers not designed to work standalone during 'make checkheaders'.Diego Biurrun
2011-06-04Add missing #includes to make headers self-contained.Diego Biurrun
2011-06-04musepack: remove unnecessary #include from mpcdata.hMans Rullgard
2011-06-04musepack: remove extraneous mpcdata.h inclusionsMans Rullgard
2011-06-04Fix error check in av_file_map()Mans Rullgard
2011-06-04udp: support old, crappy non pthread modeMichael Niedermayer
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-04ffmpeg: use opt_acodec when setting audio codec in opt_target.Baptiste Coudurier
2011-06-04ffmpeg: fix segfault with too many output filesMichael Niedermayer
2011-06-04ffplay: error out with invalid sample rate or channels.Michael Niedermayer
2011-06-03oggdec: fix Ticket185Michael Niedermayer
2011-06-03build: simplify commands for clean targetMans Rullgard
2011-06-03j2kdec: dont fail on non zero cblock style.Michael Niedermayer
2011-06-03makefile: fix j2k encoder dependanciesRukhsana Ruby
2011-06-03udp: fix indentionJULIAN GARDNER
2011-06-03swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje
2011-06-03swscale: cosmetics.Ronald S. Bultje
2011-06-03swscale: integrate (literally) swscale_template.c in swscale.c.Ronald S. Bultje
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje
2011-06-03swscale: enable hScale_altivec_real.Ronald S. Bultje
2011-06-03swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje
2011-06-03swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje
2011-06-03swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje
2011-06-03mpegvideoenc: fix multislice fate tests with threading disabled.Ronald S. Bultje
2011-06-03cmdutils: move "#undef main" from ffplay.c to cmdutils.hCarl Eugen Hoyos
2011-06-03wav: update size check for ds64Michael Niedermayer
2011-06-03wav: fix skip size at end of ds64 chunkPhilip de Nier
2011-06-03mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.Diego Biurrun
2011-06-03build: Simplify texi2html invocation through the --output option.Diego Biurrun
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-06-03svq3: Check negative mb_type to fix potential crash.Baptiste Coudurier
2011-06-03svq3: Move svq3-specific fields to their own context.Baptiste Coudurier
2011-06-03rawdec: initialize return value to 0.Anton Khirnov
2011-06-03Remove unused get_psnr() prototypeVladimir Pantelic
2011-06-03rawdec: don't leak option strings.Anton Khirnov