log

age author description
2009-04-12 diego Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. libavcodec
2009-04-12 reynaldo Fix wrong size computation for buffer. Patch is part of libavcodec
2009-04-12 diego Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. libavcodec
2009-04-12 diego Remove AltiVec optimizations for Snow. They are hindering the development libavcodec
2009-04-12 michael Fix 2 access units in a packet mp4s. libavcodec
2009-04-12 michael Get rid of the non sensical idea of using the current picture for missing libavcodec
2009-04-12 michael Factorize field_end() out. libavcodec
2009-04-12 michael Assert that the first list1 entry is a reference frame. libavcodec
2009-04-12 reimar Add a av_fast_malloc function and replace several uses of av_fast_realloc, libavcodec
2009-04-12 reimar Use void * instead of uint8_t * for the destination buffer for dsp.bswap_buf libavcodec
2009-04-12 reimar Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decoders libavcodec
2009-04-12 stefano Document pbBufPtr(). libavcodec
2009-04-12 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
2009-04-12 jbr Add names for 5.0 and 5.1 back speaker channel layouts. libavcodec
2009-04-11 stefano Fix documentation for avcodec_encode_audio(), in the case of PCM audio libavcodec
2009-04-11 stefano Document the 'size' parameter of set_put_bits_buffer_size(). libavcodec
2009-04-11 stefano Document ff_put_string(). libavcodec
2009-04-11 stefano Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2. libavcodec
2009-04-11 stefano Rename the 'put_zero' parameter of ff_put_string() to libavcodec
2009-04-11 stefano Add documentation for skip_put_bytes(). libavcodec
2009-04-11 stefano Doxygenate ff_copy_bits(). libavcodec
2009-04-11 stefano Factorize declaration for the two variants of put_bits(). libavcodec
2009-04-11 michael Two INIT_VLC_USE_STATIC cases Carl missed. libavcodec
2009-04-11 michael get rid of INIT_VLC_USE_STATIC in h261. libavcodec
2009-04-11 michael Get rid of INIT_VLC_USE_STATIC in rv10/rv20. libavcodec
2009-04-11 michael Get rid of INIT_VLC_USE_STATIC in 4xm. libavcodec
2009-04-11 michael Get rid of INIT_VLC_USE_STATIC in asv1. libavcodec
2009-04-11 michael Get rid of INIT_VLC_USE_STATIC in msmpeg4 libavcodec
2009-04-11 stefano Clarify documentation for put_bits_count(). libavcodec
2009-04-11 reimar Get rid of av_destruct_packet_nofree and use NULL instead. libavcodec
2009-04-11 cehoyos Use INIT_VLC_USE_STATIC and not its value "1". libavcodec
2009-04-10 stefano Document align_put_bits(). libavcodec
2009-04-10 stefano Doxygenate flush_put_bits() documentation. libavcodec
2009-04-10 stefano Doxygenate put_bits_count() documentation. libavcodec
2009-04-10 stefano Doxygenate init_put_bits(). libavcodec
2009-04-10 diego cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). libavcodec
2009-04-10 stefano Add support to CorePNG P-frames. libavcodec
2009-04-10 reimar Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the thread libavcodec
2009-04-10 diego Remove unused variables along with the related warnings. libavcodec
2009-04-10 reimar Add forgotten void return type to ff_h264_free_context libavcodec
2009-04-10 diego Fix sigill on non-MMX2 CPUs. libavcodec
2009-04-10 stefano Use the new avcodec_decode_* API. libavcodec
2009-04-10 reimar Make sure error resilience does not try to use unavailable reference frames. libavcodec
2009-04-10 reimar Add a ff_h264_free_context function and call it from the H.264 parser. libavcodec
2009-04-10 michael Make sure mpeg2 has its height rounded up to 32 as that is needed libavcodec
2009-04-09 michael Do not use SSE2 SAD for snow as it requires more alignment than can be libavcodec
2009-04-09 lucabe Fix documentation for the "-ps" option libavcodec
2009-04-09 michael Make sure the next used frame is released so get_buffer() wont fail. libavcodec
2009-04-09 michael Move release_buffer() up so it is prior to a future call to it. libavcodec
2009-04-09 michael Factorize release_buffer() libavcodec
2009-04-09 michael Make sure spatial_decomposition_count is not too large for picture size. libavcodec
2009-04-09 michael Skip non intra frames that have no reference frames. libavcodec
2009-04-09 michael Make sure spatial_decomposition_count is >0. libavcodec
2009-04-09 michael Make sure the block array is of the correct size. libavcodec
2009-04-09 michael Check spatial_decomposition_count too, fixes another crash. libavcodec
2009-04-09 michael 10l, forgot to remove old code, which broke snow. libavcodec
2009-04-09 michael Factorize check of read symbols. libavcodec
2009-04-09 michael Fix spatial_decomposition_type validity check. libavcodec
2009-04-09 michael Fix crash when max_ref_frames was out of range. libavcodec
2009-04-09 diego Remove unnecessary gcc_fixes.h #include. libavcodec
2009-04-09 diego cosmetics: Reformat comment paragraph and fix a few typos in it. libavcodec
2009-04-08 michael Fix mb_height for interlaced mpeg2. libavcodec
2009-04-08 ramiro configure: Add --enable-runtime-cpudetect libavcodec
2009-04-08 reimar Add av_shrink_packet function for use in av_get_packet that reduces pkt->size libavcodec
2009-04-08 superdump Clarify which time_base the relevant members of AVPacket use libavcodec
2009-04-07 superdump Fix second amr_nb_decode_frame() to also use the new AVPacket argument libavcodec
2009-04-07 rbultje Move av_packet_*() functions from libavformat/ to libavcodec/, where the libavcodec
2009-04-07 aurel fix vp5/vp6 decoding by using new prototype for decode function libavcodec
2009-04-07 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
2009-04-07 rbultje Move AVPacket up a bit, so that structs/functions that include AVPacket can libavcodec
2009-04-07 reynaldo Move scale factor computation to its own function. Patch by Kenan libavcodec
2009-04-06 michael Try to honor even completely invalid motion vectors as far as is libavcodec
2009-04-06 jbr Add convenience macros for 5.0/5.1 back speaker configurations. libavcodec
2009-04-06 ramiro mlpdec: Filters and matrices may change only once per substream per access unit. libavcodec
2009-04-05 ramiro mlpdec: There must be no extraword for MLP. libavcodec
2009-04-05 ramiro mlpdec: Validate non-restart bit from the substream header. libavcodec
2009-04-05 ramiro mlpdec: matrix_out_ch must not be greater than max_matrix_channel, and not max_channel. libavcodec
2009-04-05 michael Make sure the last bits of huffyuv frames are zeroed. libavcodec
2009-04-04 conrad ARM: NEON optimized put_signed_pixels_clamped libavcodec
2009-04-04 mru ARM: NEON optimised add_pixels_clamped libavcodec
2009-04-04 reynaldo Add missing static qualifier from function declaration. Patch by Kenan libavcodec
2009-04-04 stefano Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency libavcodec
2009-04-03 reimar Mark line_skip3 asm argument as output-only instead of using av_uninit. libavcodec
2009-04-03 reimar Mark put_signed_pixels_clamped_mmx output operands as early-clobber because libavcodec
2009-04-03 reimar Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via MANGLE libavcodec
2009-04-03 gb Add VC-1 bitstream decoding through VA API. libavcodec
2009-04-02 alexc Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsputil_mmx.c. libavcodec
2009-04-02 stefano Move AVPacket declaration from avformat.h to avcodec.h. libavcodec
2009-04-02 cehoyos Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. libavcodec
2009-04-02 gb Register VA API HW accelerators. libavcodec
2009-04-02 gb Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL libavcodec
2009-04-02 gb Add VA API pixfmt (only VLD is available ATM). libavcodec
2009-04-02 gb Add MPEG-4 / H.263 bitstream decoding through VA API. libavcodec
2009-04-01 stefano Extend read_line() to make it take a read_pal_component parameter. libavcodec
2009-04-01 conrad Add SSE4 detection support libavcodec
2009-04-01 gb Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152. libavcodec
2009-04-01 conrad Remove unused FILTSIGN macro libavcodec
2009-04-01 mru Remove aandcttab.o from dct-test dependencies, the lib includes it libavcodec
2009-03-31 stefano Reindent after the last patch. libavcodec
2009-03-31 stefano Add/fix support for bitstream formats reading in read_line(). libavcodec
2009-03-31 stefano Make the step and offset fields of the component descriptor express a libavcodec
2009-03-31 reimar Fix ipvideo_decode_block_opcode_0xD again. libavcodec
2009-03-31 stefano Document read_line(). libavcodec
2009-03-31 stefano Add a notice telling that the behavior of skip_put_bits() is undefined libavcodec
2009-03-31 reimar Cosmetics: remove some pointless {} libavcodec
2009-03-31 reimar Slightly simplify ipvideo_decode_block_opcode_0xD libavcodec
2009-03-31 reimar One more simplification for ipvideo_decode_block_opcode_0xA libavcodec
2009-03-31 stefano Cosmetics: reorder the pixel format descriptors to make them match the libavcodec
2009-03-31 reimar Slightly simplify first part of ipvideo_decode_block_opcode_0xA, libavcodec
2009-03-31 stefano Change the order of the components for RGB565LE and RGB565BE, libavcodec
2009-03-31 stefano Add comments specifying the name of the components in the descriptors. libavcodec
2009-03-31 reimar Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels libavcodec