Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-01Remove useless context variable.Benoit Fouet
2008-10-01Merge declaration and assignment.Benoit Fouet
2008-10-01Interleaved forward/backward channels processing in order to increase chancesSiarhei Siamashka
2008-09-30Cosmetics: indentationDavid Conrad
2008-09-30Merge (vp3|theora)_calculate_pixel_addressesDavid Conrad
2008-09-30Missed hunks of last commitDavid Conrad
2008-09-30Remove unused vp3 debugging infoDavid Conrad
2008-09-30Move iv_decode_frame function to remove a forward declaration.Benoit Fouet
2008-09-30Remove useless lines.Benoit Fouet
2008-09-30Reindent whole file.Benoit Fouet
2008-09-30Indent.Benoit Fouet
2008-09-30Simplify iv_free_func().Benoit Fouet
2008-09-30Move allocated buffer out of YUV buffer structure.Benoit Fouet
2008-09-30Remove useless initializations.Benoit Fouet
2008-09-30Check allocations on init.Benoit Fouet
2008-09-30Remove useless test.Benoit Fouet
2008-09-30CosmeticsBenoit Fouet
2008-09-30use uint8_t instead of unsigned charBenoit Fouet
2008-09-30Corrector type fits in 8 bits.Benoit Fouet
2008-09-30Remove useless casts and use variable instead of its type in sizeof.Benoit Fouet
2008-09-30Change table types to uint8_tBenoit Fouet
2008-09-30Downgrade severity of leftover bits in header packets, and don't check for th...David Conrad
2008-09-30Allocate 1 line more in the chroma plane for H.264, this avoids someMichael Niedermayer
2008-09-30Replace second (and wrong) call to avcodec_align_dimensions() by adjustingMichael Niedermayer
2008-09-30Do not attempt to perform error concealment in lowres mode as this isMichael Niedermayer
2008-09-30atrac3: ensure input frame is not overwritten (it is const)Aurelien Jacobs
2008-09-30Use skip_frame for keyframe-only decoding rather than #ifdefDavid Conrad
2008-09-29Fix a warning about an undefined function when compiling h264.cCarl Eugen Hoyos
2008-09-29Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun
2008-09-29Guess picture type from picture coding extension when the main header is dama...Michael Niedermayer
2008-09-28Document the directpred auto value.Francesco Cosoleto
2008-09-28Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputilsSiarhei Siamashka
2008-09-27Replace apparently always true condition by assert().Michael Niedermayer
2008-09-27Simplify pix_fmt_id instead of listing a subset of non-simplified ones.Michael Niedermayer
2008-09-27Check the 4th plane too when selecting the pixfmt.Michael Niedermayer
2008-09-26Simplify: avoid duplication backward_filter()Vitor Sessak
2008-09-26Remove unused variable.Diego Biurrun
2008-09-26Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson
2008-09-26Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.Michael Niedermayer
2008-09-26Do instead of divising a float by a constant, multiply by its inverseVitor Sessak
2008-09-25Ensure that no non-existing frame is used.Michael Niedermayer
2008-09-25Do not free sps & pps on width/height changes.Michael Niedermayer
2008-09-25Do not use the generic "alloc missing references" code for h.264 as it doesMichael Niedermayer
2008-09-25Initialize next/last_picture* as the generic code does not alwaysMichael Niedermayer
2008-09-25Print which slices are IDR not just the slice type.Michael Niedermayer
2008-09-25Fix CAVLC+8x8+MBAFF loop filter.Michael Niedermayer
2008-09-25Field -> MBAFF direct mode can use data from fields that are notMichael Niedermayer
2008-09-25Move constant multiplication out of the loopVitor Sessak
2008-09-25Cosmetics: move convolve() together with the other DSP functionsVitor Sessak
2008-09-25Simplify: move division by constant off the loopVitor Sessak