]> git.sesse.net Git - ffmpeg/history - libavcodec
lavfi: add asyncts filter.
[ffmpeg] / libavcodec /
2012-05-14 Diego Biurrunvcr1: Add vcr1_ prefixes to all static functions with...
2012-05-14 Diego Biurrunvcr1: Fix return type of common_init to match the funct...
2012-05-14 Diego Biurrunvcr1enc: Replace obsolete get_bit_count by put_bits_cou...
2012-05-14 Diego Biurrunmotion-test: remove disabled code
2012-05-14 Vitor Sessakx86: use more standard construct for setting ASM functi...
2012-05-12 Michael Kostylevx86: vc1: drop MMX loop filter implementation, which...
2012-05-10 Mans Rullgardarm/neon: dsputil: use correct size specifiers on vld1...
2012-05-10 Mans Rullgardarm: dsputil: prettify some conditional instructions...
2012-05-10 Mans Rullgardvqavideo: change x/y loop counters to the usual pattern
2012-05-10 Christophe Gisquetrv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations...
2012-05-10 Christophe Gisquetape: Use unsigned integer maths
2012-05-10 Mans Rullgardarm: dsputil: fix overreads in put/avg_pixels functions
2012-05-10 Diego Biurrunh264: K&R formatting cosmetics for header files (part...
2012-05-10 Diego Biurrunh264: K&R formatting cosmetics for header files (part...
2012-05-09 Diego Biurrunvcr1enc: drop pointless empty encode_init() wrapper...
2012-05-09 Diego Biurrunvcr1: drop pointless write-only AVCodecContext member...
2012-05-09 Diego Biurrunvcr1: group encoder code together to save #ifdefs
2012-05-09 Diego Biurrunvcr1: cosmetics: K&R prettyprinting, typos, parentheses...
2012-05-09 Diego Biurrunlibxvid: Give more suitable names to libxvid-related...
2012-05-09 Diego Biurrunlibxvid: Separate libxvid encoder from libxvid rate...
2012-05-09 Diego Biurrunjpeglsdec: Remove write-only variable in ff_jpegls_deco...
2012-05-09 Anton Khirnovlavc: check that extended_data is properly set in avcod...
2012-05-09 Anton Khirnovlavc: pad last audio frame with silence when needed.
2012-05-08 Jordi Ortizlibschroedingerdec: Change AVPicture to AVFrame and...
2012-05-08 Alex Converseoptions_table: Add some missing #includes to fix "make...
2012-05-08 Kostya Shishkovlagarith: add YUY2 decoding support
2012-05-08 Carl Eugen HoyosSupport decoding unaligned rgb24 lagarith.
2012-05-07 Diego Biurrundv: Split profile handling code into a separate file.
2012-05-07 Ronald S. Bultjeqdm2: clip array indices returned by qdm2_get_vlc().
2012-05-07 Justin Rugglesavcodec: do not needlessly set packet size to 0 in...
2012-05-07 Justin Rugglesavcodec: for audio encoding, reset output packet when...
2012-05-07 Justin Rugglesavcodec: refactor avcodec_encode_audio2() to merge...
2012-05-07 Justin Rugglesavcodec: remove fallbacks for AVCodec.encode() in avcod...
2012-05-07 Diego Biurrunlibschroedinger: Switch to function names more in line...
2012-05-07 Diego BiurrunMove code shared between libdirac and libschroedinger...
2012-05-07 Diego Biurrunh264: Remove a commented-out function pointer typedef.
2012-05-07 Diego Biurruntxd: Remove write-only variable in txd_decode_frame().
2012-05-07 Diego Biurrunmmvideo.c: Remove unused variable in mm_decode_pal().
2012-05-07 Diego Biurrunbuild: cosmetics: Add missing end-of-line backslashes...
2012-05-07 Diego Biurrunbuild: cosmetics: Split HEADERS/OBJS/PROGS lists into...
2012-05-07 Diego Biurrunlibschroedinger: Move a function to avoid a forward...
2012-05-07 Sean McGovernpthread: warn on high thread counts
2012-05-07 Anton Khirnovlavc: add sample rate and channel layout to AVFrame.
2012-05-06 Paul B Maholzerocodec: check if the previous frame is missing
2012-05-06 Kostya Shishkovdfa: use more meaningful return codes
2012-05-06 Michael Niedermayereatgv: check vector_bits
2012-05-06 Kostya Shishkoveatgv: check motion vectors
2012-05-06 Diego BiurrunMark a number of variables only used in av_dlog() calls...
2012-05-06 Diego Biurrundvdec: drop const qualifier from variable to eliminate...
2012-05-06 Robert Nagyavcodec: Improve comment for thread_safe_callbacks...
2012-05-06 Kostya Shishkovlagarith: make offset array type unsigned
2012-05-06 Kostya Shishkovdfa: add some checks to ensure that decoder won't write...
2012-05-05 Mans Rullgardaacps: NEON optimisations
2012-05-05 Mans Rullgardaacps: align some arrays
2012-05-05 Mans Rullgardaacps: move some loops to function pointers
2012-05-05 Jakub StachowskiWMAL: Shift output samples by the specified number...
2012-05-05 Mashiat Sarker Sha... WMAL: Restore removed code in mclms_predict()
2012-05-04 Ronald S. Bultjepng: check bit depth for PAL8/Y400A pixel formats.
2012-05-04 Alex Conversecelp filters: Do not read earlier than the start of...
2012-05-03 Mans Rullgardvqavideo: return error if image size is not a multiple...
2012-05-03 Hendrik Leppkesmpeg12: fixed parsing in some mpeg2 streams
2012-05-03 Hendrik LeppkesAdd SMPTE240M transfer characteristics flag.
2012-05-02 Alex Conversemotionpixels: Clip YUV values after applying a gradient.
2012-05-02 Ronald S. Bultjejpeg: handle progressive in second field of interlaced.
2012-05-02 Michael Niedermayerituh263dec: Implement enough of Annex O (scalability...
2012-05-02 Ronald S. Bultjeh263: more strictly forbid frame size changes with...
2012-05-02 Ronald S. Bultjeh264: additional protection against unsupported size...
2012-05-02 Ronald S. Bultjetta: prevents overflows for 32bit integers in header.
2012-05-02 Ronald S. Bultjevp8: update frame size changes on thread context switches.
2012-05-02 Ronald S. Bultjesnowdsp: explicitily state instruction size.
2012-05-02 Kostya Shishkovwmall: fix reconstructing audio with uncoded channels
2012-05-02 Mashiat Sarker Sha... WMAL cosmetics: fix indentation
2012-05-02 Hendrik Leppkesindeo3: fix motion vector validation
2012-05-02 Hendrik Leppkespcm_bluray: set bits_per_raw_sample for > 16-bit
2012-05-01 Mans Rullgardtwinvq: fix out of bounds array access
2012-05-01 Jakub StachowskiWMAL: do not output last frame again if nothing was...
2012-05-01 Mashiat Sarker Sha... WMAL: do not start decoding if frame does not end in...
2012-04-30 Mans Rullgardadpcm-thp: fix invalid array indexing
2012-04-30 Mans Rullgardppc: add const where needed in scalarproduct_int16_alti...
2012-04-30 Mans Rullgardppc: remove shift parameter from scalarproduct_int16_al...
2012-04-30 Mans Rullgardppc: dsputil: do unaligned block accesses correctly
2012-04-30 Mans Rullgarddvenc: do not call dsputil functions with stride not...
2012-04-29 Hendrik Leppkesavcodec: introduce YCoCg colorspace
2012-04-29 Luca Barbatoavcodec: cosmetic cleanup on header
2012-04-29 Ronald S. Bultjeaac sbr: align struct member by 32 byte.
2012-04-29 Mans Rullgard4xm: fix invalid array indexing
2012-04-28 Christophe GISQUETrv34dsp: factorize a multiplication in the noround...
2012-04-28 Christophe Gisquetrv40: perform bitwise checks in loop filter
2012-04-28 Ronald S. Bultjerv34: remove inline keyword from rv34_decode_block().
2012-04-28 Christophe Gisquetrv40: change a logical test into a bitwise one.
2012-04-28 Christophe Gisquetrv34: remove constant parameter
2012-04-28 Christophe Gisquetrv40: don't always do the full prev_type search
2012-04-28 Christophe GISQUETdsputil x86: revert a test back to its previous value
2012-04-28 Christophe Gisquetrv34dsp x86: implement MMX2 inverse transform
2012-04-28 Roland Scheideggerh264: new assembly version of get_cabac for x86_64...
2012-04-28 Roland Scheideggerh264: use one table instead of several for cabac functions
2012-04-28 Roland Scheideggerh264: (trivial) remove unneeded macro argument in x86...
2012-04-28 Jordi Ortizlibschroedingerdec: check malloc
2012-04-26 Mans Rullgarddsputil: fix invalid array indexing
2012-04-25 Mans Rullgardfft-test: add option to set cpuflag mask
next