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
2012-09-15arm/intmath: disable av_clip_uintp2_arm with config_smallMichael Niedermayer
2012-05-25Fixed warnings about int64 to int32 conversionMichael Bradshaw
2012-05-24lavu/pixfmt: move AVPALETTE_SIZE and _COUNT to pixfmt.hStefano Sabatini
2012-05-20opt: add AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20lavu/tree: perform minor fixes to av_tree_insert() documentationStefano Sabatini
2012-05-19lavu/error: fix make checkheaders.Clément Bœsch
2012-05-18lavu/parseutils: fix specification for av_parse_time()Stefano Sabatini
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-15fifo: add av_fifo_grow()Michael Niedermayer
2012-05-15Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov
2012-05-14lavu/bprint: add av_bprint_reset().Clément Bœsch
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10avutil/log: allow av_log_set_callback (NULL)Michael Niedermayer
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles
2012-05-09samplefmt: add a function for filling a buffer with silence.Anton Khirnov
2012-05-09samplefmt: add a function for copying audio samples.Anton Khirnov
2012-05-09mips: intreadwrite: fix inline asm for gcc 4.8Mans Rullgard
2012-05-09mips: intreadwrite: remove unnecessary inline asmMans Rullgard
2012-05-09error: Try to make av_strerror() closer to binary identical across platforms.Michael Niedermayer
2012-05-09parseutils: use strings instead of integers for error codes.Michael Niedermayer
2012-05-09parseutils: fix ;/, errorMichael Niedermayer
2012-05-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-08av_samples_fill_array: Mark unmodified function argument as const.Diego Biurrun
2012-05-08Add yuva422p pix_fmt.Carl Eugen Hoyos
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-05-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-04arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6Mans Rullgard
2012-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-02arm: intreadwrite: disable inline asm for gcc 4.7 and laterMans Rullgard
2012-05-02arm: intreadwrite: fix inline asm constraints for gcc 4.6 and laterMans Rullgard
2012-05-01lavu/opt: clarify error message in set_key_value_pair()Stefano Sabatini
2012-04-30libavutil: Document the shortcommings of av_parse_cpu_flags()Michael Niedermayer
2012-04-30cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps()Michael Niedermayer
2012-04-27parseutils: replace setenv() by putenv().Nicolas George
2012-04-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-26cpu: recognise only cpu flag names pertinent to the architectureMans Rullgard
2012-04-26avutil: add av_parse_cpu_flags() functionMans Rullgard
2012-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25Add libavresampleJustin Ruggles
2012-04-24parseutils: reliably detect out-of-range alpha.Reimar Döffinger
2012-04-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-23avutil: change default buffer size alignment for sample buffer functionsJustin Ruggles
2012-04-23parseutils: add av_parse_time() test.Nicolas George
2012-04-23parseutils: make av_parse_time() check for failure.Nicolas George
2012-04-23parseutils: add FATE test.Nicolas George
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard