]> git.sesse.net Git - ffmpeg/history - libavcodec
avcodec: add bmp parser
[ffmpeg] / libavcodec /
2012-08-07 Paul B Maholavcodec: add bmp parser
2012-08-07 Michael Niedermayermpegaudiodec: replace assert() by check under #ifdef...
2012-08-06 Michael Niedermayerproresenc_kostya: do not attempt to free random things
2012-08-06 Michael Niedermayerh264: disable assert on current_picture_ptr being null.
2012-08-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-06 Michael Niedermayermsrle: fix extradata palette handling
2012-08-06 Diego Biurrunnuv: K&R formatting cosmetics
2012-08-06 Michael Niedermayermpegvideo: remove last_picture_ptr / h264 assert.
2012-08-06 Michael Niedermayermpegvideo.c: convert some asserts to av_assert
2012-08-06 Michael Niedermayersvq1enc: set picture_structure correctly
2012-08-06 Michael Niedermayermpegvideo_enc: switch some assert to av_assert
2012-08-06 Michael Niedermayermpegvideo_enc: remove assert that has become obsolete...
2012-08-06 Janne Grunaunuv: check RTjpeg header for validity
2012-08-06 Janne GrunauRevert "nuv: check per-frame header for validity."
2012-08-06 Mans Rullgardimc: remove unused field IMCContext.one_div_log2
2012-08-06 Mans Rullgardimc: fix size of a memset()
2012-08-06 Mans Rullgardimc: remove empty if() block
2012-08-06 Michael Niedermayershorten: fix cmd type
2012-08-06 Paul B Maholmpc7: remove duplicated definitions
2012-08-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-05 Diego Biurrunx86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_a...
2012-08-05 Paul B Mahollibtwolame MP2 encoding support
2012-08-05 Derek Buitenhuisdpx: Make start offset unsigned
2012-08-05 Philip Langdaleass subtitles: Fix valgrind warnings.
2012-08-05 Michael Niedermayerlibavcodec/options_table: mark flags as also for subtitles
2012-08-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-04 Derek Buitenhuiscosmetics: Fix a few switched periods and linebreaks
2012-08-04 Michael NiedermayerMerge remote-tracking branch 'dwbuiten/master'
2012-08-04 Philip Langdalemovtextenc: Remove dangling reference to movtext.h
2012-08-04 Derek Buitenhuiszerocodec: Fix memleak in decode_frame
2012-08-04 Derek Buitenhuiszerocodec: Cosmetics
2012-08-04 Derek Buitenhuiszerocodec: Fix memleak in decode_frame
2012-08-04 Derek Buitenhuiszerocodec: Cosmetics
2012-08-04 Philip Langdalemovtextenc: 3GPP TS 26.245 Timed Text Encoder.
2012-08-04 Michael Niedermayerh264: print num_reorder_frames in debug output
2012-08-03 Mans RullgardARMv6: vp8: fix stack allocation with Apple's assembler
2012-08-03 Mans RullgardARM: vp56: allow inline asm to build with clang
2012-08-03 Ronald S. Bultjefft: 3dnow: fix register name typo in DECL_IMDCT macro
2012-08-03 Michael Niedermayermotion_est_template: switch to av_assert
2012-08-03 Michael Niedermayerdvdec: switch to av_assert
2012-08-03 Michael Niedermayerg732_1: reduce difference to qatar
2012-08-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-03 Diego Biurrunx86: dct32: port to cpuflags
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-08-03 Michael Bradshawlibopenjpegdec: increase max lowres from 5 to 31
2012-08-03 Ronald S. BultjeRevert "wmapro: prevent division by zero when sample...
2012-08-03 Sean McGovernwmapro: prevent division by zero when sample rate is...
2012-08-03 Ronald S. Bultjelagarith: fix color plane inversion for YUY2 output.
2012-08-03 Ronald S. Bultjelagarith: pad RGB buffer by 1 byte.
2012-08-03 Ronald S. Bultjedsputil: make add_hfyu_left_prediction_sse4() support...
2012-08-03 Mashiat Sarker Sha... vc1dec: Remove separate scaling function for interlaced...
2012-08-03 Mashiat Sarker Sha... vc1dec: Invoke edge_emulation regardless of MV precision
2012-08-03 Stefano Sabatinilavc/utils: rename ff_init_buffer_info() pic parameter...
2012-08-03 Stefano Sabatinilavc/utils: generalize ff_init_buffer_info() and use...
2012-08-03 Clément BœschFix misc swapped dot and carriage returns in av_log...
2012-08-03 Piotr Bandurskicllc: fix typo in the error message
2012-08-03 Diego Biurrunx86: Use consistent 3dnowext function and macro name...
2012-08-03 Kostya Shishkovg723_1: scale output as supposed for the case with...
2012-08-03 Kostya Shishkovg723_1: increase excitation storage by 4
2012-08-03 Kostya Shishkovg723_1: fix upper bound parameter from inverse maximum...
2012-08-03 Kostya Shishkovg723_1: make scale_vector() behave like the reference
2012-08-03 Kostya Shishkovg723_1: fix off-by-one error in normalize_bits()
2012-08-03 Kostya Shishkovg723_1: save/restore excitation with offset to store...
2012-08-03 Sean McGovernwmapro: prevent division by zero when sample rate is...
2012-08-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-02 Diego Biurrunx86: proresdsp: improve SIGNEXTEND macro comments
2012-08-02 Ronald S. Bultjefft: port FFT/IMDCT 3dnow functions to yasm, and disabl...
2012-08-02 Derek Buitenhuiseamad: Use dsputils instead of its own bswap16_buf
2012-08-02 Michael Niedermayerflacenc: switch to av_assert
2012-08-02 Michael Niedermayerflacdec: switch to av_assert
2012-08-02 Diego Biurrunx86: h264dsp: K&R formatting cosmetics
2012-08-02 Ronald S. Bultjex86: fft: fix imdct_half() for AVX
2012-08-02 Mans Rullgardvc1dec: remove useless #include simple_idct.h
2012-08-02 Mans Rullgarddct-test: always link with aandcttab.o
2012-08-02 Mans Rullgardvp8: pack struct VP8ThreadData more efficiently
2012-08-02 Mans Rullgardx86: remove libmpeg2 mmx(ext) idct functions
2012-08-02 Michael Niedermayervorbisdec: fix heap buffer overflow.
2012-08-02 Michael Niedermayermpegaudio_tablegen: try to fix hardcoded tables
2012-08-02 Michael NiedermayerMerge remote-tracking branch 'dwbuiten/master'
2012-08-02 Michael Niedermayermp3dec: adjust IMDCT scaling to avoid overflows
2012-08-02 Derek Buitenhuiseamad: Use dsputils instead of a custom bswap16_buf
2012-08-02 Derek BuitenhuisCanopus Lossless decoder
2012-08-02 Derek BuitenhuisCanopus Lossless decoder
2012-08-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-01 Paul B Maholalac: remove redundant "alac: " from log messages
2012-08-01 Reimar Döffingernuv: Fix playback of RTjpeg from current MythTV,
2012-08-01 Reimar Döffingernuv: check size of buffer before accessing it instead...
2012-08-01 Diego Biurrundca: Switch dca_sample_rates to avpriv_ prefix; it...
2012-08-01 Mans RullgardARM: use =const syntax instead of explicit literal...
2012-08-01 Mans RullgardARM: use standard syntax for all LDRD/STRD instructions
2012-08-01 Nicolas George8svx: ensure that packet size is multiple of channels.
2012-08-01 Ronald S. Bultjefft: port FFT/IMDCT 3dnow functions to yasm, and disabl...
2012-08-01 Ronald S. Bultjedct-test: allow to compile without HAVE_INLINE_ASM.
2012-08-01 Ronald S. Bultjex86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.
2012-08-01 Paul B Maholpaf: use reget_bufer() instead of get_buffer()
2012-08-01 Michael Niedermayerh264_mc_template: switch to av_assert
2012-08-01 Michael Niedermayerg722enc: switch to av_assert
2012-07-31 Diego Biurrundca: Move tables used outside of dcadec.c to a separate...
2012-07-31 Diego Biurrundca: Rename dca.c ---> dcadec.c
2012-07-31 Diego Biurrunx86: h264dsp: Remove unused variable ff_pb_3_1
next