]> git.sesse.net Git - ffmpeg/history - libavcodec
x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been declared
[ffmpeg] / libavcodec /
2012-09-13 Martin Storsjöx86: ac3dsp: Only refer to the ac3_downmix_sse symbol...
2012-09-12 Mans Rullgardac3: move ac3_downmix() from dsputil to ac3dsp
2012-09-12 Tim Walkermlp_parser: avoid mapping multiple disctinct TrueHD...
2012-09-11 Diego Biurrunutvideoenc: Add missing AV_ prefix to codec ID
2012-09-11 Diego Biurrunx86: dsputil: Move specific optimization settings out...
2012-09-10 Diego Biurrunx86: dsputil: Only compile motion_est code when encoder...
2012-09-09 Samuel Pitoisetrtp: Depacketization of JPEG (RFC 2435)
2012-09-09 Martin StorsjöRename ff_put_string to avpriv_put_string
2012-09-09 Samuel Pitoisetmjpeg: Rename some symbols to avpriv_* instead of ff_*
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-09-08 Hendrik Leppkesx86: mlpdsp: mlp_filter_channel_x86 requires inline asm
2012-09-07 Diego Biurrunx86: more specific checks for availability of required...
2012-09-07 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffix from dsputil...
2012-09-07 Mans Rullgardcavsdsp: set idct permutation independently of dsputil
2012-09-07 Mans Rullgardx86: allow using add_hfyu_median_prediction_cmov on...
2012-09-06 Alberto Delmásmss2: simplify loop in decode_rle()
2012-09-06 Alberto Delmásmss12: avoid unnecessary division in arith*_get_bit()
2012-09-06 Alberto Delmásmss2: do not try to read too many palette entries
2012-09-06 Janne Grunaumpegvideo: set AVFrame fields to NULL after freeing...
2012-09-06 Diego Biurrunx86: dsputil: Do not redundantly check for CPU caps...
2012-09-05 Hendrik Leppkesx86: vp56: cmov version of vp56_rac_get_prob requires...
2012-09-05 Luca Barbatodsputil: workaround __VA_ARGS__ missing tokenization...
2012-09-05 Martin Storsjöparser: Don't use pc as context for av_dlog
2012-09-05 Michael Niedermayerh264: Remove an assert on current_picture_ptr being...
2012-09-04 Martin Storsjöavopt: Explicitly store float/double option defaults...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-09-04 Michael Niedermayersvq1enc: Set picture_structure correctly
2012-09-04 Michael Niedermayermpegvideo: remove last_picture_ptr / h264 assert.
2012-09-04 Michael Niedermayermpegvideo_enc: remove assert that has become obsolete...
2012-09-04 Michael Niedermayerelbg: Fix an assert
2012-09-04 Martin Storsjöproresenc: Don't free a buffer not owned by the codec
2012-09-04 Martin Storsjöproresenc: Write the full value in one put_bits call
2012-09-04 Michael Niedermayeradpcmenc: Calculate the IMA_QT predictor without overflow
2012-09-03 Diego Biurrunx86: h264dsp: drop some unnecessary ifdefs around proto...
2012-09-03 Alberto Delmásmss12: merge decode_pixel() and decode_top_left_pixel()
2012-09-03 Alberto Delmásmss12: reduce SliceContext size from 1067 to 164 KB
2012-09-03 Alberto Delmásmss12: move SliceContexts out of the common context...
2012-09-03 Diego Biurrunbuild: avcodec: order cosmetics
2012-09-03 Diego Biurrunintrax8dsp: Add missing #include to make header standalone
2012-09-03 Diego BiurrunDelete motion-test tool; it is of doubtful utility.
2012-09-02 Mans Rullgardintrax8: move functions from dsputil to own context
2012-08-31 Alberto DelmásMSS1 and MSS2: set final pixel format after common...
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunx86: Fix linking with some or all of yasm, mmx, optimiz...
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-30 Kostya Shishkovg723_1: add comfort noise generation
2012-08-30 Michael Niedermayerutvideoenc: Switch to dsputils' median prediction
2012-08-30 Michael Niedermayerutvideoenc: Avoid writing into the input picture
2012-08-30 Anton Khirnovlavc: add lossy/lossless codec properties.
2012-08-29 Anton KhirnovAdd reminders to update the codec descriptor list with...
2012-08-28 Diego Biurrunx86: Always compile files with functions that are calle...
2012-08-28 Diego Biurrunx86: mpegvideoenc: fix linking with --disable-mmx
2012-08-28 Diego Biurrunx86: mpegvideoenc: Do not abuse HAVE_ variables for...
2012-08-28 Martin Storsjötestprogs: Remove unused includes
2012-08-28 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffixes from filenames
2012-08-28 Diego Biurrunx86: avcodec: Drop silly "_sse" suffixes from filenames
2012-08-28 Michael Niedermayerutvideoenc: use ff_huff_gen_len_table
2012-08-28 Michael Niedermayerhuffman: add ff_huff_gen_len_table
2012-08-28 Reimar Döffingercllc: simplify/fix swapped data buffer allocation.
2012-08-28 Martin Storsjöh264: Check that the codec isn't null before accessing it
2012-08-28 Martin Storsjöaudio_frame_queue: Define af_queue_log_state before...
2012-08-28 Kostya Shishkovvc1: export some functions
2012-08-27 Mans RullgardRevert "dsputil: make {add/put/put_signed}_pixels_clamp...
2012-08-27 Diego Biurrunbuild: Restore dependency of acelp_filters.o on celp_math.o
2012-08-27 Diego Biurruncelp_math: Replace duplicate ff_dot_productf() by ff_sc...
2012-08-27 Diego Biurruncelp_math: Move ff_cos() to the only place it is used
2012-08-27 Derek Buitenhuisvp56: Don't use DECLARE_ALIGN on a typedef name
2012-08-27 Kostya Shishkovmss1: move code that will be reused by MSS2 decoder...
2012-08-27 Kostya Shishkovmss1: merge decode_intra() and decode_inter()
2012-08-27 Luca Barbatohuffyuv: update to current coding style
2012-08-27 Luca Barbatohuffman: update to current coding style
2012-08-27 Diego Biurrunbuild: fft: x86: Drop unused YASM-OBJS-FFT- variable
2012-08-26 Diego Biurrunaudio_frame_queue: Clean up ff_af_queue_log_state debug...
2012-08-26 Diego Biurrundwt: Remove unused code.
2012-08-26 Mans Rullgardcavs: convert cavsdata.h to a .c file
2012-08-26 Diego Biurruncavs: Move inline functions only used in one file out...
2012-08-26 Diego Biurruncavs: Move data tables used in only one place to that...
2012-08-25 Mans Rullgardx86: fft: remove unused fft_dispatch* functions
2012-08-25 Derek Buitenhuiscllc: Pad swapped buffer
2012-08-24 Jan Ekströmutvideodec: Fix single symbol mode decoding
2012-08-24 Mans Rullgardtruespeech: drop useless casts
2012-08-24 Mans Rullgardlibavcodec: drop bogus dependencies from mpc[78] and...
2012-08-24 Mans Rullgardmpegaudio: move ff_mpa_enwindow to a separate file
2012-08-24 Anton KhirnovAVOptions: store defaults for INT64 options in int64...
2012-08-24 Diego Biurrunx86: mpegvideo: more sensible names for optimization...
2012-08-24 Diego Biurrunx86: mpegvideoenc: Split optimizations off into a separ...
2012-08-24 Diego Biurrundnxhdenc: x86: more sensible names for optimization...
2012-08-24 Diego Biurrunsvq1/svq3: Move common code out of SVQ1 decoder-specifi...
2012-08-24 Jordi Ortizdirac: add Comments and references to the standard
2012-08-22 Justin Rugglesvorbisenc: set AVCodecContext.bit_rate to 0
2012-08-22 Justin Rugglesvorbisenc: fix quality parameter
2012-08-22 Justin Ruggleslpc: fix alignment of windowed samples for odd maximum...
2012-08-22 Justin Rugglesalacenc: use s16p sample format as input
2012-08-22 Justin Rugglesalacenc: remove unneeded sample_fmt check
2012-08-22 Justin Rugglesalacenc: fix max_frame_size calculation for the final...
2012-08-22 Justin Rugglesadpcm_swf: Use correct sample offsets when using trellis.
2012-08-22 Michael Niedermayermjpegdec: support AVRn interlaced
next