]> git.sesse.net Git - ffmpeg/history - libavcodec
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
[ffmpeg] / libavcodec /
2009-07-22 Diego BiurrunDo not redundantly check for both CONFIG_THEORA_DECODER...
2009-07-22 Diego BiurrunMake Theora decoder depend on the VP3 decoder.
2009-07-22 Diego BiurrunAdd missing stdint.h #include to fix 'make checkheaders'.
2009-07-22 Alex ConverseRevert unintended portion of last commit. (Setting...
2009-07-22 Alex ConverseBe sure to increment our position in the coefficient...
2009-07-21 Diego BiurrunMake E-AC-3 decoder depend on the AC-3 decoder.
2009-07-20 Måns RullgårdARM: handle VFP register arguments in ff_vector_fmul_wi...
2009-07-20 Måns RullgårdARM: check for VFP register arguments
2009-07-20 Alex ConverseRemove an unused field from the BandCodingPath struct.
2009-07-20 Alex ConverseActually use all the codebooks we are iterating over...
2009-07-20 Alex ConverseFix an integer overflow in the AAC encoder.
2009-07-20 Diego BiurrunMake VP6A/VP6F decoders depend on the VP6 decoder.
2009-07-19 Diego BiurrunRemove two more lines related to the WMV3 decoder.
2009-07-19 Diego BiurrunMake WMV3 decoders depend on their VC-1 counterparts.
2009-07-17 Alex ConverseReplace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a...
2009-07-17 Alex ConverseDead code removal in the AAC encoder.
2009-07-17 Carl Eugen HoyosIcc 11.1 still does not align the stack pointer, disabl...
2009-07-16 Alex ConverseAdd iirfilter to the TESTPROGS variable (and target)
2009-07-16 Alex ConverseWhen calculating AAC quantized band cost, don't leave...
2009-07-16 Alex ConverseIIR filter test program.
2009-07-16 Diego Biurruncosmetics: Move some code blocks to reduce the number...
2009-07-14 Janne GrunauSet subtitle type in DVB subtitle decoder.
2009-07-14 Alex ConverseUse cutoff frequency to adjust bandwidth in the generic...
2009-07-13 David ConradFix "warning: assignment discards qualifiers from point...
2009-07-13 Art ClarkeFix memory leak in libtheora encoder
2009-07-12 Diego BiurrunMake VAAPI/VDPAU variant of decoder foo depend on decod...
2009-07-10 Alex ConverseCosmetics: reindent after last commit
2009-07-10 Alex ConverseIgnore subsequent channel configurations after the...
2009-07-10 Alex ConverseMark iir filter init and free functions av_cold.
2009-07-10 Alex ConverseFix "iirfilter.c:55: warning: unused variable ‘size’"
2009-07-10 Alex ConverseEliminate use of complex.h from iirfilter.c
2009-07-09 Alex ConverseChange fminf/fmaxf to FFMIN/FFMAX to fix the build...
2009-07-09 Måns RullgårdFix declarations of complex numbers
2009-07-08 Alex ConverseReindent after last commit
2009-07-08 Alex ConversePrevent AAC frame size overflows.
2009-07-08 Alex ConverseRefactor windowing and early psy from bitstream writing...
2009-07-08 Alex ConverseTurn on AAC rate control.
2009-07-08 Diego Biurruncosmetics: Remove unnecessary {} around if/for blocks;
2009-07-08 Diego Biurruncosmetics: prettyprinting, K&R style, break overly...
2009-07-08 Alex ConverseCosmetics: Pretty print the AAC encoder.
2009-07-08 Alex ConverseMerge the AAC encoder from SoC svn. It is still conside...
2009-07-08 Reimar DöffingerAdd extra validation checks to ff_vorbis_len2vlc.
2009-07-08 Reimar DöffingerMake sure that values generated for ff_vorbis_len2vlc in
2009-07-08 Alexis BallierAdd PIX_FMT_ARGB encoding to qtrle.
2009-07-07 Diego Biurrunwhitespace cosmetics: Realign colums after last commit.
2009-07-07 Diego BiurrunCheck for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER...
2009-07-07 Diego BiurrunRemove support for nonfree libamr library for AMR-NB...
2009-07-06 Reimar DöffingerChange av_free to av_freep
2009-07-06 Reimar DöffingerReallocate internal buffer when coded frame size changes.
2009-07-06 Reimar DöffingerChange iv_decode_frame to get AVCodecContext as argumen...
2009-07-06 Reimar DöffingerRemove useless ret variable added in last revision...
2009-07-06 Reimar Döffinger100l, theora_decode_init must pass on errors from vp3_d...
2009-07-06 Reimar DöffingerMake decode_init fail if the huffman tables are invalid...
2009-07-05 Reimar DöffingerEnsure that the filter limit values do not exceed the...
2009-07-05 Reimar DöffingerExtend init_loop_filter to work for filter limit values...
2009-07-05 Reimar DöffingerAdd a check to vp6_parse_coeff_huffman to ensure it...
2009-07-05 Aurelien Jacobsvp56dec: ensure range coder won't read past the end...
2009-07-05 Reimar DöffingerCheck that palctrl is available on init instead of...
2009-07-04 Loren Merrittfix a buffer overrun on corrupt huffyuv streams
2009-07-04 David ConradARM: NEON VP3 IDCT
2009-07-04 Reimar DöffingerIf the end of the input buffer is reached while decodin...
2009-07-04 Reimar DöffingerMake the MJPEG decoder return -1 when no image was...
2009-07-04 Reimar DöffingerAdd a got_picture flag to MJpegDecodeContext which...
2009-07-04 Reimar Döffingermjpegdec: check that the coded dc_index and ac_index...
2009-07-04 Alexander StrangeH.264: Check the return value of decode_vui_parameters()
2009-07-03 Alexander StrangeH.264: Don't set data_partitioning for invalid NAL_DPA.
2009-07-02 Art ClarkeCleanup properly at the end of MPEG Audio parsing.
2009-07-01 Baptiste CoudurierRevert r19317, "simplify slice_end, return size of...
2009-07-01 Michael Niedermayerindent
2009-07-01 Michael NiedermayerMake sure we dont read over the end.
2009-07-01 Måns RullgårdFix potentially unaligned accesses in ff_copy_bits()
2009-07-01 Baptiste Couduriersimplify slice_end, return size of output frame
2009-07-01 Kostya ShishkovRV3/4 intra types array causes alignment issues (at...
2009-07-01 Måns RullgårdFix argument type mismatches for av_picture_crop and...
2009-07-01 Baptiste Coudurieradd missing \n to error message
2009-07-01 Måns RullgårdADPCM: remove unreachable break statement after return
2009-06-30 Jason Garrett-GlaserFix libx264.c to not drop SEI userdata from x264 encoder.
2009-06-30 Reimar DöffingerFix nalsize check to avoid an integer overflow that...
2009-06-30 Stefan Gehrerfix slice header checking
2009-06-30 Michael NiedermayerDrop code that attempts to decode frames that are prefi...
2009-06-30 Kostya ShishkovSupport RGB48 PNG decoding
2009-06-30 Michael NiedermayerRewrite mp3 parser. New code is much simpler and does...
2009-06-29 Ronald S. BultjeAdd doxy to av_log_missing_feature() etc. stating that...
2009-06-29 Ronald S. BultjeMove av_log_missing_feature() from the internal.h to...
2009-06-29 Ronald S. BultjeRename ff_log_missing_feature() to av_log_missing_featu...
2009-06-29 David ConradRevert r19149 "Disable native Vorbis encoder"
2009-06-27 Carl Eugen HoyosReplace an occurence of -1 by PIX_FMT_NONE, fixes icc...
2009-06-26 Vladimir VoroshilovPitch delay decoding
2009-06-26 Vladimir VoroshilovReplace pitch_delay_int array with single variable.
2009-06-24 Stefano SabatiniRewrite doxy for av_strtod().
2009-06-24 Haruhiko YamagataImprove wording: s/reseted/reset
2009-06-24 Vladimir VoroshilovLSF (Line Spectral Frequencies) decoding routine.
2009-06-23 Haruhiko YamagataFix H.264 picture reordering, 2nd try.
2009-06-23 Brian CrowellMake documentation better match the code. Now AVCodecCo...
2009-06-23 Kostya ShishkovEdge emulation should be used in B-frame MC in mspel...
2009-06-22 Stefano SabatiniExport av_strtod() to eval.h.
2009-06-21 Stefano SabatiniCosmetics: rename 'name' av_strtod() param to 'numstr...
2009-06-21 Baptiste CoudurierFetch timestamp for the first frame of field only if...
2009-06-20 Carl Eugen HoyosRevert r19239: It broke four conformance tests.
2009-06-20 Vladimir VoroshilovConvertion of LSF values to coefficients of linear...
next