]> git.sesse.net Git - ffmpeg/history - libavcodec
sdp: Only specify the TTL for IPv4 addresses
[ffmpeg] / libavcodec /
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.
2010-09-11 Justin RugglesSet a constant frame size for encoding G.726 audio.
2010-09-11 Måns Rullgårdtta: remove stray semicolon
2010-09-10 James DarnleyAllow mpeg encoding with qscale and very low frame...
2010-09-10 Marcelo Galvăo PóvoaMove AMR-NB frame unpacking code to a common file so...
2010-09-10 Luca BarbatoUpdate H263_AIC asm offset for the apple variant
2010-09-10 Alex Converseaacdec: Rework channel mapping compatibility hacks.
2010-09-10 Reimar DöffingerFix 24 bpp CSCD decoding, as for Windows bitmaps in...
2010-09-10 Martin StorsjöAllow the lowres option to affect audio codecs, too
2010-09-10 Jason Garrett-GlaserLGPL SSE2 H.264 iDCT
2010-09-09 Reimar DöffingerFix indentation.
2010-09-09 Martin StorsjöAdd G.722 ADPCM audio decoder
2010-09-08 Diego BiurrunUse filename as pattern for multiple inclusion guards.
2010-09-08 Diego BiurrunAdd missing stdint.h #include; necessary to pass 'make...
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-08 Stefano SabatiniRemove reference to not anymore existing symbol has_alt...
2010-09-08 Stefano SabatiniMerge has_altivec() function into mm_support(), remove...
2010-09-08 Reimar DöffingerOnly draw the actually visible area in vp3_draw_horiz_band.
2010-09-07 Stefano SabatiniRemove use of deprecated functions av_image_fill_pointe...
2010-09-07 Stefano SabatiniReindent.
2010-09-07 Stefano SabatiniMove av_picture_data_copy() to libavcore, and rename it
2010-09-07 Stefano SabatiniReimplement av_picture_data_copy() avoiding the use...
next