]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Doxygenate init_put_bits().
[frescor/ffmpeg.git] / libavcodec /
2009-04-10 stefanoDoxygenate init_put_bits().
2009-04-10 diegocosmetics: Rename prn variable to prng (Pseudo Random...
2009-04-10 stefanoAdd support to CorePNG P-frames.
2009-04-10 reimarLoop up to MAX_THREADS instead of h->s.avctx->thread_co...
2009-04-10 diegoRemove unused variables along with the related warnings.
2009-04-10 reimarAdd forgotten void return type to ff_h264_free_context
2009-04-10 diegoFix sigill on non-MMX2 CPUs.
2009-04-10 stefanoUse the new avcodec_decode_* API.
2009-04-10 reimarMake sure error resilience does not try to use unavaila...
2009-04-10 reimarAdd a ff_h264_free_context function and call it from...
2009-04-10 michaelMake sure mpeg2 has its height rounded up to 32 as...
2009-04-09 michaelDont use SSE2 SAD for snow as it requires more alignmen...
2009-04-09 lucabeFix documentation for the "-ps" option
2009-04-09 michaelMake sure the next used frame is released so get_buffer...
2009-04-09 michaelMove release_buffer() up so it is prior to a future...
2009-04-09 michaelFactorize release_buffer()
2009-04-09 michaelMake sure spatial_decomposition_count is not too large...
2009-04-09 michaelSkip non intra frames that have no reference frames.
2009-04-09 michaelMake sure spatial_decomposition_count is >0.
2009-04-09 michaelMake sure the block array is of the correct size.
2009-04-09 michaelCheck spatial_decomposition_count too, fixes another...
2009-04-09 michael10l, forgot to remove old code, which broke snow.
2009-04-09 michaelFactorize check of read symbols.
2009-04-09 michaelFix spatial_decomposition_type validity check.
2009-04-09 michaelFix crash when max_ref_frames was out of range.
2009-04-09 diegoRemove unnecessary gcc_fixes.h #include.
2009-04-09 diegocosmetics: Reformat comment paragraph and fix a few...
2009-04-08 michaelFix mb_height for interlaced mpeg2.
2009-04-08 ramiroconfigure: Add --enable-runtime-cpudetect
2009-04-08 reimarAdd av_shrink_packet function for use in av_get_packet...
2009-04-08 superdumpClarify which time_base the relevant members of AVPacke...
2009-04-07 superdumpFix second amr_nb_decode_frame() to also use the new...
2009-04-07 rbultjeMove av_packet_*() functions from libavformat/ to libav...
2009-04-07 aurelfix vp5/vp6 decoding by using new prototype for decode...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-07 rbultjeMove AVPacket up a bit, so that structs/functions that...
2009-04-07 reynaldoMove scale factor computation to its own function....
2009-04-06 michaelTry to honor even completely invalid motion vectors...
2009-04-06 jbrAdd convenience macros for 5.0/5.1 back speaker configu...
2009-04-06 ramiromlpdec: Filters and matrices may change only once per...
2009-04-05 ramiromlpdec: There must be no extraword for MLP.
2009-04-05 ramiromlpdec: Validate non-restart bit from the substream...
2009-04-05 ramiromlpdec: matrix_out_ch must not be greater than max_matr...
2009-04-05 michaelMake sure the last bits of huffyuv frames are zeroed.
2009-04-04 conradARM: NEON optimized put_signed_pixels_clamped
2009-04-04 mruARM: NEON optimised add_pixels_clamped
2009-04-04 reynaldoAdd missing static qualifier from function declaration...
2009-04-04 stefanoRename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity...
2009-04-03 reimarMark line_skip3 asm argument as output-only instead...
2009-04-03 reimarMark put_signed_pixels_clamped_mmx output operands...
2009-04-03 reimarUse DECLARE_ASM_CONST for non-global ff_vector128 const...
2009-04-03 gbAdd VC-1 bitstream decoding through VA API.
2009-04-02 alexcRewrite put_signed_pixels_clamped_mmx() to eliminate...
2009-04-02 stefanoMove AVPacket declaration from avformat.h to avcodec.h.
2009-04-02 cehoyosMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-04-02 gbRegister VA API HW accelerators.
2009-04-02 gbAdd hwaccel configury. This generates CONFIG_<CODEC...
2009-04-02 gbAdd VA API pixfmt (only VLD is available ATM).
2009-04-02 gbAdd MPEG-4 / H.263 bitstream decoding through VA API.
2009-04-01 stefanoExtend read_line() to make it take a read_pal_component...
2009-04-01 conradAdd SSE4 detection support
2009-04-01 gbAdd 16cif video frame size abbreviation. i.e. -s alias...
2009-04-01 conradRemove unused FILTSIGN macro
2009-04-01 mruRemove aandcttab.o from dct-test dependencies, the...
2009-03-31 stefanoReindent after the last patch.
2009-03-31 stefanoAdd/fix support for bitstream formats reading in read_l...
2009-03-31 stefanoMake the step and offset fields of the component descri...
2009-03-31 reimarFix ipvideo_decode_block_opcode_0xD again.
2009-03-31 stefanoDocument read_line().
2009-03-31 stefanoAdd a notice telling that the behavior of skip_put_bits...
2009-03-31 reimarCosmetics: remove some pointless {}
2009-03-31 reimarSlightly simplify ipvideo_decode_block_opcode_0xD
2009-03-31 reimarOne more simplification for ipvideo_decode_block_opcode_0xA
2009-03-31 stefanoCosmetics: reorder the pixel format descriptors to...
2009-03-31 reimarSlightly simplify first part of ipvideo_decode_block_op...
2009-03-31 stefanoChange the order of the components for RGB565LE and...
2009-03-31 stefanoAdd comments specifying the name of the components...
2009-03-31 reimarMake ipvideo_decode_block_opcode_0x8 a lot simpler...
2009-03-31 reimarFix a too small CHECK_STREAM_PTR value in interplayvideo.c
2009-03-31 stefanoMake read_line() take as parameter a const AVPixFmtDesc...
2009-03-31 diegoReplace MPEG group reference DCT implementation by...
2009-03-31 diegoReplacement reference DCT implementation.
2009-03-31 reimarAvoid the last two uses of bitmasks in interplayvideo
2009-03-31 reimar100l, fix FATE test broken by r18264
2009-03-31 reimarReindent
2009-03-31 reimarDeduplicate code by moving it outside the if/else
2009-03-31 reimarRearrange how the different cases are checked to reduce...
2009-03-31 reimarAvoid "reloading" code by using a 64 bit type for the...
2009-03-31 reimarRemove now pointless temporary pix variables.
2009-03-31 reimarSlightly simplify part of ipvideo_decode_block_opcode_0x8
2009-03-31 reimarFix indentation
2009-03-31 reimarAvoid code duplication by using ?: and array indexing...
2009-03-31 reimarPrettify some assignments
2009-03-31 reimarGet rid of some pointless bitmask/shifter variables...
2009-03-31 diegoMark non-exported functions in test and example program...
2009-03-31 gbRevert Diego's r18249:
2009-03-31 diegoGive better names to reference DCT functions.
2009-03-31 gbImprove VA API buffers allocation logic. This also...
2009-03-31 benoitMove declaration of prn before any assignment.
2009-03-30 gbRecord MPEG-4 sprite trajectory points [up to num_sprit...
next