]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec
Remove unused code from Westwood VQA/AUD demuxer.
[frescor/ffmpeg.git] / libavcodec /
2009-04-16 conradAdd guaranteed alignment for loading dest pixels in...
2009-04-16 conradVC1 loop filter uses the frame quantizer not the mb...
2009-04-16 michaelSupport broken avc nal encapsulation.
2009-04-16 jbrflacenc: write initial blocksize to STREAMINFO header...
2009-04-15 reynaldo[COSMETIC] Correct a minor nit. Should be clearer now.
2009-04-15 reynaldoFix possibly harmful outbound addressing. Patch by...
2009-04-15 conradavg_ pixel functions need to use (dst+pix+1)>>1 to...
2009-04-15 conradAltivec version of avg_no_rnd_vc1_chroma_mc8
2009-04-15 conradSplit VC1 loop filter into separate functions for h...
2009-04-15 conradMove VC1 loop filter to DSPContext
2009-04-15 conradVC1: extend MMX qpel MC to include MMX2 avg qpel
2009-04-14 conradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 conradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-14 vitorFor every line, copy 3*width bytes instead of linesize...
2009-04-14 conradVC1: Do qpel when needed for both MVs in a B frame
2009-04-14 alexcMark src constant in copy_block*().
2009-04-14 bcoudurierfix indentation
2009-04-14 bcoudurieravoid strcmp NULL, fix segv on mingw
2009-04-13 stefanoFix skip_put_bits() buf_ptr increment.
2009-04-13 koorogiSkip loop iterations which are no-ops due to data1...
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-04-13 stefanoDo not use full include path for get_bits.h, since...
2009-04-13 jai_menonflacenc : do not #include libavutil/lls.h since lpc...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-13 jai_menonalacenc : cosmetics : remove misleading comment
2009-04-13 bcoudurierfix indentation
2009-04-13 bcoudurierfix indentation and remove whitespace after return
2009-04-13 bcoudurierInit state to -1 in h264 parser.
2009-04-12 diegoMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 reynaldoFix wrong size computation for buffer. Patch is part of
2009-04-12 diegoRemove gcc_fixes.h. It only contains workarounds for...
2009-04-12 diegoRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-12 michaelFix 2 access units in a packet mp4s.
2009-04-12 michaelGet rid of the non sensical idea of using the current...
2009-04-12 michaelFactorize field_end() out.
2009-04-12 michaelAssert that the first list1 entry is a reference frame.
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-12 reimarUse void * instead of uint8_t * for the destination...
2009-04-12 reimarUse AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in...
2009-04-12 stefanoDocument pbBufPtr().
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-12 jbrAdd names for 5.0 and 5.1 back speaker channel layouts.
2009-04-11 stefanoFix documentation for avcodec_encode_audio(), in the...
2009-04-11 stefanoDocument the 'size' parameter of set_put_bits_buffer_si...
2009-04-11 stefanoDocument ff_put_string().
2009-04-11 stefanoReplace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
2009-04-11 stefanoRename the 'put_zero' parameter of ff_put_string() to
2009-04-11 stefanoAdd documentation for skip_put_bytes().
2009-04-11 stefanoDoxygenate ff_copy_bits().
2009-04-11 stefanoFactorize declaration for the two variants of put_bits().
2009-04-11 michael2 INIT_VLC_USE_STATIC cases, carl missed.
2009-04-11 michaelget rid of INIT_VLC_USE_STATIC in h261.
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in rv10/rv20.
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in 4xm.
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in asv1.
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in msmpeg4
2009-04-11 stefanoClarify documentation for put_bits_count().
2009-04-11 reimarGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-11 cehoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-10 stefanoDocument align_put_bits().
2009-04-10 stefanoDoxygenate flush_put_bits() documentation.
2009-04-10 stefanoDoxygenate put_bits_count() documentation.
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...
next