log

age author description
2009-10-13 reimar Print a warning message when avcodec_default_free_buffers finds unreleased libavcodec
2009-10-13 reimar Remove unnecessary calls to avcodec_check_dimensions, the check is already libavcodec
2009-10-13 reimar Call release_buffer on close for v210dec and v210x libavcodec
2009-10-13 reimar Add missing release_buffer on close libavcodec
2009-10-13 reimar Add decoder for "forward uncompressed". libavcodec
2009-10-13 reimar Implement execute2 for w32thread libavcodec
2009-10-13 reimar Fix w32thread implementation to handle job count > thread_count. libavcodec
2009-10-13 reimar fft_dispatch array should be const libavcodec
2009-10-13 reimar Simplify: use FFSWAP libavcodec
2009-10-12 faust3 extend description of avcodec_decode_audio3: libavcodec
2009-10-12 reimar Reindent after removing the outer for loops in the execute2 patch libavcodec
2009-10-12 reimar Move dnxhdenc to execute2 multithreading API. libavcodec
2009-10-12 reimar Add an execute2 function that is more flexible and allows to use parallel libavcodec
2009-10-11 mru ARM: align stack in NEON h264 mc functions libavcodec
2009-10-11 mru ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs libavcodec
2009-10-11 reimar 100l in avpicture_layout: width of chroma planes depends on format depth, too. libavcodec
2009-10-11 kostya Warn when WVC1 cannot be decoded libavcodec
2009-10-10 reimar Hack: set the coded frame PTS to the incoming PTS. libavcodec
2009-10-10 reimar Fix 100l incorrect bitmask check. libavcodec
2009-10-10 kostya Print error message when true interlaced VC-1 frames are encountered libavcodec
2009-10-09 superdump AAC: Fix regression introduced in r20067 where ADTS files would always be libavcodec
2009-10-08 conrad dca and aac decoders use float_to_int16_interleave, so check for libavcodec
2009-10-07 mru ARM: whitespace cosmetics libavcodec
2009-10-07 mru ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00 libavcodec
2009-10-06 mru ARM: make function names all-lowercase libavcodec
2009-10-06 mru ARM: enable ARMv4 add_pixels_clamped libavcodec
2009-10-06 mru ARM: ARMv6 optimised add_pixels_clamped() libavcodec
2009-10-06 mru ARM: whitespace cosmetics libavcodec
2009-10-06 cehoyos Move HuffYUV left prediction to dsputil. libavcodec
2009-10-06 kostya Since some junk may be or may be not present before actual VC-1 extradata, libavcodec
2009-10-06 reimar Remove casts that are useless since the argument is void *. libavcodec
2009-10-06 jai_menon Allow building api-example from outside of libavcodec and also libavcodec
2009-10-05 jbr cosmetics: reindent and line wrap after last commit libavcodec
2009-10-05 jbr alacenc: add a fixed LPC coefficient mode as compression level 1. old libavcodec
2009-10-05 michael Revert: libavcodec
2009-10-04 mru ARM: add ff_ prefix to lots of functions libavcodec
2009-10-04 mru ARM: cosmetics libavcodec
2009-10-04 mru ARM: replace some #if with if() libavcodec
2009-10-04 mru ARM: clean up file/function naming conventions libavcodec
2009-10-04 mru ARM: clean up dsputil initialisation libavcodec
2009-10-04 pross Sun Raster RGB support libavcodec
2009-10-03 mru ARM: shorten some long macro names libavcodec
2009-10-03 mru ARM: update ldm/stm instructions to modern syntax libavcodec
2009-10-03 mru ARM: whitespace cosmetics libavcodec
2009-10-03 superdump Reindent after channel layout commit from yesterday libavcodec
2009-10-03 faust3 increase maximum compressed frame size libavcodec
2009-10-03 faust3 return AVERROR_INVALIDDATA when the bitstream could not be decoded libavcodec
2009-10-03 pross Support decoding of uncompressed PCX scanlines libavcodec
2009-10-02 mru ARM: use plain labels for pc-relative addressing libavcodec
2009-10-02 mru ARM: remove unnecessary .fpu neon directives libavcodec
2009-10-02 mru ARM: use undocumented .syntax directive to enable UAL syntax libavcodec
2009-10-02 superdump Add vorbis channel layout support according to those defined in the Vorbis I libavcodec
2009-10-02 mru ARM: apply extern symbol prefix where needed libavcodec
2009-10-01 reimar Make avcodec_open set codec_id and codec_type if they haven't been set. libavcodec
2009-10-01 reimar put_bits can only reliably write up to 31 bit bits, above it relies on libavcodec
2009-10-01 reimar Use MANGLE in cavsdsp, the current version using "m" constraints will not libavcodec
2009-10-01 benoit Fix indentation after last commit. libavcodec
2009-10-01 benoit Add support for TARGA images without RLE compression. libavcodec
2009-10-01 diego Fix wrongly indented block. libavcodec
2009-10-01 diego Use "!exp" instead of "exp == NULL" in if condition. libavcodec