]> git.sesse.net Git - ffmpeg/history - libavcodec
avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption as int
[ffmpeg] / libavcodec /
2015-03-17 Michael Niedermayeravcodec/vc1_pred: Fix undefined shifts
2015-03-16 Clément Bœschavcodec/libx264: use AVERROR_EXTERNAL instead of AVERRO...
2015-03-16 Michael NiedermayerMerge commit '2cb9c2fc59c9267ad2631c07c81c188058502259'
2015-03-16 Michael NiedermayerMerge commit '50ff0c05b691524d1fd044a2f2eefb706932fc98'
2015-03-16 Michael NiedermayerMerge commit 'faab8f9fcb4ffeb967dc6872c0f1e9da719106ce'
2015-03-16 Michael NiedermayerMerge commit '3e1b5cbc9ab0a61c9bec08a1df1404b9da6ed7ea'
2015-03-16 Michael NiedermayerMerge commit 'f01c77157789b8e3a59ed2c9646faf8299e41641'
2015-03-16 Michael NiedermayerMerge commit 'a9d60c390f35f3954821bd635fd31bbb5036b29d'
2015-03-16 Rainer Hocheckerhevc: avoid unnecessary calls to get_format
2015-03-16 Michael Niedermayeravcodec/x86/cavsdsp: remove incorrect LOCAL_ALIGN tmp
2015-03-16 Michael Niedermayeravcodec/hevc: Fix undefined shifts
2015-03-16 Michael Niedermayeravcodec/tdsc: Remove ;;
2015-03-16 Michael NiedermayerMerge commit '66a0ac0a802dd794acc1ab8559d3db9e98755b57'
2015-03-16 James Almerx86/proresdsp: remove ff_prores_idct_put_10_sse4
2015-03-16 James Almerx86/proresdsp: remove unused macro
2015-03-16 Michael Niedermayeravcodec/dcadec: if XLL is enabled use xll channels
2015-03-15 Michael Niedermayeravcodec/dcadec: Only upsample as much data as is there
2015-03-15 Michael NiedermayerMerge commit '9a60b1fad02cb783b895b2145c3dafc01f7b337c'
2015-03-15 Michael NiedermayerMerge commit '66028b7ba6b411ba12ef553e9c8f1f4a4fe27710'
2015-03-15 Michael NiedermayerMerge commit 'a4c5801070198c1f2af32fa5cf850c330615ac24'
2015-03-15 Michael NiedermayerMerge commit 'acbe15a99f158dbb0edb837fb6557171dc4376d4'
2015-03-15 Michael NiedermayerMerge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2'
2015-03-15 Michael NiedermayerMerge commit '4da5aacc7eba274a4f18411120de539d39c5151e'
2015-03-15 Michael Niedermayeravcodec/dvbsub_parser: Fix potential pointer overflows
2015-03-15 Michael Niedermayeravcodec/h264dsp_template: Fix undefined shifts
2015-03-15 Niels Möllerdca: Support for XLL (lossless extension)
2015-03-15 Michael Niedermayeravcodec/ac3: Fix undefined shift in ff_ac3_bit_alloc_ca...
2015-03-15 Michael Niedermayeravcodec/ac3dec: Fix undefined shifts
2015-03-15 Michael Niedermayeravcodec/vc1: Fix undefined shifts
2015-03-15 Michael NiedermayerRevert "ppc: lavc: use LOCAL_ALIGNED instead of DECLARE...
2015-03-14 Michael Niedermayeravcodec/utils: mark codec argument as const in ff_lock_...
2015-03-14 Christophe Gisquetlavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
2015-03-14 Christophe Gisquetx86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
2015-03-14 Christophe Gisquetppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
2015-03-14 Michael Niedermayeravcodec/wmadec: Fix undefined shift in wma_decode_block()
2015-03-14 Christophe Gisquetac3dec: cosmetics
2015-03-14 Christophe Gisqueteac3dec: fix scaling
2015-03-14 Christophe Gisquetac3_fixed: fix computation of spx_noise_blend
2015-03-14 Christophe Gisquetac3_fixed: fix out-of-bound read
2015-03-14 Christophe Gisquetx86: xvid_idct: SSE2 merged add version
2015-03-14 Christophe Gisquetx86: xvid_idct: merged idct_put SSE2 versions
2015-03-14 Christophe Gisquetx86: dct-test: evaluate prores idct avx version
2015-03-14 Christophe Gisquetx86: dct-test: fix compilation for prores
2015-03-14 Christophe Gisquetx86: xvid_idct: port MMX iDCT to yasm
2015-03-14 Andreas Cadhalpunac3dec_fixed: always use the USE_FIXED=1 variant of...
2015-03-13 Michael Niedermayeravcodec/utils: use atomic operations on entangled_threa...
2015-03-13 Michael Niedermayeravcodec/tdsc: use ff_codec_open2_recursive()
2015-03-13 Michael NiedermayerMerge commit '247e370e2a913db52ca079b347a174c8d393b171'
2015-03-13 Michael NiedermayerMerge commit '5a0e953c2465be9d449d5f523c3d3e2b886910b2'
2015-03-13 Michael NiedermayerMerge commit '117b432748ca87de4cd0f09d9b1495545e264733'
2015-03-13 Michael NiedermayerMerge commit '9993a067f6c8c7e7838052ac3146aa6b80dd7e81'
2015-03-13 Diego Biurrundca: Mark syncword constants unsigned; they do not...
2015-03-13 Vittorio GiovaraTDSC decoder
2015-03-13 Vittorio Giovaramjpeg: Mark decoder family as thread safe
2015-03-13 Vittorio Giovaralavc: Introduce AVCodec internal capabilities
2015-03-13 Vittorio Giovaralavc: Improve thread locking error message
2015-03-13 Michael Niedermayeravcodec/svq1dec: Fix undefined shifts
2015-03-13 Carl Eugen Hoyoslavc: Print number of reference frames if debug level...
2015-03-13 Christophe Gisquetx86: xvid_idct: port SSE2 iDCT to yasm
2015-03-12 Michael NiedermayerMerge commit '913aa9a4874418724183a3ec862cdc63b829367d'
2015-03-12 Michael NiedermayerMerge commit '6bdae41d3ef74a0865e8f87896e649f93b2f39bd'
2015-03-12 Michael NiedermayerMerge commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8'
2015-03-12 Michael NiedermayerMerge commit '5a2645cafeca1c2207ac55cc831c3349572a82ed'
2015-03-12 Michael NiedermayerMerge commit 'edca1dd552efa1ebef016ca9eff4ce6757605819'
2015-03-12 Michael NiedermayerMerge commit '17c45d4d056d0e10ecb88b424ec9e68be398da5e'
2015-03-12 Michael NiedermayerMerge commit 'a72d93daa09ffbad2771f1450820941055eaf210'
2015-03-12 Michael NiedermayerMerge commit '78c892284150e12f6b08b287bdf7e62307c6985f'
2015-03-12 James Almerhevcdsp: fix compilation for arm and aarch64
2015-03-12 Himangi Saraogilibx264: Return more meaningful error codes
2015-03-12 Vittorio Giovaralibtheora: Check frame allocation
2015-03-12 Vittorio Giovarampegvideo_enc: Check AVCodecContext allocation
2015-03-12 Michael Niedermayeravcodec/vp9: Fix undefined shifts in decode_frame_header()
2015-03-12 Michael Niedermayeravcodec/h264_mb: Fix undefined shifts
2015-03-12 Rainer Hocheckerhevc: delay ff_thread_finish_setup for hwaccel
2015-03-12 Niels Möllerdca: Document the permuted order in the lfe_fir_64...
2015-03-12 Michael NiedermayerMerge commit 'b97f427fb56bdbf7de8e2d4b72d01114aa6eceda'
2015-03-12 Michael NiedermayerMerge commit '9c8074050745184a61059ad56045ad711299e33d'
2015-03-11 Michael NiedermayerMerge commit '67142a8c721c7916c9ad2eb439c14d567aeb88c1'
2015-03-11 Michael NiedermayerMerge commit '72211a2af0470799c9611b9c1c7039ab14a34a0a'
2015-03-11 Michael NiedermayerMerge commit '212556cd2144659dc6b9d121ddb38cd272bd10ae'
2015-03-11 Michael NiedermayerMerge commit '7a76c6c4df31d1ff65464ccf3171acd57ef004eb'
2015-03-11 Michael NiedermayerMerge commit 'bacc92b59bfa5d6a1f631e63e46fc1d2fb934e51'
2015-03-11 Andreas Cadhalpunroqvideoenc: set enc->avctx in roq_encode_init
2015-03-11 Michael NiedermayerMerge commit 'fe99c52fa99e44961a09cd1324aefd492b797fc8'
2015-03-11 Michael NiedermayerMerge commit '9272c965d9559a90ee64d46aebd99c117e07f7a3'
2015-03-11 Michael NiedermayerMerge commit 'dc2d0e06af459af9a7f91b65e0a3119acc4f1baa'
2015-03-11 Michael NiedermayerMerge commit 'f36f6a608b5b2c17f8876195c61621c8f8607cee'
2015-03-11 Yukinori Yamazoeqsv: Improve the log message of when initializing MFX_I...
2015-03-11 Michael Niedermayeravcodec/mpegvideo_motion: Fix undefined shifts in mpeg_...
2015-03-11 Michael Niedermayeravcodec/h264dsp_template: Fix undefined shift in biweig...
2015-03-11 Michael Niedermayeravcodec/mpegvideo: Fix undefined shift in ff_mpv_lowest...
2015-03-11 Michael Niedermayeravcodec/vp8: Fix undefined shifts in vp8_mc_luma()
2015-03-11 Michael Niedermayeravcodec/golomb: Fix undefined shifts in unsigned rice...
2015-03-11 Michael Niedermayeravcodec/amrnbde: Fix undefined shift in decode_pitch_ve...
2015-03-11 Hendrik Leppkesmlpdec: support TrueHD streams with an Atmos substream
2015-03-11 Hendrik Leppkesmlpdec: support major sync headers with optional extens...
2015-03-11 Michael Niedermayeravcodec/wma: Fix undefined shift in ff_wma_run_level_de...
2015-03-11 Michael Niedermayeravcodec/vc1_pred: Fix undefined shift in ff_vc1_pred_mv()
2015-03-11 Michael Niedermayeravcodec/mpeg12dec: Fix undefined shift
2015-03-10 Michael Niedermayeravcodec/012v: redesign main loop
next