OSDN Git Service

libx264: add 'fast-pskip' private option.
[coroid/libav_saccubus.git] / libavcodec /
2011-08-31 Anton Khirnovlibx264: add 'fast-pskip' private option.
2011-08-31 Anton Khirnovlibx264: add '8x8dct' private option.
2011-08-31 Anton Khirnovlibx264: add 'mixed-refs' private option.
2011-08-31 Anton Khirnovlibx264: add 'weightb' private option.
2011-08-31 Anton Khirnovlibx264: add 'b-pyramid' private option.
2011-08-31 Anton Khirnovlibx264: add 'intra-refresh' private option.
2011-08-31 Anton Khirnovlibx264: add 'ssim' private option.
2011-08-31 Anton Khirnovlibx264: make options compatible with x264
2011-08-31 Luca Barbatoavcodec: remove misleading comment
2011-08-30 Kostya ShishkovRV40: reuse some H.264 motion compensation functions...
2011-08-29 Luca BarbatoRevert "h264: Properly set coded_{width, height} when...
2011-08-26 Diego Biurrundoxygen: fix wrong comment syntax, //< vs. ///<
2011-08-26 Diego Biurrundoxygen: drop pointless star from pointer variable...
2011-08-25 Dustin Brodyvp6: partially propagate huffman tree building errors...
2011-08-25 Dustin Brodympeg12: propagate chunk decode errors and fix condition...
2011-08-25 John Stebbinsvc1: fix VC-1 Pulldown handling.
2011-08-25 Alberto DelmásVC1: Fix first/last row checks with slices
2011-08-25 Ronald S. Bultjevc1: properly zero coded_block[] edges on new slice...
2011-08-24 Anton Khirnovlibx264: add 'crf_max' private option.
2011-08-24 Anton Khirnovlibx264: add 'weightp' private option.
2011-08-24 Anton Khirnovlibx264: add 'rc_lookahead' private option.
2011-08-24 Anton Khirnovlibx264: add 'psy_trellis' private option.
2011-08-24 Anton Khirnovlibx264: add 'psy_rd' private option.
2011-08-24 Anton Khirnovlibx264: add 'aq_strength' private option.
2011-08-24 Anton Khirnovlibx264: add 'aq_mode' private option.
2011-08-24 Anton Khirnovlibx264: add 'cqp' private option.
2011-08-24 Anton Khirnovlibx264: add 'crf' private option.
2011-08-24 Anton Khirnovlavc: remove vbv_delay option
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-08-22 Justin Rugglesac3enc: remove outdated TODO comment for apply_channel_...
2011-08-22 Anton Khirnovlibx264: only use ABR mode when the user explicitly...
2011-08-22 Anton Khirnovlibx264: use medium preset by default.
2011-08-22 Anton Khirnovmp2 encoder: make 128k the default bitrate.
2011-08-21 Stefano Sabatinilavc: add A|E|D flags to "ac" and "ar" options
2011-08-21 Kostya ShishkovWavPack decoder: implement flush function
2011-08-19 Jeff Downsh264: fix PCM intra-coded blocks in monochrome case
2011-08-19 Jeff Downsh264: correct implicit weight table computation for...
2011-08-19 Jeff Downsh264: correct the check for invalid long term frame...
2011-08-18 Alex Converseaac: Only set sample rate and object type from ADTS...
2011-08-18 Alex Converseaac: Set SBR and PS to unsignalled during headerless...
2011-08-18 Alex Converseaac: Only output configure if audio was found.
2011-08-18 Dustin Brodyh264: hide reference frame errors unless requested
2011-08-18 Ronald S. BultjeMove clipd macros to x86util.asm.
2011-08-17 Kostya ShishkovRV3/4 parser: remove unused variable 'off'
2011-08-17 Kostya ShishkovUse parsers for RealVideo 3/4 to determine correct PTS
2011-08-17 Kostya Shishkovrv10/20: tell decoder to use edge emulation
2011-08-16 Anton Khirnovlavc: add avcodec_get_type() for mapping codec_id ...
2011-08-16 Anton Khirnovlavc: add audio flag to the 'b' option, deprecate ...
2011-08-15 Dustin Brodysvq3: propagate codec memory allocation failure in...
2011-08-15 Dave YeoFix NASM include directive
2011-08-15 Alex Conversedsputil_mmx: Honor HAVE_AMD3DNOW
2011-08-15 Reimar DöffingerVC-1: fix reading of custom PAR.
2011-08-15 Dustin Brodympeg12: remove repeat-field code disabled since May...
2011-08-14 Nathan Caldwellaacenc: Fix number of coefficients used in a LFE channel.
2011-08-14 Nathan Caldwellaacenc: Fix a segfault with grouped psymodel.
2011-08-12 Kostya Shishkovrv34: free+allocate buffer instead of reallocating...
2011-08-12 Ronald S. Bultjeh264: add missing brackets.
2011-08-12 Ronald S. BultjeMove x86util.asm from libavcodec/ to libavutil/.
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.
2011-08-12 Reinhard Tartlerlibx264: Include hint for possible values for configuri...
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 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 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 Vitor Sessakdct32: Add SSE2 ASM optimizations
2011-08-02 Kostya ShishkovCorrect chroma vector calculation for RealVideo 3.
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-07-31 Dustin Brodylavc: Deprecate unused FF_ER_VERY_AGGRESSIVE
2011-07-29 Jason Garrett-GlaserH.264: tweak some other x86 asm for Atom
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...
next