]> git.sesse.net Git - ffmpeg/history - libavcodec
use lzw compression in gif encoder
[ffmpeg] / libavcodec /
2009-12-03 Baptiste Coudurieruse lzw compression in gif encoder
2009-12-03 Loren Merrittport ape dsp functions from sse2 to mmx
2009-12-03 Loren Merrittavoid an unpredictable branch
2009-12-03 Loren Merrittinline to allow constant propagation
2009-12-02 Philipp Matthias... Revert r20095: Allow compiling to vorbis again.
2009-12-02 Baptiste Coudurierpass avctx as argument instead of width and height
2009-12-02 Baptiste Coudurierremove useless params
2009-12-02 Baptiste Coudurierremove useless params
2009-12-02 Baptiste Couduriermove private context declaration at the top
2009-12-02 Michael NiedermayerFix 1 pass RC in snow.
2009-12-02 Måns RullgårdARM: 1l c&p fix: do not set pred16x16_plane for rv40
2009-12-02 Måns RullgårdARM: NEON optimised H264 16x16, 8x8 pred
2009-12-02 Alex ConverseAAC: Add a global header but output not locked output...
2009-12-02 Alex ConverseSet the SBR mode to implicit on ADTS frames occurring...
2009-12-02 Mike MelansonSmall refactoring: Instead of 4 loops for decoding...
2009-12-02 Mike MelansonUse a list to track which fragments coded in this frame...
2009-12-02 Måns RullgårdARM: small tweak of NEON H264 IDCT
2009-12-02 Måns RullgårdARM: NEON 2xN chroma MC
2009-12-02 Måns RullgårdARM: NEON 16x16 and 8x8 avg qpel MC
2009-12-01 Baptiste Coudurierfix typo, ALT_BITSTREAM_WRITER_LE does not exist
2009-12-01 Michael NiedermayerStore original width/height so that rv20 does not get...
2009-12-01 Michael NiedermayerMake rv1/2 decoder use the next slice if needed.
2009-12-01 Michael NiedermayerSupport ASCII pnms.
2009-12-01 Jai Menonpngdec.c : release allocated buffers.
2009-12-01 Michael Niedermayerslif aka "SoftLab MPEG-2 I-frames Codec" support.
2009-12-01 Michael Niedermayer4:2:2 4:4:4 bugfix for the error concealment code.
2009-11-30 Stefano SabatiniRename parameters of put_sbits() to make them consisten...
2009-11-30 Michael NiedermayerMove "slice below image" check from mpeg_decode_slice...
2009-11-30 Michael NiedermayerMove dummy picture allocation code from mpeg1/2 to...
2009-11-30 Michael NiedermayerDisable error resilience for field pictures, this was...
2009-11-30 Michael NiedermayerSet mb_y in mpeg2 field pictures like h264 does.
2009-11-30 Michael NiedermayerMake ""MPEG motion vector out of boundary" message...
2009-11-30 Attila KinaliFix an issue uncovered by commit 20623:
2009-11-30 Michael NiedermayerStart decoding from seq/gop too, not just I frames.
2009-11-30 Michael NiedermayerFix dual prime motion compensation in field pictures.
2009-11-29 Stefano SabatiniUse more consistent / meaningful parameter names for the
2009-11-29 Måns Rullgårdnellymoser: use constant seed for dithering RNG
2009-11-29 Måns Rullgårdcook: use constant seed for dithering RNG
2009-11-29 Michael NiedermayerPrint errors instead of just ignoring contradictionary...
2009-11-29 Michael NiedermayerOverride a few values read so as to ensure that things...
2009-11-29 Michael NiedermayerRestructure dummy frame allocation.
2009-11-29 Michael NiedermayerMake sure field_select is not set to nonsensical values...
2009-11-28 Michael NiedermayerFactorize "s->first_slice = 1" out.
2009-11-28 Michael NiedermayerAlso check the location of the picture start code and...
2009-11-28 Michael NiedermayerCheck order of startcodes, ignore some obviously wrong...
2009-11-28 Michael NiedermayerMove mpeg_decode_postinit() out of bitstream decoding...
2009-11-28 Michael NiedermayerInline mpeg_decode_extension, will simplify future...
2009-11-28 Michael NiedermayerSimplify mpeg_decode_user_data()
2009-11-28 Stefano SabatiniFix put_bits32() doxy.
2009-11-28 Stefano SabatiniConsistently put braces for function definitions.
2009-11-28 Stefano SabatiniFix typo, "Write" -> "Writes".
2009-11-28 Stefano SabatiniUse pixel formats names defined in av_pix_fmt_descripto...
2009-11-28 Stefano SabatiniRemove unused PixFmtInfo.is_hwaccel field.
2009-11-26 Reimar DöffingerAdd support for hardcoding the motionpixels rgb to...
2009-11-26 Reimar Döffinger10l, pix_fmt should be set by the motionpixels decoder...
2009-11-26 Stefano SabatiniMake avcodec_get_pix_fmt_name() use av_pix_fmt_descript...
2009-11-26 Jai MenonAllow decoders to correctly set the sample format by...
2009-11-26 Stefano SabatiniRemove x_chroma_shift and y_chroma_shift fields from...
2009-11-26 Måns RullgårdRevert "Add required header #include to fix 'make check...
2009-11-26 Diego Biurruncosmetics: K&R style, prettyprinting
2009-11-26 Diego BiurrunMark apply_mdct() function as static; it is only used...
2009-11-26 Stefano SabatiniUse av_pix_fmt_descriptors in avcodec_get_chroma_sub_sa...
2009-11-25 Stefano SabatiniUse av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt...
2009-11-25 Diego Biurrun-DFRAC_BITS must be added to CPPFLAGS when compiling...
2009-11-25 Diego BiurrunAdd required header #include to fix 'make checkheaders'.
2009-11-25 Ramiro PollaFix nv12/nv21 handling. linesize for plane 1 should...
2009-11-25 David ConradSupport compiling against libtheora older than 1.1
2009-11-24 Vitor SessakMake lsp2polyf() function non-static for upcoming usage...
2009-11-24 Jason Garrett-GlaserAdd weightp support in API for libx264.
2009-11-24 Reimar DöffingerCall ff_find_hwaccel() after calling avcodec_set_dimens...
2009-11-24 Måns RullgårdWMA: extend exponent range to 95
2009-11-24 Kostya ShishkovCall avcodec_set_dimensions() instead of simply setting...
2009-11-23 Vitor SessakAdd missing include. Fix the following compiler warnings:
2009-11-23 Måns RullgårdWMA: extend exponent table up to 75
2009-11-23 Michael NiedermayerUse avcodec_set_dimensions()
2009-11-23 Michael NiedermayerCorrect order of arguments for avcodec_check_dimensions().
2009-11-23 Michael NiedermayerMake sure avcodec_set_dimensions() is used when rv20...
2009-11-22 Vitor SessakMake sorting function used in TwinVQ a shared function
2009-11-22 David ConradSet colorspace for libtheora encoding
2009-11-22 David ConradSupport 4:2:2 and 4:4:4 subsampling in libtheora encoding
2009-11-22 David ConradAdd support for two pass encoding in libtheora
2009-11-22 David ConradUpdate libtheora wrapper to use the 1.0 API
2009-11-22 Kostya ShishkovUpdate dimensions in AVCodecContext when RV3/4 frame...
2009-11-21 Alex Converse10l: Fix inverted if-condition from r20448. Fixes issue...
2009-11-21 Robert KrügerFactorize av_get_bit_rate (for future use outside of...
2009-11-20 Michael NiedermayerAllocate pictures with enough padding for jpeg.
2009-11-20 Reimar DöffingerIn win32 thread implementation do not access jobnr...
2009-11-20 Daniel VerkampAdd codec id for Flash screen codec v2 and hook it...
2009-11-20 Ramiro PollaIndent
2009-11-20 Kostya ShishkovImplement missing case for decoding samples with large...
2009-11-20 Kostya Shishkovcosmetics: break some long lines and insert few spaces
2009-11-20 Kostya Shishkov10l trocadero: ZMBV encoder used zero score to detect...
2009-11-20 Baptiste Coudurieravoid integer overflow in dnxhd encoder, fixes #1557
2009-11-19 Baptiste Coudurierclarify why the encoder is failing
2009-11-19 Stefano SabatiniFix name for PIX_FMT_NV21 PixFmtInfo entry.
2009-11-19 Reimar DöffingerDisable image flipping during JPEG decoding if CODEC_FL...
2009-11-19 Baptiste CoudurierRevert r20548, it was a dream. It seems faad does not...
2009-11-18 Baptiste Coudurierfaad needs CODEC_CAP_DELAY, otherwise you miss last...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
next