]> git.sesse.net Git - ffmpeg/history - libavcodec
rtsp: Reorder functions
[ffmpeg] / libavcodec /
2010-10-21 Baptiste Couduriercosmetics, indentation
2010-10-21 Baptiste Coudurier10l fix h263+ encoder, format will be 8, array size...
2010-10-19 Michael NiedermayerReplace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c
2010-10-18 Stefano SabatiniRemove redundant text in the log.
2010-10-18 Stefano SabatiniMake XAN decoder return meaningful error codes.
2010-10-16 Michael NiedermayerMove shared functions out of CONFIG_FFV1_ENCODER ifdef
2010-10-15 Michael NiedermayerStore slice position and size per keyframe in ffv1.2
2010-10-14 Michael NiedermayerFix indention of ffv1.c after previous commits.
2010-10-14 Michael NiedermayerStore quant table index per plane and slice.
2010-10-14 Michael NiedermayerAssert that the context doesnt overflow in ffv1.
2010-10-14 Michael NiedermayerRectangular slice support for ffv1.2
2010-10-14 James ZernFix crash when using iblock option (when a warning...
2010-10-13 Stefano SabatiniAdd support for PIX_FMT_RGBA in the targa encoder.
2010-10-13 Stefano SabatiniUse named constants defined in targa.h.
2010-10-13 Stefano SabatiniCreate a targa.h file to contain common definitions...
2010-10-12 Stefano SabatiniMake the targa encoder return sane error values rather...
2010-10-12 Stefano SabatiniTarga encoder: log error message in case the pixel...
2010-10-10 Michael NiedermayerAllow storing multiple quant tables in extradata that...
2010-10-10 Michael NiedermayerStore global things in extradata for ffv1 ver=2.
2010-10-10 Michael NiedermayerMake sure version is not decreased for 16bit per sample...
2010-10-10 Michael NiedermayerFactorize quant table read and write code in ffv1.c
2010-10-08 Martin StorsjöFix headers so that "make checkheaders" passes again
2010-10-07 Reimar DöffingerAdd d modifier to asm argument to fix nasm compilation.
2010-10-06 John StebbinsFix default value of time_offset_length.
2010-10-06 Ramiro Pollafft: mark xmm registers as clobbered in ff_imdct_calc_sse
2010-10-05 Ronald S. BultjeMMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16...
2010-10-05 Carl Eugen HoyosDo not assume PIX_FMT_YUV420P will remain the only...
2010-10-05 Tobias BindhammerCosmetics, lots of.
2010-10-05 Tobias BindhammerSkip unnecessary calculations in 4col-mode.
2010-10-05 Tobias BindhammerAdd possibility to crop screens inside of encoded frames.
2010-10-05 Tobias BindhammerAdd check for height when cropping.
2010-10-05 Tobias BindhammerIntroduce palette with dynamic size.
2010-10-05 Michael NiedermayerMove aspect ratio 0/0 avoidance code so the values...
2010-10-04 İsmail Dönmezsnowdsp: Explicitly state the operand sizes
2010-10-02 Benjamin LarssonAdd the CODEC_CAP_CHANNEL_CONF capability code and add
2010-10-02 Justin RugglesSupport decoding of FLAC files without a STREAMINFO...
2010-10-02 Reimar DöffingerFix GSM decoding: regular GSM and MSGSM do not use...
2010-10-02 Jason Garrett-GlaserMake FRAPS decoder use PC range instead of TV range
2010-10-02 Baptiste Coudurier10l fix h263 encoder resolution test, array size is...
2010-10-01 Tomas HärdinAdd pcm_lxf, a decoder for the 20-bit planar PCM format...
2010-09-30 Aurelien Jacobsadd FF_API_INOFFICIAL define to disable the deprecated...
2010-09-30 Aurelien Jacobsadd FF_API_SET_STRING_OLD define to disable the depreca...
2010-09-30 Aurelien Jacobsadd FF_API_USE_LPC define to disable the deprecated...
2010-09-30 Aurelien Jacobsadd FF_API_SUBTITLE_OLD define to disable the deprecate...
2010-09-30 Aurelien Jacobsadd FF_API_VIDEO_OLD define to disable the deprecated...
2010-09-30 Aurelien Jacobsadd FF_API_AUDIO_OLD define to disable the deprecated...
2010-09-30 NiobosFix a yuv420p sample that was incorrectly detected...
2010-09-29 Ronald S. BultjeMove static inline function to a macro, so that constan...
2010-09-29 Alexander Strangerawdec: Properly pass reordered_opaque through the...
2010-09-29 Eli FriedmanUse sse2 variant of put_pixels16() for no_rnd also...
2010-09-29 Michael NiedermayerAllow setting the impulse block bias for libvorbis...
2010-09-29 Michael NiedermayerMove allocation and init to defaults of the private...
2010-09-29 Ronald S. BultjeMerge b_idx and edge variables, and optimize the ASM...
2010-09-29 Ronald S. BultjeRemove mv_mask variable. Replace the related pand ...
2010-09-29 Ronald S. BultjeRemove d_idx as a variable, and instead load it as...
2010-09-29 Ronald S. BultjeUnroll inner bidir loop in h264_loop_filter_strength_mm...
2010-09-29 Ronald S. BultjeUnloop the outer loop in h264_loop_filter_strength_mmx2...
2010-09-29 Michael NiedermayerAdd AVClass for the private context, this will be used...
2010-09-28 Jason Garrett-GlaserTry to fix crashes introduced by r25218
2010-09-27 Michael ChinenFix index_entries pos:
2010-09-27 Baptiste CoudurierIn dv decoder, set sample aspect aspect ratio, fix...
2010-09-27 Baptiste CoudurierIn dv decoder, use the expected aspect ratio logic...
2010-09-27 Michael NiedermayerFix several security issues in flicvideo.c
2010-09-27 Jason Garrett-GlaserImprove error concealment of lost frames
2010-09-27 Stefano SabatiniBump version and update APIchanges after r25210.
2010-09-26 Martin StorsjöBump minor version for the addition of the G.722 encoder
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-26 Kostya ShishkovMake WMV3 decoder attempt to decode WMVP as well
2010-09-26 Kostya ShishkovRES_SM in WMV3 is really two flags, so split it in...
2010-09-26 Reimar DöffingerAdd d suffix to movd target register to make it work...
2010-09-26 Reimar DöffingerSplit and then simplify address generation macro.
2010-09-26 Michael NiedermayerFix rv20 encoding so the binary decoder can decode it.
2010-09-25 Stefano SabatiniReplace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDE...
2010-09-25 Maksym VeremeyenkoSupport deinterlacing of YUVJ422P in old deinterlacer.
2010-09-25 Reimar Döffingerrawdec: ensure that there is always a valid palette...
2010-09-24 Måns Rullgårdvorbisenc: remove VLAs
2010-09-24 Ronald S. BultjeRemove unused variable.
2010-09-24 Ronald S. BultjeUnroll loop in h264_idct_add16intra_sse2(). Basically...
2010-09-24 Ronald S. BultjeUnroll loop in h264_idct_add8_sse2(). This means we...
2010-09-24 Stefano SabatiniDeprecate av_opt_show() in favor of a new function...
2010-09-23 Martin StorsjöAdd a G.722 encoder
2010-09-23 Reimar Döffingerrawdec: only allocate a full-frame size buffer if it...
2010-09-21 Ivan KalvachevThe debug text output of macroblocks can indicate MB_TY...
2010-09-21 Måns Rullgårdx86: disable SSE functions using stack when stack is...
2010-09-20 Måns RullgårdARM: disable movw/movt for relocated values on Apple...
2010-09-20 Benjamin LarssonSupport deinterlacing of YUVJ420P.
2010-09-18 Måns Rullgårdx86: remove hack disabling sse2 h264 loop filter with...
2010-09-17 Vitor SessakRemove pointless semicolon
2010-09-17 Ronald S. BultjeDon't access upper 32 bits of a 32-bit int on 64-bit...
2010-09-17 Ronald S. BultjeProperly add HAVE_YASM around yasmified symbols. Should...
2010-09-17 Ronald S. BultjeMove hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from...
2010-09-17 Ronald S. BultjeMove sse16_sse2() from inline asm to yasm. It is one...
2010-09-16 Carl Eugen HoyosRemove useless comment.
2010-09-15 James DarnleyAllow float values for libmp3lame quality.
2010-09-15 Reimar DöffingerCheck avctx width/height more thoroughly (e.g. all...
2010-09-14 Måns RullgårdARM: fix NEON h264_idct_add8
2010-09-14 Ronald S. BultjeRename h264_idct_sse2.asm to h264_idct.asm; move inline...
2010-09-13 Carl Eugen HoyosReindent after r25115.
2010-09-13 Zhou ZongyiAdd R10k decoder.
2010-09-13 Carl Eugen HoyosTest lowres before codec init.
next