]> git.sesse.net Git - ffmpeg/history - libavcodec
samplefmt: add a function for filling a buffer with silence.
[ffmpeg] / libavcodec /
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
2012-04-25 Mans Rullgardvp8: armv6: fix non-armv6t2 build
2012-04-25 Mans Rullgardvp8: armv6 optimisations
2012-04-25 Mans Rullgardvp8: arm: separate ARMv6 functions from NEON
2012-04-25 Mans RullgardARM: add some compatibility macros
2012-04-23 Diego BiurrunRemove libdirac decoder.
2012-04-22 Mans RullgardARM: allow runtime masking of CPU features
2012-04-21 Mans Rullgarddsputil: remove unused functions
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-21 Mans Rullgardavcodec: remove AVCodecContext.dsp_mask
2012-04-20 Jan Ekströmutvideo: general cosmetics
2012-04-20 Alex Converseaac: Handle HE-AACv2 when sniffing a channel order.
2012-04-20 Diego Biurrunxxan: Remove write-only variable in xan_decode_frame_ty...
2012-04-20 Diego Biurrunivi_common: Initialize a variable at declaration in...
2012-04-20 Justin Rugglesavcodec: add a cook parser to get subpacket duration
2012-04-19 Diego Biurrundv: Initialize encoder tables during encoder init.
2012-04-19 Diego Biurrundv: Replace some magic numbers by the appropriate ...
2012-04-18 Diego Biurrunppc: drop unused function dct_quantize_altivec()
2012-04-18 Diego Biurrunmpegaudiodec: Do not discard mp_decode_frame() return...
2012-04-17 Alex Converseavcodec_string: Favor AVCodecContext.codec over the...
2012-04-17 Alex Conversecook: Make constants passed to AV_BE2NE32C() unsigned...
2012-04-17 Reimar Döffingeraacenc: Fix issues with huge values of bit_rate.
2012-04-17 Diego Biurrundv_tablegen: Drop unnecessary av_unused attribute from...
2012-04-17 Kostya Shishkovproresenc: multithreaded quantiser search
next