OSDN Git Service

android-x86/external-ffmpeg.git
2011-08-12 Anton Khirnovavconv: remove deprecated options.
2011-08-12 Anton Khirnovavconv: make -map_chapters accept only the input file...
2011-08-12 Anton KhirnovMake a copy of ffmpeg under a new name -- avconv.
2011-08-12 Anton Khirnovffmpeg: add a warning stating that the program is depre...
2011-08-11 Kostya ShishkovAdd weighted motion compensation for RV40 B-frames
2011-08-11 Kostya ShishkovRV3/4: calculate B-frame motion weights once per frame
2011-08-11 Kostya ShishkovMove RV3/4-specific DSP functions into their own context
2011-08-11 Dustin Brodymjpeg: propagate decode errors from ff_mjpeg_decode_sos...
2011-08-11 Dustin Brodyh264: notice memory allocation failure
2011-08-11 Justin Rugglesac3enc: add macros for option names to make them more...
2011-08-11 Justin Rugglesac3enc: fix 'channel_coupling' option to actually allow...
2011-08-10 Mans Rullgardcavs: fix some crashes with invalid bitstreams
2011-08-10 Justin Rugglesac3enc: clip coupling coordinates during calculation
2011-08-10 Justin RugglesRemove incorrect info in documentation of AVCodecContex...
2011-08-10 Baptiste Coudurierlavc: fix parentheses placement in avcodec_open2().
2011-08-10 Anton Khirnovlavc: make avcodec_init() static on next bump.
2011-08-09 Justin Rugglesac3enc: remove unneeded #include
2011-08-09 Justin Rugglesac3enc: restructure coupling coordinate reuse calculation
2011-08-09 Justin Rugglesac3enc: allow new coupling coordinates to be sent indep...
2011-08-09 Justin Rugglesac3enc: separate exponent bit counting from exponent...
2011-08-09 Dustin Brodyh264: propagate error return values for AV_LOG_ERROR...
2011-08-09 Alex Converseaac: Don't attempt to output configure an invalid chann...
2011-08-09 Anton KhirnovRename ffserver to avserver.
2011-08-09 Anton KhirnovRename ffprobe to avprobe.
2011-08-09 Anton KhirnovRename ffplay to avplay.
2011-08-09 Kostya ShishkovPretty-print RV3/4 decoder source
2011-08-09 Kostya ShishkovSaner RV1/2 initialisation and RV2 header parsing.
2011-08-08 Baptiste Coudurierlibx264: do not set pic quality if no frame is output
2011-08-08 Baptiste Coudurierlibx264: add preset, tune, profile and fastfirstpass...
2011-08-06 Dustin Brodylavc: fix misspelling in comment
2011-08-05 Dustin Brodyaac: propagate error return values for AV_LOG_ERROR...
2011-08-04 Stefano Sabatinilsws: remove optimization debug logs in sws_init_context()
2011-08-04 Stefano Sabatinilsws: use array for storing the supported in/out inform...
2011-08-04 Luca Barbatoapplehttp: fix variant discard logic
2011-08-04 Alex Converseh263dec: Fix asserts broken by the elimination of FF_CO...
2011-08-03 Diego Biurruncosmetics: remove some stray comments from AVCodec...
2011-08-03 Diego Biurruncosmetics: fix indentation/alignment in AVCodec declara...
2011-08-03 Måns Rullgårdarm: Avoid using the movw instruction needlessly
2011-08-03 Martin StorsjöMove an int64_t down in MpegEncContext
2011-08-02 Ronald S. BultjeRevert "swscale: use 15-bit intermediates for 9/10...
2011-08-02 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-08-02 Vitor Sessakdct32: Add SSE2 ASM optimizations
2011-08-02 Kostya ShishkovCorrect chroma vector calculation for RealVideo 3.
2011-08-02 Zohar Kelrichlavf: Add an option to discard corrupted frames
2011-08-02 Zohar Kelrichmpegts: Mark wrongly-sized packets as corrupted
2011-08-02 Zohar Kelrichmpegts: Move scan test to handle_packets
2011-08-02 Zohar Kelrichmpegts: Mark corrupted packets
2011-08-02 Zohar Kelrichmpegts: Reset continuity counter on seek
2011-08-02 Zohar Kelrichmpegts: Fix for continuity counter
2011-08-02 Zohar Kelrichmpegts: Silence "can't seek" warning on unseekable
2011-08-02 Luca Barbatoapichange: add an entry for AV_PKT_FLAG_CORRUPT
2011-08-02 Luca Barbatoavpacket: signal possibly corrupted packets
2011-08-01 Dustin Brodympeg4videodec: remove dead code that would have detecte...
2011-08-01 Alex Converseaac: Remove some suspicious illegal memcpy()s from...
2011-08-01 Alex Conversebink: Eliminate unnecessary shadow declaration.
2011-08-01 Anton KhirnovRemove the ffserver test.
2011-08-01 Anton KhirnovRemove ffserver.h
2011-07-31 Dustin Brodylavc: Deprecate unused FF_ER_VERY_AGGRESSIVE
2011-07-31 Yu-Jie Linx11grab: add show_region AVOption.
2011-07-31 Yu-Jie Linx11grab: add follow_mouse AVOption.
2011-07-30 Kostya ShishkovDo not convert RGB buffer at once when stride does...
2011-07-30 Luca Barbatobuild: make examples build normally
2011-07-29 Alex Conversemxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when alloc...
2011-07-29 Jason Garrett... H.264: tweak some other x86 asm for Atom
2011-07-29 Alex Converseprobe: Fix insane flow control.
2011-07-29 Mike Williamsmpegts: remove invalid error check
2011-07-29 Dustin Brodys302m: use nondeprecated audio sample format API
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-29 Mans Rullgardx86: cabac: add operand size suffixes missing from...
2011-07-28 Dustin Brodyh263dec: Propagate AV_LOG_ERRORs from slice decoding...
2011-07-28 Mans Rullgardx86: cabac: don't load/store context values in asm
2011-07-28 Jason Garrett... H.264: optimize CABAC x86 asm for Atom
2011-07-28 Ronald S. Bultjevp3/theora: flush after seek.
2011-07-28 Anton Khirnovdoc/fftools-common-opts: wording fixes missing from...
2011-07-28 Anton Khirnovdoc: document using AVOptions in fftools.
2011-07-28 Stefano Sabatinicmdutils: add codec_opts parameter to setup_find_stream...
2011-07-28 Stefano Sabatinicmdutils: clarify documentation for filter_codec_opts()
2011-07-28 Stefano Sabatinicmdutils: clarify documentation for setup_find_stream_i...
2011-07-28 Anton Khirnovlavf: add forgotten attribute_deprecated to av_find_str...
2011-07-27 Mans Rullgardppc: remove redundant setting of Altivec IDCT
2011-07-27 Mans Rullgardmpegvideo: initialise DSPContext in ff_dct_common_init()
2011-07-27 Justin Rugglescosmetics: reindent
2011-07-27 Justin Ruggleseac3enc: support writing of basic mixing and info metadata
2011-07-27 Mans Rullgarddnxhdenc: fix declarations in for loops
2011-07-27 Mans Rullgarddsputil: remove stale bink prototypes and comments
2011-07-27 Mans Rullgarddsputil: move a bink-only function to binkdsp
2011-07-27 Mans Rullgarddsputil: remove some unused functions
2011-07-27 Kostya Shishkovbink: make IDCT take 32-bit input
2011-07-26 Diego Biurrunconfigure: spelling cosmetics
2011-07-26 Diego Biurrundctref: make sure function declarations match between...
2011-07-26 Mans Rullgardx86: fix build with gcc 4.7
2011-07-25 Diego Biurrunape: adjust some printf format strings to correctly...
2011-07-23 Michael Niedermayerjpegdec: actually search for and parse RSTn
2011-07-22 Mans Rullgarddnxhddec: avoid a branch in 10-bit decode_dct_block()
2011-07-22 Daniel KangH.264: Add optimizations to predict x86 assembly.
2011-07-22 Alex Converseriff: Add mpgv MPEG-2 fourcc
2011-07-22 Kostya Shishkovadd Flash Screen Video 2 decoder
2011-07-21 Mans Rullgarddnxhddec: optimise dnxhd_decode_dct_block()
2011-07-21 Diego Biurrunrtp: remove disabled code
2011-07-21 Justin Ruggleseac3enc: use different numbers of blocks per frame...
next